/polygonjs-engine

Webgl 3D Engine, to help you create 3D interactive web applications

Primary LanguageTypeScriptMIT LicenseMIT

Polygonjs

Polygonjs is a 3D Webgl engine. It allows you to create interactive 3D apps for the web. Try our examples.

NPM package

Build Status Dependencies Dev Dependencies Language Grade Twitter

run for development

Ensure you have node and yarn installed, then run the following in the root folder of the repository:

  • run yarn
  • run npm start
  • open http://localhost:8080

testing

  • run yarn
  • run npm start
  • open http://localhost:8080/test

build

  • run yarn
  • run npm run build

Change log

Releases