Android campatible (WindTunnel)
ppgutkus opened this issue · 0 comments
ppgutkus commented
The library is very useful. I think if we can use pixelflow library in android device will more useful.
I use WindTunnel example.
1. ERROR in C:\Users\AppData\Local\Temp\android4724942770669103924sketch\app\src\main\java\processing\test (at line 1137)
context.begin();
^^^^^^^^^^^^^^^
The type com.jogamp.opengl.GL2ES2 cannot be resolved. It is indirectly referenced from required .class files
----------
2. ERROR in C:\Users\AppData\Local\Temp\android4724942770669103924sketch\app\src\main\java\processing\test (at line 1137)
context.begin();
^^^^^
The method begin() from the type DwPixelFlow refers to the missing type GL2ES2
----------
3. ERROR in C:\Users\AppData\Local\Temp\android4724942770669103924sketch\app\src\main\java\processing\test (at line 1159)
context.begin();
^^^^^
The method begin() from the type DwPixelFlow refers to the missing type GL2ES2
----------
3 problems (3 errors)
FAILED
FAILURE: Build failed with an exception.
Thanks in advance.