Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 809 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 809 Bytes

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!