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

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

Awesome Lists containing this project

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!