UNPKG

newton

Version:

A playful, particle-based physics engine designed from the ground up for JavaScript.

10 lines (6 loc) 120 B
function Renderer() { } Renderer.prototype.render = function(sim) { this._sim = sim; }; module.exports = Renderer;