Hi,
Lately i have finished writing a Java version of space invaders using the Java2D api. But then i got thinking, is there a way i can use my very simple particle system that i wrote before space invaders to jazz things up a bit. The problem is though that my particle system is written using the LWJGL library to access OpenGL through Java.
So i was wondering, is there anyway to use both Java2D and LWJGL together at the same time ? I fear i may have to write all of the graphics using OpenGL if i want to use this particle system though :-\
Thanks,