vanch3d / Hemisphere-wii

Mixing physical computing (reverse-engineered wiimote) and digital visualisation (Processing) to explore spherical triangles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEMISPHERE Project.

All the dependent libraries are included locally in the package, in the thirdpary directory. This is to make sure we can distribute the code easily. However, it means we have to keep an eye on any update of the libraries.

In the current version, they are:

Note that the wiiusej comes with two Windows DLLs, wiiuse.dll and WiiUseJ.dll. Both HAVE TO BE LOCATED at the root of the NetBeans project. If you build a stand-alone distribution (JAR file) of the application, NetBeans will put everything in the dist directory, BUT NOT THE two dlls. MAKE SURE TO COPY THEM BY HAND BEFORE distributing the package (will do it through ant at some point in the future).

About

Mixing physical computing (reverse-engineered wiimote) and digital visualisation (Processing) to explore spherical triangles

License:MIT License


Languages

Language:Java 100.0%