This is a bit of a nitpick suggestion, but could you change the name of JoltPhysicsSharp.Color to something like JoltPhysicsSharp.JoltColor? It clashes with System.Drawing.Color which is a bit annoying and need to put using Color = System.Drawing.Color; everywhere.
This is a bit of a nitpick suggestion, but could you change the name of
JoltPhysicsSharp.Color
to something likeJoltPhysicsSharp.JoltColor
? It clashes withSystem.Drawing.Color
which is a bit annoying and need to putusing Color = System.Drawing.Color;
everywhere.https://github.com/amerkoleci/JoltPhysicsSharp/blob/main/src/JoltPhysicsSharp/Color.cs