amerkoleci / JoltPhysicsSharp

JoltPhysics C# bindings
MIT License
238 stars 34 forks source link

Change name of Color to JoltColor? #103

Closed brogan89 closed 4 days ago

brogan89 commented 1 week ago

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.

https://github.com/amerkoleci/JoltPhysicsSharp/blob/main/src/JoltPhysicsSharp/Color.cs

captainkidd5 commented 5 days ago

Seconding this, also an issue with Monogame/XNA Color type

amerkoleci commented 4 days ago

I see, need to think about this.