diff --git a/README.md b/README.md index 57a4676..38eb688 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ ## Not just 2D — a 3D voxel engine

- A procedural voxel world (sand, cactus, carved rivers) orbiting — rendered by llimphi-3d + Flying over an endless procedural voxel world — rendered by llimphi-3d
- a procedural voxel world orbiting — rendered headless by llimphi-3d, frame-by-frame + flying over an endless voxel world — rendered headless by llimphi-3d, frame-by-frame

`llimphi-3d` is a **3D engine** on the same `wgpu`: it composes voxels (a GPU ray-march) and triangle meshes in one shared depth pass, with a keyframed cinema camera. It mounts into the ordinary 2D `View` tree through the GPU paint node (`set_viewport` + scissor), so a 3D viewport can live in a panel next to regular widgets — no second window, same Elm loop. diff --git a/docs/llimphi_voxel.gif b/docs/llimphi_voxel.gif index d1b961e..3aa4eb4 100644 Binary files a/docs/llimphi_voxel.gif and b/docs/llimphi_voxel.gif differ