dotnet-ad / Humper

Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.
MIT License
104 stars 19 forks source link

Converted humper project to dotnet core #5

Closed CloneDeath closed 5 years ago

CloneDeath commented 6 years ago

I did not convert the included sample project (I couldn't even begin to get it working on linux), but I hope to add platform agnostic dotnet core unit tests as a supplement.

Changing the main project also shouldn't adversely affect the sample, since dotnet framework projects can still reference dotnet core projects.

That minor change in RectangleF was to fix an error I was receiving in the IDE (but not command line) about out variable not being assigned to, despite it being a struct.