cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

Add physics example that draws to canvas #155

Closed dragonfi closed 5 years ago

dragonfi commented 9 years ago

This is a small non-interactive example on how to use physics and canvas drawing together.

Apparently it works now, despite https://github.com/cykod/Quintus/issues/23 still being open.

There are a few issues though -- that might need their own tickets -- such as starting scale and angle are not taken into consideration when creating the box2d body. (Should I open a ticket?)

Also, what is the state of the physics component? Do you still plan to do it? What are the reasons it's in extras? etc.