gfx_voxel
Voxel renderer
A Rust-based library for rendering 3D voxel data structures using the Gfx graphics API
A voxel rendering library on top of Gfx
14 stars
44 watching
6 forks
Language: Rust
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
genuineaster/voxelator | A GPU-based voxel rendering system with SSAO, meshing, and light sources. | 20 |
stoyannk/voxels | A C++ library for manipulating and polygonizing voxel grids with features like TransVoxel algorithm and level of detail | 287 |
jpaver/opengametools | A set of tools for working with 3D voxel models | 375 |
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 |
tommyettinger/isovoxel | Generates isometric pixel art from 3D voxel models | 345 |
voxxxelar/arvoxelkit | A lightweight framework for creating voxel graphics using augmented reality and SceneKit. | 81 |
gregcman/sucle | A Common Lisp implementation of a voxel game engine for creating 3D graphics and terrain | 290 |
clarkthylord/voxel-core | A voxel plugin for the Godot game engine, providing tools and utilities for creating and editing 3D voxel content | 456 |
relintai/voxelman | An editor-integrated voxel engine module for Godot game development | 98 |
coolbutuseless/isocubes | A voxel renderer using an isometric cube as the rendering primitive | 66 |
crashinvaders/gdx-vfx | A post-processing visual effects library for game development with support for Java and LibGDX | 191 |
clementfarabet/gfx.js | A browser-based graphics backend that monitors directory changes and renders HTML files on demand | 125 |
tunabrain/sparse-voxel-octrees | A CPU-based algorithm for efficiently rendering and manipulating 3D voxel data structures using octree representations | 720 |
keyslam/lovox | A set of modules to load and render voxels in Love2d. | 50 |
technici4n/voxel-rs | A multiplayer game engine built on Rust that aims to recreate the Minecraft experience. | 153 |