ntg
1.0.0
Neural Terrain Generation (NTG) is a collection of generative neural networks that output heightmaps for 3D terrain. This repository contains code for the entire NTG training pipeline.
The NTG development environment is managed with Nix. You can follow the steps below to get started.
~/.config/nix/nix.conf or /etc/nix/nix.conf
(this step can be skipped if you installed nix with the determinate installer).experimental-features = nix-command flakes
nix develop --impure