8000 GitHub - firefly-zero/firefly-c: 🐀 C/C++ SDK for making Firefly Zero games
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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!

0