Skip to content

Tags: poro/nAIVE

Tags

v0.1.18

Toggle v0.1.18's commit message
Tier 3: STL mesh loading, texture mapping, procedural meshes, bump to…

… v0.1.18

Add STL file support (ASCII + binary) via stl_io crate with smooth normals
and physics trimesh extraction. Add texture cache, material system, procedural
mesh generators (plane, cylinder, cone, torus), and Tier 3 showcase scenes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.17

Toggle v0.1.17's commit message
Bump version to 0.1.17

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.16

Toggle v0.1.16's commit message
Bump version to 0.1.16

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.15

Toggle v0.1.15's commit message
Fix kinematic body parsing, add debug wireframe renderer, and convex …

…decomposition colliders

- Fix serde alias for RigidBodyDef.body_type so YAML `type: kinematic` is parsed correctly
- Add debug wireframe renderer (H key toggle) showing physics collider shapes
- Switch trimesh colliders to convex decomposition (VHACD) for proper two-sided collisions
- Add kinematic body support with rotation sync from Lua set_rotation
- Store mesh vertex/index data for physics trimesh resolution
- Bump version to 0.1.15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.14

Toggle v0.1.14's commit message
Fix remaining RefCell double-borrow panics in input and event dispatch

- Merge nested input_state borrows for cursor capture into single borrow
- Collect event listener functions before calling them to avoid holding
  lua_event_listeners borrow during Lua callback execution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.13

Toggle v0.1.13's commit message
Fix RefCell double-borrow panics in script call_init and call_update

Drop scene_world borrow before calling Lua scripts, preventing
BorrowMutError when scripts access scene_world through their own
Rc<RefCell<SceneWorld>> handles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.12

Toggle v0.1.12's commit message
Bump version to 0.1.12

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.11

Toggle v0.1.11's commit message
Bump version to 0.1.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.10

Toggle v0.1.10's commit message
Add demo browser to PRD v5.0 and bump to v0.1.10

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.9

Toggle v0.1.9's commit message
Bump workspace version to 0.1.9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>