Tagged Questions
0
votes
0answers
51 views
How to find useful existing libraries and / or existing code and utilize them effectively?
As an indie (with low budget), I often wish to be pragmatic and leverage existing code to save on expenses. I often find useful engines and libraries using google but sometimes when I'm looking for ...
9
votes
5answers
418 views
What to consider when evaluating libraries/engines for making a game?
I'm going to make a game, but I've noticed that there are a lot of game engines/libraries/frameworks available out there, and I'm having a little trouble deciding which one I want to use.
I'm already ...
0
votes
2answers
173 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
945 views
Which all are the best Android 2D Java based gaming libraries / frameworks? [duplicate]
Possible Duplicate:
Are there any 2D gaming libraries/frameworks/engines for Android?
Which all are the best and top using open source java 2D Gaming libraries for Android?I had already ...
-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
1answer
1k views
Is there any JavaScript game library good for mobile gaming?
I do not know how should I ask this question. I am a very new in this field. I want to learn game development. I want to learn it for Android and iPhone game development. That's why i was looking for ...
2
votes
0answers
139 views
Problems loading Hilva tutorials
I'm a newcomer to XNA, and I'm evaluating some libraries. The Hilva Graphics Engine looks interesting, and I'm trying to run their tutorials. However, all of them give me errors.
For example, if I ...
9
votes
5answers
3k views
Developing for iOS on Linux
I am looking for an engine or library to develop a game for iOS on Linux.
High level, low level, GUI, no GUI, does not matter too much. I am really looking for anything.
I'm not actually talking ...
1
vote
2answers
817 views
What are C++ libraries? [closed]
I am a total beginner in C++ and programming generaly.
I have watched a couple hours of C++ tutorials and read a lot about it (Can anyone recommend some tutorials?), but what I've come across and ...
11
votes
6answers
4k views
Where do I begin if I want to write a C++ 2d game? [closed]
Clarification: I'm not asking for the best place to start. I'm just asking for a place to start.
I am a C# web developer and I want to expand my skillset and have some fun while doing it. I know some ...
5
votes
2answers
1k views
Character Animation Library
I am looking for character animation library which can be included in my game engine.
I prefer FOSS but, paid is good if it's price is reasonable.
So, far what Ive found is Cal3d.But it looks dead.
...
2
votes
5answers
669 views
What libraries/engines should I use?
I have some pretty decent general programming skills and elementary C/C++ skills. I am a complete noob in game/graphics programming and I would like to start.
I want to gradually learn, starting off ...
16
votes
7answers
2k views
What scripting language would you recommend for a C++ game project?
By scripting here I mean not just putting config data in a script, but scripting parts of the project like some class methods, test specific game loop, etc. This would be not just to accelerate ...
8
votes
6answers
1k views
Game Engine framework or library
I'm on the planning stages for an internal game engine I am about to start creating, which will be used for all my games going forward. But I'm struggling a bit with how it should be built.
The ...
7
votes
4answers
476 views
Are there any dedicated rules/scoring libraries/frameworks/engines?
Note that this is not about graphics/physics/2D/3D/etc.! Rather I'd like to know whether there are dedicated solutions available for implementing custom rules/scoring on top of an existing framework, ...
34
votes
9answers
15k views
Easy to use cross-platform 3D engines for C++ game development? [closed]
I want to try my hand at writing a 3D game. However I don't want to start at such a low level of drawing individual triangles and writing my own 3D object loader and so on. I've heard of things like ...
