Ubuntu 10.04 / Processing
in
Integration and Hardware
•
3 years ago
Hello,
I'm currently trying to run an example from http://www.generative-gestaltung.de/ ( http://www.generative-gestaltung.de/M_5_5_01_TOOL). At first I tried to run it out of the box, but it was really really slow in loading file system items and as the GUI started Ubuntu returned to the login screen. I've changed the renderer to P2D: size(1000,800,P2D); -- now the GUI is starting, but it seems to be very slow and the rendering of the Text of each sunburstitem seems to be very very blurred.
I'm currently not sure if I will use Processing from within Eclipse to visualize changes in hierarchical data or Swing. At best it should be integrated in my current first alpha version of a very simple GUI written in Java/Swing. Performance will be a critical issue, so I'm not sure if I should use Processing or not.
regards,
Johannes
I'm currently trying to run an example from http://www.generative-gestaltung.de/ ( http://www.generative-gestaltung.de/M_5_5_01_TOOL). At first I tried to run it out of the box, but it was really really slow in loading file system items and as the GUI started Ubuntu returned to the login screen. I've changed the renderer to P2D: size(1000,800,P2D); -- now the GUI is starting, but it seems to be very slow and the rendering of the Text of each sunburstitem seems to be very very blurred.
I'm currently not sure if I will use Processing from within Eclipse to visualize changes in hierarchical data or Swing. At best it should be integrated in my current first alpha version of a very simple GUI written in Java/Swing. Performance will be a critical issue, so I'm not sure if I should use Processing or not.
regards,
Johannes
1