bottlenoselabs / katabasis

XNA re-imagined.
Other
94 stars 8 forks source link

Why Katabasis.Rectangle instead of System.Numerics.Rectangle? #230

Open lunkums opened 1 year ago

lunkums commented 1 year ago

In the docs, it says that Some core types have been removed and replaced with types from System.Numerics. System.Numerics has a bunch of optimizations and hardware intrinsics which can increase the performance of your game. Why, then, does Katabasis use its own Rectangle class rather than the one in System.Numerics?