Skip to content

lee-orr/bevy-generative-grammars

Repository files navigation

Bevy Generative Grammars

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

Installation

[dependencies]
bevy = "0.12"
bevy-generative-grammars = { version = "0.0.2", features = ["bevy"]}

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages