Framework is an software abstraction where generic functionality can be selectively changed by user code, thus providing application specific behaviour.
13
votes
4answers
2k views
Are there existing FOSS component-based frameworks?
The component based game programming paradigm is becoming much more popular. I was wondering, are there any projects out there that offer a reusable component framework? In any language, I guess I ...
17
votes
7answers
7k views
What languages are used to develop MMORPGs like EVE Online and WOW?
As I understand it, MMORPGs are games that run on your computer like any other normal 3d video game but, with each action that happens with in the game, changes are made to the universe via HTTP calls ...
4
votes
8answers
5k views
Alternative to pyGame? [closed]
i'm learning something about game programming from a book about "pyGame". pyGame is simple, but... python is a little complex and different from my previous knoweledge about programming.
I know ...
4
votes
6answers
3k views
Any free 2D C\C++ framework that supports iPhone?
I'm looking for a C\C++ game dev framework that supports iPhone.
It should have least Objective-C requirement to use it.
The closest one I could find is Kanji engine.
But that's not free.
Other ...
18
votes
6answers
738 views
Coordinate system handling for 2D UI
Following on from the aspect ratios question, I'm interested to hear what other people are using when working on 2D UI systems (most likely their own home-grown solutions). Specifically, how do you ...
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 ...
1
vote
2answers
1k views
anyone knows any open skeletal/bones 2d animations framework for java?
Some examples could be the animations framework used in Aquaria, or in Crimson Legend.
6
votes
3answers
193 views
What middle tier and backend libraries exist for handling player matching and out of game information?
Are there any libraries or frameworks readily available that handle player metrics, rankings, matching, tournaments, etc? Anything for managing the player community? (Please don't say DotNetNuke)
2
votes
7answers
400 views
Which frameworks are system agnostic?
I'd like to have as little portability issues as possible but supports hardware acceleration. The main priority is on PC and having a game run on Windows, Linux and MacOS. Porting to consoles would ...