Crates.io | bevy_generative_grammars |
lib.rs | bevy_generative_grammars |
version | 0.0.2 |
source | src |
created_at | 2023-08-17 15:49:15.440016 |
updated_at | 2023-11-06 21:21:56.679357 |
description | A plugin for handling generative grammars in bevy |
homepage | https://lee-orr.github.io/bevy-generative-grammar |
repository | https://github.com/lee-orr/bevy-generative-grammars |
max_upload_size | |
id | 947137 |
size | 159,378 |
This is a library for handling generative grammars in bevy.
At the moment, I'm starting with simple grammars - the first one is based on Tracery, which is primarily useful for strings.
However, I intend to add some other structures, to open the door for more complex options such as geometry grammars and graph grammars.
For documentation - you can find the Book and the API Docs
[dependencies]
bevy = "0.12"
bevy-generative-grammars = { version = "0.0.2", features = ["bevy"]}