This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
44
Marching cubes implementation
Post Body
Hi everybody,
I'd like to share my C implementation of the marching cubes mesh generation algorithm:
https://www.youtube.com/watch?v=_o1Ad-hlu7c
You can find the code here:
https://github.com/JimMarshall35/Marching-cubes-cpp
Its not perfect (and I am still working on optimizing it) but I hope someone might find it useful as a reference for their own project (or perhaps adapt the rendering and ui code to use it to test their own implementation)
It uses openGL 3.0 for rendering and Dear IMGUI for the gui
Duplicate Posts
2 posts with the exact same title by 1 other authors
View Details
Author
Account Strength
90%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
670
Link Karma
480
Comment Karma
106
Profile updated: 1 day ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/proceduralg...