Way to integrate a graphics engine

Official forum for the Chipmunk2D Physics Library.
Post Reply
newHere
Posts: 1
Joined: Thu Jul 16, 2015 1:28 pm
Contact:

Way to integrate a graphics engine

Post by newHere »

Hello, I need a good quality code to integrate your engine with a graphics engine.
What I need is a array of vertices ready to draw or to be transformed and the type of the shape.
However I can't figure out the way to get this data from cpShape or cpBody. I wish not to store any extra vertices just for rendering and it would be nice not to have to transform/calculate anything just for rendering. Why aren't the physics engines provide simple way to access such needed data? I was using box2d before and had figured out the way to draw them but wasn't happy with the code quality. Chipmunk2d seems to have better api for me as a beginner so I decided to give it a try. I know it could be possible to use the private/unsafe api of chipmunk but I would like not to.
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 9 guests