Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/we-gold/marching-cubes

A simple demo of the marching cubes algorithm written from scratch.
https://github.com/we-gold/marching-cubes

algorithm demo marching-cubes processing

Last synced: 9 days ago
JSON representation

A simple demo of the marching cubes algorithm written from scratch.

Awesome Lists containing this project

README

        

# Explanation

This is demo of the Marching Cubes algorithm in processing with Java. I have made the algorithm as simple as I possibly can for ease of use.

If you are interested in learning the algorithm or trying my program, clone the repository and either run the app for your OS, or open the files in Processing.

**Important: this is not the most efficient or useful implementation of this algorithm. There are better ways to do this. This implememtation is simple to understand, making it useful for learning.**

# Learning Links