Skip to content

goldeneas/vox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Vox is a prototype voxel game engine made in rust from scratch.
I am working on this as a fun side project; any suggestions are very welcome!

Current Status

Development is stalled; I am rewriting parts of the engine in this repo.
The reasoning behing this is that I did not have a good separation between the engine
and the game part of this project.
Feel free to explore around, though! Voxel rendering is quite fast with
multi indirect, instanced drawing + greedy meshing.\

Features

  • Desktop Crossplatform (MacOS, Linux, Windows)
  • Integration with Bevy's ECS for fast, multithreaded systems
  • Integration with Glyphon and Egui for immediate UIs

Planned

  • Benchmark Tooling
  • Basic 2D noise world generation
  • ...

License

This work is marked with CC0 1.0

About

voxel renderer/engine in wgpu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published