Update README.md

This commit is contained in:
Pim Nelissen
2026-02-13 16:31:32 +01:00
committed by GitHub
parent 7b4272892d
commit 7433f5c564

View File

@ -1,3 +1,5 @@
Archived due to codebase being integrated in [PG-RAD](https://github.com/pim-n/pg-rad).
# RoadGen # RoadGen
Generate road segments in a 2D Cartesian plane. Generate road segments in a 2D Cartesian plane.
@ -72,4 +74,4 @@ You can reproduce results by adding a seed with the `--seed` flag.
For more info, see `road-gen --help` or `road-gen random --help`. For more info, see `road-gen --help` or `road-gen random --help`.
There are some Jupyter notebooks explaining [roads as planar curves](docs/planar_curve.ipynb), as well as the actual implementation of [random segmented roads](docs/prefab_roads.ipynb) and [random roads from noise](docs/random_roads.ipynb). There are some Jupyter notebooks explaining [roads as planar curves](docs/planar_curve.ipynb), as well as the actual implementation of [random segmented roads](docs/prefab_roads.ipynb) and [random roads from noise](docs/random_roads.ipynb).