documentation | npm | github
Polar.js is a WebGL-based game engine we wrote back in highschool. This video is a good showcase of what it can do.
// Add some example code here
<script src="unpkg.com/polar.js/umd/polar.min.js"></script>
The package is hosted on npm, so can be easily accessed through the UNPKG CDN. For the latest minified version use the example above or specify a semver version (i.e. unpkg.com/[email protected]/polar.min.js
). Please refer to the UNPKG site for more details.
npm install polar.js
Alternatively, you can bundle the engine with your app seperately by downloading the package with npm.
Feel free to fork a recent commit to add, edit or optimise the engine.
If you think your additions are worthy of the master branch, create a pull request. To make my life easier:
- Originate your branch from a recent commit.
- Include a brief description of what you changed.
- Include a brief explanation of why you changed it.
Created by Alex Brown, Harry Ickeringill and Jake Palandri.