All Projects → hansihe → voxel_worldgen

hansihe / voxel_worldgen

Licence: other
A voxel world generator written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to voxel worldgen

VoxelEngine
Custom voxel engine written in C++ and OpenGL
Stars: ✭ 44 (-29.03%)
Mutual labels:  voxel
VoxToVFX
Import a MagicaVoxel project to Unity using the new VFX Graph
Stars: ✭ 61 (-1.61%)
Mutual labels:  voxel
Voxel
Sandbox survival game created with Light Engine (Development halted due to other projects)
Stars: ✭ 18 (-70.97%)
Mutual labels:  voxel
isovoxel
Isometric voxel generative art
Stars: ✭ 60 (-3.23%)
Mutual labels:  voxel
blockcraft-public
BlockCraft is a WebGL implementation of an infinite procedurally-generated voxel world that runs on the browser. This project originally spawned as a Minecraft Classic clone but has expanded to include multiplayer PvP, crafting, shaders and much more!
Stars: ✭ 22 (-64.52%)
Mutual labels:  voxel
rabbit-hole
An experimental voxel engine.
Stars: ✭ 39 (-37.1%)
Mutual labels:  voxel
dendro
volumetric modeling for grasshopper built on top of openvdb
Stars: ✭ 47 (-24.19%)
Mutual labels:  voxel
voxel-raycaster
Hardware accelerated voxel ray marching
Stars: ✭ 30 (-51.61%)
Mutual labels:  voxel
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (-58.06%)
Mutual labels:  voxel
MineCube
A Cool Voxel Editor Based on OpenGL 3.3+ !
Stars: ✭ 23 (-62.9%)
Mutual labels:  voxel
vengi
Home of a voxel game engine and its tools (like a voxel editor)
Stars: ✭ 800 (+1190.32%)
Mutual labels:  voxel
client
A voxel based game client.
Stars: ✭ 48 (-22.58%)
Mutual labels:  voxel
voxelizer
👾 Voxelization of 3D models
Stars: ✭ 32 (-48.39%)
Mutual labels:  voxel
ilattice3
Data types, structures, and algorithms for 3D integer lattices (voxels)
Stars: ✭ 15 (-75.81%)
Mutual labels:  voxel
kimimaro
Skeletonize densely labeled 3D image segmentations with TEASAR.
Stars: ✭ 85 (+37.1%)
Mutual labels:  voxel
server
A voxel based game server.
Stars: ✭ 46 (-25.81%)
Mutual labels:  voxel
VoxelTerrain
This project's main goal is to generate and visualize terrain built using voxels. It was achieved using different approaches and computing technologies just for the sake of performance and implementation comparison.
Stars: ✭ 37 (-40.32%)
Mutual labels:  voxel
core
It is an open source voxel algorithms implementation for Unity Engine
Stars: ✭ 67 (+8.06%)
Mutual labels:  voxel
CVoxelEngine
A C++ Voxel Engine, to succeed my Java Voxel Engine. Uses SDL, and may use OpenCL in the future.
Stars: ✭ 17 (-72.58%)
Mutual labels:  voxel
voxelfield
Server authoritative multiplayer shooter game with fully destructible terrain
Stars: ✭ 20 (-67.74%)
Mutual labels:  voxel

voxel_worldgen

Example terrain

This rust crate aims to create and mantain utilities, tools and algorithms used for world generation in voxel-based games. It aims to keep the individual components as reusable and modular as possible.

The crate also contains and implementation of a minecraft-like world generator.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].