rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.com/rngrd.git
Log | Files | Refs | README | LICENSE

commit 53d4f4171692e1b6164863fa9d39a8881a979a2d
parent 75c2b2910cd7348d0ebe507f196c3d6e8dd78367
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 25 May 2026 12:18:14 +0200

Write the release notes for version 0.2

Diffstat:
MREADME.md | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -24,6 +24,17 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.2 + +- Add the `rngrd_closest_point` API function, which determines the + closest point on the geometry based on a given position and a search + radius (default: infinite). +- Add the rngrd-lint utility. + It checks the loading and structuring of the library's input data. +- Improves the building system. + Simplify it by doing everything in one place (the Makefile). + Add macros to control installation subdirectories. + ### Version 0.1.1 - Fix a typo in the rnsp manual @@ -51,6 +62,6 @@ Copyright (C) 2022, 2023, 2025 Université Paul Sabatier ## License -Rad-Net GrounD is free software released under the GPL v3+ license: GNU +Rad-Net GRounD is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain conditions; refer to the COPYING file for details.