Commit Graph

64 Commits

Author SHA1 Message Date
kaosat.dev e4171e5969 docs(README): updated docs 2023-07-27 22:22:53 +02:00
kaosat.dev a2b4025e95 refactor(gltf_to_components): removed dependency on serde-json , & overhauled code accordinly 2023-07-27 22:22:04 +02:00
kaosat.dev d37e38ada1 chore(tools): reduced minimal blender version (should also work with earlier ones ?) 2023-07-27 18:32:27 +02:00
kaosat.dev fcaea1a4dc refactor(gltf_to_components): completely overhauled & improved the handling of tupple strucs
* now using type_registration.type_info & matching instead of hackish string based ifs
 * handling of most "value types"
 * fleshed out example test components a bit more
2023-07-27 18:32:20 +02:00
kaosat.dev c402f51355 feat(components): added a big set of demo components with various tupple types, structs etc
* added test_components file with example rust components code
 * updated blend file & co with an object using all these components
2023-07-27 15:14:17 +02:00
kaosat.dev 428bfe8efa refactor(gltf-to-components): cleanups, vec2 support 2023-07-27 02:09:31 +02:00
kaosat.dev 0d4a90b733 docs(): readme tweaks + added licenses 2023-07-27 02:08:57 +02:00
kaosat.dev bd6957bae3 docs(README): updated docs, images etc
* updated images & text from JSON => RON
 * also added a section for the Blender tool
2023-07-27 01:53:48 +02:00
kaosat.dev cf6af7b3ef refactor(): minor tweaks & cleanups 2023-07-27 00:07:04 +02:00
kaosat.dev 6b769e1ba1 refactor():
* moved all reusable parts to core module / folder
 * moved all game specific code to game module
 * fixed small issue with camera & other minor tweaks
2023-07-27 00:00:53 +02:00
kaosat.dev 178e789832 chore(assets): tweaks & experiments 2023-07-26 23:34:43 +02:00
kaosat.dev 6eace81fde feat(tools): added & slightly improved Blender gltf-auto-export tool 2023-07-26 23:34:08 +02:00
kaosat.dev 5de91bf720 chore(physics): minor tweaks & adjustements & notes 2023-07-26 23:33:36 +02:00
kaosat.dev 64ec564b02 chore(): added all boilerplate
* switch to ron for components inside Blender
 * related experiments & cleanups
 * total overhaul & cleanup of physics proxies handling
 * a lot of cleanups
2023-07-25 22:58:23 +02:00