diwi / PixelFlow

A Processing/Java library for high performance GPU-Computing (GLSL). Fluid Simulation + SoftBody Dynamics + Optical Flow + Rendering + Image Processing + Particle Systems + Physics +...

Home Page:https://diwi.github.io/PixelFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Javax in Processing IDE

knupel opened this issue · comments

When you want run few sketches who used Javax, it's necessary to import it, but how it's possible in Processing IDE ? I find no track to do it...

pixelflow is a library that heavily depends on OpenGL/GLSL. Thats why all examples use PGraphicsOpenGL (P2D or P3D) as framebuffers.

Maybe it's a bug in my mind, because now there is no problem to import javax.*stuff. Sorry for disturbing.

you're not disturbing at all, dont worry.

Well, you can use javax in your sketches, but those framebuffers cant be used for the majority of the pixelflow operations.