box2dx
box2dx copied to clipboard
Port core physics engine to dotnet core.
- Consider if we can make use of SIMD instructions, e.g. Vector<T> and/or x86 intrinsics.
- Consider use of Span<T>
- What to do about graphics rendering. Open GL?