voxelizer
Voxelizer
A tool for generating voxelized 3D models from OBJ meshes using GPU acceleration.
A simple mesh voxelizer, GPU accelerated with CUDA
87 stars
5 watching
12 forks
Language: C++
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
karimnaaji/voxelizer | Converts 3D meshes into voxelized representations by performing triangle-cube intersection. | 627 |
andstor/voxelizer | A tool for converting 3D models into voxel data | 51 |
niessner/voxelhashing | Develops a real-time 3D reconstruction algorithm using a voxel hashing approach for large-scale scanning applications. | 670 |
coolbutuseless/isocubes | A voxel renderer using an isometric cube as the rendering primitive | 66 |
jpaver/opengametools | A set of tools for working with 3D voxel models | 375 |
stoyannk/voxels | A C++ library for manipulating and polygonizing voxel grids with features like TransVoxel algorithm and level of detail | 287 |
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 |
genuineaster/voxelator | A GPU-based voxel rendering system with SSAO, meshing, and light sources. | 20 |
voxxxelar/arvoxelkit | A lightweight framework for creating voxel graphics using augmented reality and SceneKit. | 81 |
jonhiller/voxelyze | A library for simulating the behavior of 3D objects made up of multiple materials under various loads. | 74 |
tommyettinger/isovoxel | Generates isometric pixel art from 3D voxel models | 345 |
richyshub/magicavoxel-vox-importer | Software to convert voxel models from MagicaVoxel into individual cube primitives for use in Blender | 227 |
clarkthylord/voxel-core | A voxel plugin for the Godot game engine, providing tools and utilities for creating and editing 3D voxel content | 456 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 5 |
mkazhdan/isosurfaceextraction | A C++ library for extracting isosurfaces from voxel grids | 78 |