Skip to content

bastienmenis/xeogl

 
 

Repository files navigation

xeogl

http://xeogl.org

Codacy Badge status

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 engine on WebGL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 3.2%
  • HTML 1.1%