Skip to content

polar-js/polar.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84aad44 Â· Oct 16, 2023
Nov 14, 2019
Jan 3, 2020
Sep 20, 2020
Sep 20, 2020
Oct 20, 2019
Oct 18, 2019
Oct 21, 2019
Oct 19, 2019
Oct 19, 2019
Oct 18, 2019
Oct 18, 2019
Oct 16, 2023
Sep 20, 2020
Oct 21, 2019
Jan 3, 2020

Repository files navigation

Polar.js

Polar.js is a WebGL-based game engine we wrote back in highschool. This video is a good showcase of what it can do.

Getting Started

// Add some example code here

Usage

Web

<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

npm install polar.js

Alternatively, you can bundle the engine with your app seperately by downloading the package with npm.

Showcase

https://youtu.be/ZVPHzbGP_gs

Contribute

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.

Credits

Created by Alex Brown, Harry Ickeringill and Jake Palandri.