From 7433f5c564d06d78870e44320867470c95f67b39 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Fri, 13 Feb 2026 16:31:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ee48d..e362550 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Archived due to codebase being integrated in [PG-RAD](https://github.com/pim-n/pg-rad). + # RoadGen 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`. -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). \ No newline at end of file +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).