Hello, everyone. This question is based on the fact, that I mostly only wrote a HelloWorld application in Java.
I am coming to Java from a .NET environment (VB, C#) and I have some C/C++ programming background. I have tried both Netbeans and Eclipse and they seem like very nice IDE’s, though I have not done anything serious with them yet.
I have been doing research and decided that I would like to use LWJGL for Java game development.
I was wondering if there are any pros/cons to using the 2 IDE’s with LWJGL.
Also, I know that it’s not the topic of this question, but I thought I would ask this - Do you have any recommendations on setting up a Development Environment to properly work with LWJGL? I am thinking, that the older version LWJGL2 would be easier to work with.
As I said, I am not a beginner in programming, but I have very little experience with games. My knowledge of graphics api is extremely limited. On Windows, I mostly used GDI and GDI+.