This engine tries to ray-trace pure voxels as fast as possible without sacrificing dynamic geometry.
- Fully dynamic geometry
 - Heavily optimized software ray tracing
 - Support for magica voxel models
 - Volumetric ambient occlusion
 - Runs on windows and linux
 
- Visual C++ Redistributable (Download)
 
Download .NET 9: https://dotnet.microsoft.com/en-us/download
Building for Windows:
- Run this command: 
dotnet publish -o ./build/windows --sc true -r win-x64 -c release - Copy the 
res/folder the thebuild/windows/directory 
Building for Linux:
- Run this command: 
dotnet publish -o ./build/linux --sc true -r linux-x64 -c release - Copy the 
res/folder the thebuild/linux/directory