Tagged Questions
5
votes
2answers
247 views
Is it legal to pack LibGdx libraries in my jar file? And to obfuscate them?
I'm using LibGDX and deploying a runnable jar file, using the Eclipse feature, with libraries extracted into it. There are also .so files and .dlls inside.
1 . Is it legal to do so? I didn't find ...
0
votes
2answers
167 views
What java library/framework for a game with baldurs gate like grapics? [closed]
I really would like to create my own small rpg. It could probably look as simple like baldurs gate. So without fancy 3D stuff.
As language I want to use java (or scala, I thinking about it - the good ...
1
vote
1answer
164 views
Can I mix OpenGL and swing?
I'm working on a small game library for me and some people I know that just handles the window and nothing special that we weren't gonna use. I know how to use OpenGL and stuff I just don't like ...
9
votes
5answers
5k views
Is there an XNA-like library for Java?
I'm curious to know if there is an XNA-like library for Java; that is, a library that
Handles the game loop - i.e. you just implement an existing method, and it will get called every frame.
Handles ...