Blender_bevy_components_workflow icon indicating copy to clipboard operation
Blender_bevy_components_workflow copied to clipboard

Overall cleanup, simplification and automation pass

Open kaosat-dev opened this issue 1 year ago • 0 comments

This repo has grown quite a bit out of hand & releases are growing ever more complex

  • [x] too many partially redundant examples (ie basic vs basic-wasm) etc , and over 15 examples at this stage, this needs to be trimmed down
  • [ ] no release automation, which makes for some very time consuming release process: ie
    • [ ] testing out every Blender file auto export with EVERY example, running those examples should be automated
    • [x] add tests to bevy_components
    • [x] add tests to gltf_auto_export
    • [ ] integrate with CI
  • [x] except for bevy_gltf_components (not even sure for that one), change all example Blend files to use components created with bevy_components (ie metadata & co)

kaosat-dev avatar Feb 06 '24 08:02 kaosat-dev