0.0.1 • Published 8 years ago

pyrite3dwebgl v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

PyriteWebGL

Prototype WebGL client for Pyrite3d

Install

npm install --save pyrite3dwebgl

Usage

import Pyrite from 'pyrite3dwebgl';

const pyrite = new Pyrite(container, id, config);
pyrite.start();

Development

Release Steps

Run the following from the package root 1. npm install 1. npm run prerelease 1. Update CHANGELOG.md 1. npm version patch (or whatever version change makes sense) 1. npm publish