r3c / arcadejs

Arcade.js Experimental Library

Home Page:https://r3c.github.io/arcadejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcade.js README

Experimental WebGL library for real-time 3D graphics.

Build Status License

Requirements

You'll need the following to build and run this project:

Build

From repository directory, run the following to build project files:

npm install
npm run build

Once build, open ./dist/index.html in a supported browser.

If you are using Google Chrome then you'll get cross-origin errors as it denies requests when using file:// protocol by default. This can be solved either by running it with --allow-file-access-from-files command-line switch or starting a local HTTP server:

npm run start

Then browse to http://localhost:8080/ when prompted.

References

Following materials were used to design this project:

Resource

  • Contact: v.github.com+arcadejs [at] mirari [dot] fr
  • License: license.md

About

Arcade.js Experimental Library

https://r3c.github.io/arcadejs/

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 3.6%Language:Python 0.8%Language:CSS 0.3%Language:HTML 0.1%