dorkhub

voxel-engine

This is a 3d graphics engine that focusses on rendering voxels as fast as possible without sacrificing dynamic geometry.

sjoerdev
C#746 forksMITupdated 3 weeks ago
visit the demogit clone https://github.com/sjoerdev/voxel-engine.gitsjoerdev/voxel-engine

Sjoerd's Voxel Engine

lines stars version license

This engine tries to ray-trace pure voxels as fast as possible without sacrificing dynamic geometry.

Features:

  • Fully dynamic geometry
  • Heavily optimized software ray tracing
  • Support for magica voxel models
  • Volumetric ambient occlusion
  • Runs on windows and linux

Gallery:

System Requirements:

Building:

Download .NET 10: https://dotnet.microsoft.com/en-us/download

Building for Windows: dotnet publish -o ./build/windows --sc true -r win-x64 -c release

Building for Linux: dotnet publish -o ./build/linux --sc true -r linux-x64 -c release

more like this

Scythe

SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.

C#50

RaylibWasm

.Net 10 (.Net 8+) webassembly starter project using raylib-cs nuget 7.0.2 and raylib 5.5

C#50

search

search projects, people, and tags