Releases: MrScriptX/z8
Releases · MrScriptX/z8
voxel engine v0.0.2
What's Changed
- Handles compute queue for multithreading
- Desync CPU/GPU for meshes in the voxel engine
- Greedy meshing
- Handles different voxel type
- Water voxels + water animation
- Fixes seed display in ImGui UI
- Code base improvements and clean ups
Community page will be open for questions and discussion ! Feel free to use it
Voxel engine
Fully fledge voxel engine. A lot of improvements upon the original vkguide. Might be a good reference for building a nice home rendering engine and voxel engine.
Multithreading still needs to be implemented, but it will require some works on queues.
Anyway, have a great day ! Thanks for everyone support !
You can watch and subscribe here : https://www.youtube.com/watch?v=0breKyyKIBk
What's Changed
- An actual scene manager
- GPU Driven Rendering and computed geometry
- Terrain generation
- Face culling
- Greedy meshing
- Dynamic pipeline switching
- Fix the bad imgui usage (no one told me) !