Tout le code développé en atelier - python, javascript, puredata, processing, etc.
Find a file
2019-05-22 15:24:07 +02:00
android/multitouch-android initital commit 2018-06-11 16:16:42 +02:00
arduino arduino patch to get 4 photoresistances in one digital port 2018-06-11 16:49:44 +02:00
doc python scripts & famous geeks 2018-10-23 13:15:44 +02:00
javascript modified python extractor script 2018-06-11 18:06:19 +02:00
processing example on how to use pgraphics to render images and display them 2019-03-29 15:35:11 +09:00
processing_basics initital commit 2018-06-11 16:16:42 +02:00
puredata patches puredata 2018-06-14 08:45:47 +02:00
python styling raw text with python and string replacement 2019-05-22 15:24:07 +02:00
scripts/aftereffect script to export aftereffect frames in json 2018-06-13 09:32:41 +02:00
.gitignore initital commit 2018-06-11 16:16:42 +02:00
README.md initital commit 2018-06-11 16:16:42 +02:00

README

What is this repository for?

This repository contains bits and pieces of code, in different languages (java, javascript, etc.) used at Arts² - digital art classes.

It provides examples and common issue resolution.

The root folders are named depending on the language/plateform they are running on.

How do I get set up?

  • for any processing code
    • Download all the files from this repo and place them in the sketch folder
    • Launch processing
    • Open project "Utilitaires"

OpenNI, processing & Mac OSX 10.8

You may have a problem with openni on old versions of Mac OSX (experienced on 10.8).

The bug fix is slow but simple: install JDK from oracle, same version as processing is using.

Change the libfreenect.0.1.2.dylib and libusb-1.0.0.dylib used by openni with these ones: https://github.com/kronihias/head-pose-estimation/tree/master/mac-libs

Path: [your sketch folder]/libraries/SimpleOpenNI/library/osx/OpenNI2/Drivers

Info found here: http://forum.processing.org/two/discussion/873/error-when-trying-to-run-sketch-with-simpleopenni

Who do I talk to?