how to convert java core game to jogl game
Posted by
frakc on
Jun 01, 2014; 4:03am
URL: https://forum.jogamp.org/how-to-convert-java-core-game-to-jogl-game-tp4032388.html
Hello
I am learning basic game making. I wrote a simple game using just standart java libraries. Now I want to understand how I can make same using JOGL.
sheppared.zipAs I understand i need just rewrite paint and actionPerformed, am i right?
Thank you for any help