Major refactor and organization, optimizations to chunk, world and renderer

This commit is contained in:
max
2026-03-24 22:31:40 +01:00
parent dbc546fd0e
commit eb6294c09e
25 changed files with 410 additions and 441 deletions

View File

@@ -1,5 +1,7 @@
using OpenTK.Mathematics;
using Voxel;
using Voxel.Core;
using Voxel.Entities;
using Voxel.Graphics;
internal class Program
{