I made a browser based tool for terrain sculpting and data export
I want to share a side project I’ve been working on. It is a lightweight, web-based tool that allows you to generate a 3D terrains directly in your browser, without need for any heavy 3D software. Generated models can be converted into XYZ numerical heightmaps, for later loading in same or different software.
Currently working on stl and image export (bw heightmap).
It comes useful when you need fast modeling with numerical output.
The code is fully available on GitHub. Take a look!