Skip to content
forked from xeolabs/xeogl

A WebGL-based 3D engine for engineering, architecture and BIM visualization.

License

Notifications You must be signed in to change notification settings

sasobadovinac/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 WebGL-based 3D engine for engineering, architecture and BIM visualization.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • CSS 1.5%
  • Other 1.4%