Skip to content

firefly-zero/firefly-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

63 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!

Contributors 2

  •  
  •  

Languages