collinhover / impactplusplus

Impact++ is a collection of additions to ImpactJS with full featured physics, dynamic lighting, UI, abilities, and more.
http://collinhover.github.com/impactplusplus
MIT License
276 stars 59 forks source link

Question: Linking up Box2D and Impact++ #179

Open itsOgden opened 9 years ago

itsOgden commented 9 years ago

Hey Guys,

I don't know if anyone is still around that may be able to help me figure this one out, but if you are, I would really appreciate it!

I am currently working on taking an old project that was done in ImpactJS and converting it into an Impact++ project for cleanliness and optimization purposes. Here's the problem I'm having, Box2D is an integral part of the game and I can't seem to get Impact++ and Box2D to play nice with each other. If I extend Box2D from GameExtended, it breaks things and visa versa.

Anyone have experience making these play nice together?