#procedural-generation #bevy #generation #procedural #tracery

bevy_generative_grammars

A plugin for handling generative grammars in bevy

2 releases

0.0.2 Nov 6, 2023
0.0.1 Aug 17, 2023

#1440 in Game dev

49 downloads per month

MIT/Apache

48KB
887 lines

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"]}

Dependencies

~0–36MB
~529K SLoC