aothms / xeogl

A data-driven 3D visualization engine on WebGL

Home Page:http://xeogl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xeogl

http://xeogl.org

[![License][license-img]][license-url] Codacy Badge

About

xeogl is a data-driven WebGL-based engine for quick and easy 3D visualization on the Web.

Find out more in the Getting Started guide.

Links

Building

Install node (Ubuntu):

sudo apt-get install nodejs

Install Grunt task runner:

npm install grunt --save-dev
npm install grunt-cli --save-dev

Install Grunt task plugins:

npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-jshint --save-dev
npm install grunt-contrib-qunit --save-dev
npm install grunt-contrib-clean --save-dev
npm install grunt-contrib-yuidoc --save-dev
npm install grunt-contrib-copy --save-dev


Build all:

grunt

About

A data-driven 3D visualization engine on WebGL

http://xeogl.org

License:Other


Languages

Language:JavaScript 95.7%Language:CSS 3.2%Language:HTML 1.1%