You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Built for simulations, games, and physics-heavy code that needs reliable results
21
21
-**Spatial helpers:**`BoundingBox`, `BoundingSphere`, and `BoundingArea` for lightweight bounds checks.
22
22
-**Shared math utilities:** Common math and trigonometry helpers via `FixedMath` and `FixedTrigonometry`.
23
23
-**Deterministic RNG:**`DeterministicRandom` for repeatable procedural generation and simulations.
24
-
-**Flexible packaging:** Use the default package with `MemoryPack`, or the `NoMemoryPack` package when you want the same API without that dependency.
24
+
-**Flexible packaging:** Use the default package with `MemoryPack`, or the `Lean` package when you want the same API without that dependency.
25
25
-**Broad .NET compatibility:** Targets modern .NET while remaining friendly to engine and tooling workflows.
26
26
27
27
---
@@ -41,7 +41,7 @@ Choose the package that fits your runtime:
41
41
| Package | Best for | Install |
42
42
| --- | --- | --- |
43
43
|`FixedMathSharp`| Most .NET applications. Includes built-in `MemoryPack` support. |`dotnet add package FixedMathSharp`|
44
-
|`FixedMathSharp.NoMemoryPack`| Projects that want the same math API without a `MemoryPack` dependency, including custom serializer setups and Burst AOT-sensitive workflows. |`dotnet add package FixedMathSharp.NoMemoryPack`|
44
+
|`FixedMathSharp.Lean`| Projects that want the same math API without a `MemoryPack` dependency, including custom serializer setups and Burst AOT-sensitive workflows. |`dotnet add package FixedMathSharp.Lean`|
45
45
46
46
If you're using `FluentAssertions` in your test project, the companion assertions package is available here:
0 commit comments