Hydraulic-Erosion VS Marching-Cubes

Compare Hydraulic-Erosion vs Marching-Cubes and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Hydraulic-Erosion Marching-Cubes
2 4
931 992
- -
3.5 0.0
4 months ago almost 5 years ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Hydraulic-Erosion

Posts with mentions or reviews of Hydraulic-Erosion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-07.
  • Trying to learn marching cubes and feeling overwhelmed. Should I give up?
    3 projects | /r/gamedev | 7 Feb 2022
    I started with sebastian lague's infinite terrain tutorial. It was cool but the results were plain. It didn't cover caves or how to have overhangs, or mountain ridges, or terraces, erosion, etc. That's how I came across marching cubes, it seemed like marching cubes was required for some of these things and I got the impression I would need to know about it (or something about using 3d noise?) to move forward. Someone told me about his marching cubes video, and I watched that. It didn't really get deep into what he did like in the landmass tutorial. I also watched his terraforming video just to see if all of this would made more sense to me after, but it didn't. So I checked the descriptions of his videos and found a few interesting links. One was from 1987and had to do with Marching Cubes use in the medical field and MR scans and stuff. It went over my head. There was this paper from 1994, which is supposedly a basic explanation of marching cubes, but it too went over my head. Finally, there was this link to the first chapter in Nvidia's GPU Gems 3, which tackled procedural generation with marching cubes running on the GPU? It also went over my head. I found this Unity forum post which has somebody attempting to implement the GPU Gems stuff in Unity, and the person seems to had made some pretty significant progress on it, but it looks like life things got in the way, as it does, and so they haven't posted in that thread since 2014. They didn't post a GitHub repo or anything either. Speaking of repos, I also opened up sebastian lagues GitHub repos for his marching cubes video and for his terraforming video to find something interesting and, while the projects were interesting to look at, it would be a lie to say I actually learned anything by opening them up and looking at them, which was extrememly disappointing. I watched his erosion video too, but when I opened the repo and tried to generate a map, it said it was above some 65555 limit and wouldn't generate anything but a flat plane, so I've been ignoring that one entirely for now. I don't really know where to go from here, and I feel like I've been all across the internet and have nothing to show for it.. I'm about to read these two documents since they were linked in sebastian lagues erosion video description, but I can already tell these will, yet again, go over my head.
  • TerraGen3D Version 6 (Erosion + Realistic Water added)
    3 projects | /r/opengl | 31 Oct 2021
    I did try to use TinyErode at first but i couldnt make it work (surely my fault you can check that piece of code - https://github.com/Jaysmito101/TerraGen3D/blob/1f72c10e0c7973edb58067ceaa69e0b976309093/src/Filters/ErosionFilter.cpp) also what i saw with the example it was too slow so i ended up translating this(https://github.com/SebLague/Hydraulic-Erosion/blob/master/Assets/Scripts/Erosion.cs) to C++ .

Marching-Cubes

Posts with mentions or reviews of Marching-Cubes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-07.
  • Trying to learn marching cubes and feeling overwhelmed. Should I give up?
    3 projects | /r/gamedev | 7 Feb 2022
    I started with sebastian lague's infinite terrain tutorial. It was cool but the results were plain. It didn't cover caves or how to have overhangs, or mountain ridges, or terraces, erosion, etc. That's how I came across marching cubes, it seemed like marching cubes was required for some of these things and I got the impression I would need to know about it (or something about using 3d noise?) to move forward. Someone told me about his marching cubes video, and I watched that. It didn't really get deep into what he did like in the landmass tutorial. I also watched his terraforming video just to see if all of this would made more sense to me after, but it didn't. So I checked the descriptions of his videos and found a few interesting links. One was from 1987and had to do with Marching Cubes use in the medical field and MR scans and stuff. It went over my head. There was this paper from 1994, which is supposedly a basic explanation of marching cubes, but it too went over my head. Finally, there was this link to the first chapter in Nvidia's GPU Gems 3, which tackled procedural generation with marching cubes running on the GPU? It also went over my head. I found this Unity forum post which has somebody attempting to implement the GPU Gems stuff in Unity, and the person seems to had made some pretty significant progress on it, but it looks like life things got in the way, as it does, and so they haven't posted in that thread since 2014. They didn't post a GitHub repo or anything either. Speaking of repos, I also opened up sebastian lagues GitHub repos for his marching cubes video and for his terraforming video to find something interesting and, while the projects were interesting to look at, it would be a lie to say I actually learned anything by opening them up and looking at them, which was extrememly disappointing. I watched his erosion video too, but when I opened the repo and tried to generate a map, it said it was above some 65555 limit and wouldn't generate anything but a flat plane, so I've been ignoring that one entirely for now. I don't really know where to go from here, and I feel like I've been all across the internet and have nothing to show for it.. I'm about to read these two documents since they were linked in sebastian lagues erosion video description, but I can already tell these will, yet again, go over my head.
  • Marching Cubes 33 triangle table
    1 project | /r/VoxelGameDev | 4 Jun 2021
  • Procedural terrain generation through a shader
    1 project | /r/Unity3D | 5 May 2021
    https://github.com/SebLague/Marching-Cubes this is using a compute shader for terrain generation
  • Dreams 2.21 Patch Notes
    1 project | /r/PS4Dreams | 11 Feb 2021
    2 years. I think it was this: https://github.com/SebLague/Marching-Cubes

What are some alternatives?

When comparing Hydraulic-Erosion and Marching-Cubes you can also consider the following projects:

Terraforming

TerraGen3D - 3D Procedural Terrain Generation and Texturing Tool in OpenGL/C++ [Moved to: https://github.com/Jaysmito101/TerraForge3D]