phinity / voodoo.js

Javascript framework for mixing 2D and 3D

Home Page:http://www.voodoojs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.voodoojs.com

License:MIT License


Languages

Language:JavaScript 89.6%Language:HTML 8.0%Language:Batchfile 1.2%Language:Shell 1.2%