box2dx icon indicating copy to clipboard operation
box2dx copied to clipboard

Port core physics engine to dotnet core.

Open colgreen opened this issue 3 years ago • 0 comments

  • 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?

colgreen avatar May 22 '21 13:05 colgreen