sundrop

0.0.8 • Public • Published

SunDrop

SunDrop is a Javascript game engine

SunDrop is based on Phaser.js and Three.js

How to Install:

npm install sundrop

When Installed:

import * as SUN from "sundrop";

const renderer = new SUN.Renderer();

renderer.setColor("black")

document.body.appendChild(renderer.domElement);

function animate() {
    renderer.render()
    renderer.update()

    requestAnimationFrame(animate)
}

animate()

Package Sidebar

Install

npm i sundrop

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

92.4 kB

Total Files

7

Last publish

Collaborators

  • gapplecider