You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ppgutkus
changed the title
Please make Android campatible (I use WindTunnel example)
Android campatible (WindTunnel)
May 19, 2018
The library is very useful. I think if we can use pixelflow library in android device will more useful.
I use WindTunnel example.
Thanks in advance.
The text was updated successfully, but these errors were encountered: