All Projects → Eldemarkki → Marching Cubes Terrain

Eldemarkki / Marching Cubes Terrain

Licence: mit
Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler

Projects that are alternatives of or similar to Marching Cubes Terrain

Proceduralterrain
Procedural voxel terrain generation in Unity
Stars: ✭ 237 (-18.84%)
Mutual labels:  unity, voxel, terrain
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+103.77%)
Mutual labels:  unity, voxel, terrain
Terrain proj
unity 大地形切割、加载、AB
Stars: ✭ 103 (-64.73%)
Mutual labels:  unity, terrain
Interactive Erosion
Interactive erosion in Unity
Stars: ✭ 117 (-59.93%)
Mutual labels:  unity, terrain
Marching Cubes On The Gpu
A implementation of the marching cubes algorithm on the GPU in Unity.
Stars: ✭ 208 (-28.77%)
Mutual labels:  unity, voxel
Unityraymarching
Unity Raymarching Examples
Stars: ✭ 57 (-80.48%)
Mutual labels:  unity, voxel
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-80.14%)
Mutual labels:  unity, terrain
Unity resources
A list of resources and tutorials for those doing programming in Unity.
Stars: ✭ 170 (-41.78%)
Mutual labels:  unity, terrain
Gpu Physics Unity
Through this configuration, no per voxel data is transferred between the GPU and the CPU at runtime.
Stars: ✭ 342 (+17.12%)
Mutual labels:  unity, voxel
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (-89.38%)
Mutual labels:  terrain, 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 (-87.33%)
Mutual labels:  terrain, voxel
Voxelframework
An awesome Voxel framework for Unity (Game Engine)
Stars: ✭ 57 (-80.48%)
Mutual labels:  unity, voxel
Voxelengine unity
Voxel engine made in C# for Unity
Stars: ✭ 25 (-91.44%)
Mutual labels:  unity, voxel
Massivegrass
Unity Terrain に沿って大量の草を生やす(shader 非依存)
Stars: ✭ 79 (-72.95%)
Mutual labels:  unity, terrain
Marching Cubes
Marching cubes in Unity
Stars: ✭ 263 (-9.93%)
Mutual labels:  unity, voxel
Pvtut
Procedural Virtual Texture with Unity Terrain
Stars: ✭ 125 (-57.19%)
Mutual labels:  unity, terrain
Voxelplugin
Voxel Plugin for Unreal Engine
Stars: ✭ 844 (+189.04%)
Mutual labels:  voxel, terrain
Filetovox
Tool for convert files into Magicavoxel file
Stars: ✭ 188 (-35.62%)
Mutual labels:  voxel, terrain
Dterrain
Destructible terrain in Unity
Stars: ✭ 224 (-23.29%)
Mutual labels:  unity, terrain
rabbit-hole
An experimental voxel engine.
Stars: ✭ 39 (-86.64%)
Mutual labels:  terrain, voxel

Marching-Cubes-Terrain

This is my implementation of the Marching Cubes algorithm using Unity.

Demo video: https://www.youtube.com/watch?v=7GrKaSCoyvs

Features

  • Unity Job System with the Burst Compiler
  • Realtime terrain editing
  • Smooth the terrain by holding the left ctrl key and left click
  • Two world types:
    • Procedurally-generated infinite world
    • Import from black-and-white heightmap texture

System Requirements

  • Unity3D (I'm developing this project with version 2019.3.0f6, but any newer version should also work)

Setup

  1. Clone the repository with git clone https://github.com/Eldemarkki/Marching-Cubes-Terrain.git
  2. Open the project with Unity

Contributing

All contributions are welcome.

When creating a new issue, please describe the bug in as much detail as possible, and include the branch and commit id where the bug happened. If applicable, also include screenshots.

Acknowledgements:

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].