Goo Engine is an open-source 3D engine using HTML5 and WebGL for rendering.
[See more showcases](http://goocreate.com/)npm install
npm install -g grunt-cli
grunt minify
Goo Create is a complete 3D authoring platform built on top of the Goo Engine.
Start a web server, e.g. using:
npm install st -g
st --port 8000
And then open:
- Unit tests: http://localhost:8000/test/test.html
- Visual tests: http://localhost:8000/visual-test/
To make sure that no incorrectly styled content appears, install the pre-commit hook:
grunt init-git
This makes Git check whether all added and modified files pass the style check before allowing a commit.
grunt jsdoc
- outputs to out-doc
GooJS uses a custom documentation compiler, modoc; see tools/modoc/README.md
for more details.
- Minified and mangled:
grunt minify
- Minified:
grunt minify-no-mangle
- Concatenated:
grunt minify-dev
The Goo Engine is released under the MIT license.