This is an interactive terrain editor that renders SDF-s using Dual Contouring, and allows the resulting mesh to be edited with a spherical brush.
This is a legacy codebase, an old project of mine that will not be maintained.
- Ensure you have JDK 17 and Maven installed.
- Run
mvn clean installto build the project. - Run
mvn exec:javato run the terrain editor.
- Run
nix buildto build the project. - Run
./result/bin/legacy-dual-contouringto run the terrain editor.

