d93253dfb1
docs: add scene viewport implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 10:26:21 +09:00
fed47e9242
docs: fix scene viewport spec from review
...
- Add voltex_math/voltex_renderer dependencies
- Fix color format to Rgba8Unorm (linear, prevent double gamma)
- Correct bind group layout to match mesh_shader.wgsl
- Add vec3 padding requirement for Rust uniform structs
- Per-frame bind group creation for viewport renderer
- Pan degenerate right vector guard
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 10:22:30 +09:00
8468f3cce2
docs: add scene viewport design spec
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 10:20:07 +09:00
a69554eede
docs: add editor docking implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 09:43:08 +09:00
867f8a0aa0
docs: fix docking spec issues from review
...
- Add panel name registry (names Vec)
- Cache layout results for draw_chrome
- Track prev_mouse_down for click detection
- Add invariants (non-empty tabs, active clamping, resize priority)
- Add LeafLayout and ResizeState structs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 09:37:18 +09:00
eb454800a9
docs: add editor docking system design spec
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 09:34:45 +09:00
a7497f6045
docs: add Phase 4b-5 deferred items spec (shadows, IBL, physics)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 20:50:24 +09:00
c478e2433d
docs: add implementation plans for scene serialization, async loading, PBR textures
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 20:24:19 +09:00
389cbdb063
docs: add Phase 3b-4a deferred items spec (serialization, async load, PBR textures)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 20:21:17 +09:00
8abba16137
docs: add implementation plans for JPG decoder, glTF parser, ECS filters/scheduler
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 19:58:56 +09:00
dc6aa950e3
docs: add Phase 2-3a deferred items spec (JPG, glTF, ECS filters/scheduler)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 19:51:50 +09:00
c930d4705d
feat: add PNG decoder, query3/4, Capsule+GJK/EPA, friction, Lua engine API
...
- PNG decoder with self-contained Deflate decompressor (RGB/RGBA)
- ECS query3 and query4 for multi-component queries
- Capsule collider + GJK/EPA narrow phase for convex shapes
- Coulomb friction in physics solver
- Lua engine API bindings (spawn, position, entity_count)
Tests: 255 → 286 (+31)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 18:31:03 +09:00
e8a79e112c
feat: complete Voltex Engine + Survivor game
...
11 crates, 13 examples (including survivor_game), 255 tests
Phase 1-8 fully implemented + playable survival game demo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 17:49:24 +09:00
586792b774
docs: add Phase 8-4 editor UI status, spec, and deferred items
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:26:34 +09:00
87b9b7c1bd
docs: add Phase 8-3 Lua scripting status, spec, and deferred items
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 14:42:21 +09:00
cde271139f
docs: add Phase 8-2 networking status, spec, plan, and deferred items
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 14:31:14 +09:00
e28690b24a
docs: add Phase 8-1 AI system status, spec, plan, and deferred items
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 14:20:50 +09:00
b8334ea361
docs: add Phase 7-4 post processing status, spec, plan, and deferred items
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 13:55:09 +09:00
ba610f48dc
docs: add Phase 7-1 through 7-3 specs and plans
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 13:25:11 +09:00
2b3e3a6a5e
docs: add Phase 5-1 through 6-3 specs, plans, and Cargo.lock
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 11:37:16 +09:00
88fabf2905
docs: add Phase 4c normal mapping + IBL implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 21:16:39 +09:00
1ce6acf80c
docs: add Phase 4b-2 shadow mapping implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 21:00:03 +09:00
297b3c633f
docs: add Phase 4b-1 multi-light implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 20:48:06 +09:00
cca50c8bc2
docs: add Phase 4a PBR rendering implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 20:38:54 +09:00
ee22d3e62c
docs: add Phase 3c asset manager implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 20:27:16 +09:00
504b7b4d6b
docs: add Phase 3b scene graph implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 20:18:10 +09:00
96cebecc6d
docs: add Phase 3a ECS implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 20:02:50 +09:00
870c412270
docs: add Phase 2 rendering basics implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 19:41:12 +09:00
40cb38fdc5
Add Phase 1 implementation plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 17:09:28 +09:00
ad3b1024b4
Update spec: resolve review issues (audio, scripting, GI, licensing)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 16:35:45 +09:00
d31a8a8429
Add Voltex engine design specification
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 16:31:19 +09:00