https://github.com/firefly-zero/firefly-go
🏃 Go SDK for making Firefly Zero games
https://github.com/firefly-zero/firefly-go
firefly-zero gamedev go golang sdk
Last synced: 7 months ago
JSON representation
🏃 Go SDK for making Firefly Zero games
- Host: GitHub
- URL: https://github.com/firefly-zero/firefly-go
- Owner: firefly-zero
- License: other
- Created: 2024-05-03T07:05:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T19:35:59.000Z (8 months ago)
- Last Synced: 2025-04-13T12:28:43.497Z (7 months ago)
- Topics: firefly-zero, gamedev, go, golang, sdk
- Language: Go
- Homepage:
- Size: 221 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tinygo - firefly-go - Go SDK for making Firefly Zero games (Gaming / Instrumentation and control with sensors and actuators)
README
# firefly-go
The Go SDK for making [Firefly Zero](https://fireflyzero.com/) games.
* [▶️ getting started](https://docs.fireflyzero.com/dev/getting-started/)
* [📄 api docs](https://pkg.go.dev/github.com/firefly-zero/firefly-go)
* [firefly](https://pkg.go.dev/github.com/firefly-zero/firefly-go/firefly)
* [shapes](https://pkg.go.dev/github.com/firefly-zero/firefly-go/firefly/shapes)
* [sudo](https://pkg.go.dev/github.com/firefly-zero/firefly-go/firefly/sudo)
* [🐙 github](https://github.com/firefly-zero/firefly-go)
## Installation
```bash
go get github.com/firefly-zero/firefly-go
```
## License
MIT License. You can do whatever you want with the SDK, modify it, embed into any apps and games. Have fun!