Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/we-gold/marching-cubes
- Owner: We-Gold
- License: mit
- Created: 2019-12-28T23:29:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T12:44:01.000Z (about 5 years ago)
- Last Synced: 2024-11-10T09:12:23.732Z (2 months ago)
- Topics: algorithm, demo, marching-cubes, processing
- Language: Processing
- Homepage:
- Size: 75.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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