Skip to content

๐Ÿ€ C/C++ SDK for making Firefly Zero games

License

Notifications You must be signed in to change notification settings

firefly-zero/firefly-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

60 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

firefly-c

The C/C++ SDK for making Firefly Zero games.

Missed API: canvas, audio modulation, state.

Installation

mkdir -p vendor/firefly
wget -O vendor/firefly/firefly.c \
    https://github.com/firefly-zero/firefly-c/raw/refs/heads/main/src/firefly.c
wget -O vendor/firefly/firefly.h \
    https://github.com/firefly-zero/firefly-c/raw/refs/heads/main/src/firefly.h
wget -O vendor/firefly/firefly_bindings.h \
    https://github.com/firefly-zero/firefly-c/raw/refs/heads/main/src/firefly_bindings.h

License

MIT License. You can do whatever you want with the SDK, modify it, embed into any apps and games. Have fun!