atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.32k stars 464 forks source link

import processing.core.* error #83

Closed hhhaiai closed 8 years ago

hhhaiai commented 8 years ago

java using processing.core.* happen errors!

where is processing.core.*??

and what's launch about *.pde????

evgeniy-storozhenko commented 8 years ago

+1 Could you tell, where can I get PImage, PApplet and other stuff from processing?

evgeniy-storozhenko commented 8 years ago

I found. This is Processing Development Environment (PDE) http://processing.org. Sources: https://github.com/processing/processing

atduskgreg commented 8 years ago

This is a library for the processing environment. Are you trying to use it outside of that?