No description
  • C++ 81.8%
  • C 18.2%
Find a file
2026-03-04 19:40:31 +03:00
docs Documentation 2026-02-28 14:07:13 +03:00
include Documentation 2026-02-28 14:07:13 +03:00
scr Add BeepPin1 minimal support 2026-03-04 19:40:31 +03:00
.gitignore Refactor: simplify input system and add atomic.h 2026-02-27 13:31:28 +03:00
Arduboy2.h Add BeepPin1 minimal support 2026-03-04 19:40:31 +03:00
ArduboyAudio.h Audio refactor 2026-02-28 11:39:36 +03:00
ArduboyFX.h Add fx 2026-03-01 11:13:43 +03:00
ArduboyTones.h Audio refactor 2026-02-28 11:39:36 +03:00
ArduboyTonesPitches.h Current files snapshot 2026-02-22 23:52:25 +03:00
Arduino.h Current files snapshot 2026-02-22 23:52:25 +03:00
ATMlib.h Audio refactor 2026-02-28 11:39:36 +03:00
EEPROM.h Fix from MicroCity 2026-03-04 17:33:28 +03:00
LICENSE *.md update 2026-02-23 20:07:59 +03:00
pgmspace.h Fix from MicroCity 2026-03-04 17:33:28 +03:00
Print.h Current files snapshot 2026-02-22 23:52:25 +03:00
README.md Update README.md 2026-02-28 21:52:13 +03:00
runtime.h draw clear 2026-02-27 23:58:00 +03:00
Sprites.h Current files snapshot 2026-02-22 23:52:25 +03:00
SpritesB.h Current files snapshot 2026-02-22 23:52:25 +03:00
Tinyfont.h Current files snapshot 2026-02-22 23:52:25 +03:00

ArduboyLIB

ArduboyLIB is a shared library for building Arduino/Arduboy-style games on Flipper Zero. It provides a common runtime (arduboy_app) and Arduboy-compatible API surface, allowing your game code to stay in classic Arduino style with setup() and loop().

Documentation

Document EN RU
ArduboyLIB Guide eng рус
FAM (App Manifests) eng рус
FAP (Apps on SD Card) eng рус

Projects Using ArduboyLIB

Not commited:

Credits

Creative Commons Legal Code (CC0 1.0 Universal)

Original: MrBlinky — Arduboy homemade package

Contributors