prints

Crates.ioprints
lib.rsprints
version0.1.0
sourcesrc
created_at2022-08-04 03:07:19.170072
updated_at2022-08-04 03:07:19.170072
descriptionTemplate entity blueprints for bevy
homepage
repositoryhttps://github.com/robo-corg/prints
max_upload_size
id638514
size47,552
Andrew McHarg (robo-corg)

documentation

README

Prints

Work in progress (probably don't use this yet) data driven entity templating for entity component systems.

Configure entity blueprints with easy to read and write blueprint files which can be defined in variety of formats such as RON or json.

Example

Blueprint

{
    "Name": "corgi",
    "Transform": Transform(
        translation: (1.0, 0.0, 0.0)
    ),
    "Hitpoints": 150.0,
    "Scene": "models/corgi.glb#Scene0",
    "Attacks": [
        FireBreath,
        Scratch,
        Bark
    ],
}

bevy

TODO

Commit count: 4

cargo fmt