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 install
to build the project. - Run
mvn exec:java
to run the terrain editor.
- Run
nix build
to build the project. - Run
./result/bin/legacy-dual-contouring
to run the terrain editor.