Have anyone written java game with OPENGL, GL4Java ? ? ? Can anyone show me any sample of the the games written from GL4Java?
thank you,
Ken
Have anyone written java game with OPENGL, GL4Java ? ? ? Can anyone show me any sample of the the games written from GL4Java?
thank you,
Ken
don’t use GL4Java.
Use LWJGL (http://lwjgl.org) or JOGL (http://jogl.dev.java.net/) instead.
Games using LWJGL:
http://lwjgl.org/projects.php
I don’t have any links for JOGL games, but I am sure someone can post some…
I don’t remember the exact link, but you can search for the Kevin’s Space Invaders 103 for a JOGL game example.