Open fversnel opened 13 years ago
Using large backbuffers causes performance issues. Use hardware accelerated graphics instead.
Hardware acceleration using standard Java Graphics 2D: http://today.java.net/pub/a/today/2004/11/12/graphics2d.html
Hardware acceleration through Processing using OPENGL: http://alex.seeholzer.de/?p=37 http://processing.org/reference/libraries/opengl/
One goal is to keep Poortjes portable so make an effort to do so: either by implementing some portable java library or providing a nice build file to make platform-specific builds.
Using large backbuffers causes performance issues. Use hardware accelerated graphics instead.
Hardware acceleration using standard Java Graphics 2D: http://today.java.net/pub/a/today/2004/11/12/graphics2d.html
Hardware acceleration through Processing using OPENGL: http://alex.seeholzer.de/?p=37 http://processing.org/reference/libraries/opengl/