Skip to content

Commit 87e60ee

Browse files
committed
Update README.md
1 parent 7fe4809 commit 87e60ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ private static IntPtr EnqueueTaskCallback(IntPtr /* b2TaskCallback */ task, int
147147

148148
# Samples
149149

150-
Most specific techniques are described in the manual above, but you can also check out the `Box2dNet.Samples` console app in this repo to see working code that gets you started on common usecases like detecting collisions.
150+
There are now two folders with samples:
151+
152+
* `Box2dNet.OldSamples` are console-based samples I initially made to teach using Box2dNet, showing technical solutions to get around certain PInvoke annoyances.
153+
* `Box2dNet.Samples` contains the original graphical Box2D samples app re-created in .NET using Box2dNet and MonoGame. This initiative is still very limited and contains only one sample. I intend to add more because it's the best way to test Box2dNet's completeness.
151154

152155
# Regenerating the wrapper
153156

0 commit comments

Comments
 (0)