apeltsi / loitsu

Cross-platform Game Engine written in Rust
MIT License
1 stars 0 forks source link

Loitsu editor asset cache #33

Closed apeltsi closed 8 months ago

apeltsi commented 8 months ago

Assets currently have to be regenerated every time. They could be cached, and only regenerated on demand (if overrides have changed)

apeltsi commented 8 months ago

This has been implemented. The CLI and editor are both able to share their generated assets