Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
netonjm opened this issue Feb 26, 2019 · 0 comments
Assignees

Comments

@netonjm
Copy link
Owner

netonjm commented Feb 26, 2019

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 netonjm self-assigned this Feb 26, 2019
@netonjm netonjm changed the title Improve the current rendering logic to make it more friendly to new frameworks/toolkits [Renderer] Improve the current rendering logic to make it more friendly to new frameworks/toolkits Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant