We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b855ab commit 4d6825aCopy full SHA for 4d6825a
3 files changed
README.md
@@ -2,7 +2,22 @@
2
3
Uniform sampling in combined shapes with overlap handling and distance constraints.
4
5
+
6
+
7
+---
8
9
+## Features
10
+- Uniform sampling in **aggregated shapes** (combination of multiple shapes)
11
+ - discs
12
+ - axis-aligned bounding boxes (AABB)
13
+ - oriented bounding boxes (OBB)
14
+ - ellipses
15
+- Exclusion shapes
16
+- Optional minimum-distance constraint
17
+- Uniform sampling along a Catmull-Rom spline with adjustable width
18
+- Deterministic RNG (SplitMix32)
19
+- C11, no dynamic allocation, no external dependencies
20
+- Only **two** functions in the API
21
22
23
-<video width="640" autoplay loop muted controls>
- <source src="video/spawn2d.mp4" type="video/mp4">
-</video>
media/spawn2d.apng
6.51 MB
video/spawn2d.mp4
-402 KB
0 commit comments