bevy_generative_grammars

Crates.iobevy_generative_grammars
lib.rsbevy_generative_grammars
version0.0.2
sourcesrc
created_at2023-08-17 15:49:15.440016
updated_at2023-11-06 21:21:56.679357
descriptionA plugin for handling generative grammars in bevy
homepagehttps://lee-orr.github.io/bevy-generative-grammar
repositoryhttps://github.com/lee-orr/bevy-generative-grammars
max_upload_size
id947137
size159,378
Lee-Orr (lee-orr)

documentation

https://lee-orr.github.io/bevy-generative-grammars

README

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"]}
Commit count: 45

cargo fmt