Skip to content

ykankaya/voodoo.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voodoo.js

Voodoo is a Javascript framework for creating 3D WebGL controls that integrate seamlessly with 2D HTML.

Introduction

Folder structure:

  • /voodoo - Voodoo project
  • /tools - Build engine

Within the voodoo project folder:

  • /config - Build settings
  • /samples - Examples
  • /src - Source code
  • /test - Unit tests

In addition, after building there will be these new folders:

  • /drop - Zip files for public sharing
  • /voodoo/build - Compiled Voodoo source
  • /voodoo/docs - Voodoo documentation
  • /voodoo/lib - Voodoo dependencies

How to Build

Voodoo currently builds on Windows. It would be great if someone ported the build engine to Unix and Python.

Step 1: Install Python 2.7

http://www.python.org/download/

Step 2: Install Closure Linter

https://developers.google.com/closure/utilities/docs/linter_howto

Step 3: Install 7zip (Windows)

http://www.7-zip.org/

Step 4: Install Java 1.7 Runtime

http://www.java.com/en/

Step 5: Update tools\user.cmd (Windows)

Update this script with paths to your installations and browsers to test.

Step 6: Build

Run build.cmd in the root folder.

License

This software is released under the MIT License. (http://opensource.org/licenses/MIT)

About

Javascript framework for mixing 2D and 3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 2.0%
  • Batchfile 1.6%
  • CSS 1.5%
  • Shell 1.4%