Raspberry Pi + Java 8 + JOGL => Processing Roadmap Question
in
Integration and Hardware
•
9 months ago
I'm having a shot at running Processing 2.07 with Java 8 EA (Just the JIT) on a Raspberry Pi . Basic sketchs that don't require OPENGL work fine. Anything using P2D P3D use OPENGL and crash.
I had this exchange on the Pi forums:
A solution:
Change the Processing source-code to use NEWT instead of AWT for P2D and P3D sketches. This would improve portability of Processing. It would completely remove the need to have a JRE with AWT and also remove the need for a separate Processing Android back-end because JOGL NEWT already work on mobile systems like Android, MeeGo and desktop GNU/Linux MacOS and Windows. ~
Xerxes Rånby
Looks like the last step of running optimized java on the Pi is moving away from AWT to NEWT. Given the direction towards OpenGL, are there and plans to adopt NEWT thereby improving the platform independence of Processing and maybe in this case its performance?
1