Voxelator
Voxel renderer
A GPU-based voxel rendering system with SSAO, meshing, and light sources.
Voxel stuff entirely on the GPU using lots of GPU stuff and very little CPU stuff. Requires GLFW, GLEW, OpenGL, and a computer with a fairly recent GPU.
20 stars
3 watching
2 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pistondevelopers/gfx_voxel | A Rust-based library for rendering 3D voxel data structures using the Gfx graphics API | 14 |
keijiro/voxelman | An extreme demonstration of using Unity's Entity Component System with C# Job System and Burst Compiler for efficient multi-core processing in 3D voxel rendering. | 1,857 |
stoyannk/voxels | A C++ library for manipulating and polygonizing voxel grids with features like TransVoxel algorithm and level of detail | 287 |
coolbutuseless/isocubes | A voxel renderer using an isometric cube as the rendering primitive | 66 |
voxxxelar/arvoxelkit | A lightweight framework for creating voxel graphics using augmented reality and SceneKit. | 81 |
jpaver/opengametools | A set of tools for working with 3D voxel models | 375 |
niessner/voxelhashing | Develops a real-time 3D reconstruction algorithm using a voxel hashing approach for large-scale scanning applications. | 670 |
andstor/voxelizer | A tool for converting 3D models into voxel data | 51 |
tunabrain/sparse-voxel-octrees | A CPU-based algorithm for efficiently rendering and manipulating 3D voxel data structures using octree representations | 720 |
tommyettinger/isovoxel | Generates isometric pixel art from 3D voxel models | 345 |
relintai/voxelman | An editor-integrated voxel engine module for Godot game development | 98 |
jose-villegas/vctrenderer | A real-time global illumination solution for 3D applications using voxelization and simplified indirect lighting calculations. | 617 |
keyslam/lovox | A set of modules to load and render voxels in Love2d. | 50 |
gregcman/sucle | A Common Lisp implementation of a voxel game engine for creating 3D graphics and terrain | 290 |
kctess5/voxelizer | A tool for generating voxelized 3D models from OBJ meshes using GPU acceleration. | 87 |