-3
votes
1answer
76 views

2D Game Engines [closed]

I'm a computer science student and I recent completed a module based on the development of 2D and 3D games. I want to develop a 2D game in java as a personal project, the library we worked with ...
0
votes
2answers
181 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 ...
-5
votes
1answer
1k views

2.5D Game Engines/Libraries - Which are the most popular and stable?

Like many other developers, I have experience with many programming languages. I've worked with C++, Java, JavaScript (+ HTML5 Canvas), etc. The question thing that I've found very difficult to ...
1
vote
2answers
156 views

2D game libraries that support positional stereo sound?

I would like my game to have semi-realistic sound, where the left/right channel volume depends on the position of the sound source within the world. I've looked and it seems that it's not possible ...
0
votes
2answers
353 views

What features should a 2D graphics library have? [closed]

I am making a 2D graphics library in Python designed to make 2D easy and fast. Internally it uses OpenGL. The library does cover a bit more then a graphics library, it also includes windowing and ...