An open API service indexing awesome lists of open source software.

https://github.com/firefly-zero/firefly-c

🐀 C/C++ SDK for making Firefly Zero games
https://github.com/firefly-zero/firefly-c

c clang cpp firefly-zero framework gamedev rendering sdk wasi-sdk wasm webassembly

Last synced: 3 months ago
JSON representation

🐀 C/C++ SDK for making Firefly Zero games

Awesome Lists containing this project

README

          

# firefly-c

The C/C++ SDK for making [Firefly Zero](https://fireflyzero.com/) games.

Missed API: canvas, audio modulation, state.

* [▶️ getting started](https://docs.fireflyzero.com/dev/getting-started/)
* [🐙 github](https://github.com/firefly-zero/firefly-go)

## Installation

```bash
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!