ChipmunkSharp icon indicating copy to clipboard operation
ChipmunkSharp copied to clipboard

[Renderer] Improve the current rendering logic to make it more friendly to new frameworks/toolkits

Open netonjm opened this issue 6 years ago • 0 comments

PhysicsDebugDraw class is responsible for rendering geometric stuff. https://github.com/netonjm/ChipmunkSharp/blob/v7.0.0.Leaf/examples/ChipmunkExample/Common/Extensions/CCPhysicsDebugNode%20.cs

Right now this class was specifically created for CocoSharp library and not flexible to use in other stuff. Now we need to add more abstraction and re-architecture it, to allow handle multiple libraries, drawing API's and/or platforms... etc...

netonjm avatar Feb 26 '19 23:02 netonjm