Crates.io | prints |
lib.rs | prints |
version | 0.1.0 |
source | src |
created_at | 2022-08-04 03:07:19.170072 |
updated_at | 2022-08-04 03:07:19.170072 |
description | Template entity blueprints for bevy |
homepage | |
repository | https://github.com/robo-corg/prints |
max_upload_size | |
id | 638514 |
size | 47,552 |
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.
{
"Name": "corgi",
"Transform": Transform(
translation: (1.0, 0.0, 0.0)
),
"Hitpoints": 150.0,
"Scene": "models/corgi.glb#Scene0",
"Attacks": [
FireBreath,
Scratch,
Bark
],
}
TODO