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
- Host: GitHub
- URL: https://github.com/rustgd/machinae
- Owner: rustgd
- License: apache-2.0
- Created: 2017-10-03T19:01:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T06:22:48.000Z (about 8 years ago)
- Last Synced: 2025-04-20T10:41:49.219Z (about 1 year ago)
- Topics: game-development, rust, state-machine
- Language: Rust
- Homepage: https://rustgd.github.io/machinae/
- Size: 505 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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).