An open source 3D graphics framework made in Javascript with WebGL and ammo.js.
To run the project you clone the repository and drag the index.html
file into your browser.
You should be good to go. Cloning the project and dragging the file should be enough to run the framework in the latest Firefox version.
Clone this repository, install Web Server for Chrome and select your cloned repository folder as the server folder (using CHOOSE FOLDER).
Find index.html
in your local server.
Support on other browsers is currently unstable. You may try to run your index.html
locally and check if local file fetching is supported. If it is not, you may need a local server (check your console for details, if it says something like 'CORS request' you need a server).
You may find available projects by using
Projects.list();
You can load projects by using
Projects.load("your-project-name");