Skip to content

Commit d44836c

Browse files
committed
Updated readme.md
1 parent 0f064d6 commit d44836c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ You can use this library in your Unity game by adding this repository to the pac
2020

2121
The easiest way to iterate on this package is to clone this repository and [the test project](https://github.com/danielmansson/Unity.Mathematics.FixedPoint.TestProject) side-by-side and open the test project in Unity. This resolves the required dependencies (Unity.Mathematics) and makes the test runner available.
2222

23+
## Example project
24+
25+
A simple example project can be found [here](https://github.com/danielmansson/Unity.Mathematics.FixedPoint.Example). It contains two side-by-side simulations, one using a floating point implementation and the other using fixed point.
26+
2327
## Missing features
2428

2529
Unity.Mathematics.FixedPoint is not feature complete yet. This is missing:

0 commit comments

Comments
 (0)