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

https://github.com/rustgd/machinae

A generic state machine
https://github.com/rustgd/machinae

game-development rust state-machine

Last synced: about 1 year ago
JSON representation

A generic state machine

Awesome Lists containing this project

README

          

# machinae

`machinae` is a generic state machine
intended to be primarily used in game development.

If you need help, ask [on the rust-gamedev Gitter channel][gi].

[gi]: https://gitter.im/rust-gamedev/Lobby

## Contribution

Contribution is highly welcome! If you'd like another
feature, just create an issue. You can also help
out if you want to; just pick a "help wanted" issue.
If you need any help, feel free to ask!

All contributions are assumed to be dual-licensed under
MIT/Apache-2.

## License

`machinae` is distributed under the terms of both the MIT
license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT).