Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

Eldemarkki/Marching-Cubes-Terrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

227 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marching-Cubes-Terrain

Important

This project is not developed anymore.

marching-cubes.mp4

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

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:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published