hunterloftis / newton

A playful, particle-based physics engine designed from the ground up for JavaScript.
917 stars 49 forks source link

Netwon.PixiRenderer: constructor refactored #11

Closed floatdrop closed 10 years ago

floatdrop commented 10 years ago

Now constructor gets PIXI.Renderer instead of document element.

hunterloftis commented 10 years ago

Using a custom webgl renderer that's a bit faster than pixi now.