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.
- Install Nix with the official installer or the determinate installer.
- Enable the experimental Nix Flakes feature by adding the following line to
~/.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
- Run the following command to open a development shell with all the dependencies installed.
nix develop --impure