Questions tagged [2d-engine]
5 questions
3
votes
4 answers
2D World design question
I'm facing a problem which is probably extremely common in game-design.
Let's assume that we've got a 2D world
The world's size is M x N rect
The world may contain some items in it
The items have (x,y) coords
The world can be browsed via a window…

Maciek
- 19,435
- 18
- 63
- 87
1
vote
6 answers
Any good 2d engines with a GUI system?
I'm trying to develop a simple app ( it will resemble something like a powerpoint presentation) that will require some simple GUI controls: button, textbox, slider and listbox.
And i would want to be able to skin the controls.
So i'm looking for an…

daniels
- 18,416
- 31
- 103
- 173
1
vote
1 answer
Creating web based football simulation game
I am creating an online football/soccer management game. I want to implement some simple 2d (in future maybe even 3d) graphics engine. For 2d I mean, that every player would be like a circle, view from top. But I am unsure, what technology should i…

Dove
- 125
- 1
- 2
- 8
1
vote
2 answers
2D (GFX) Engine for Android
I'm looking for some kind of 2D graphics engine for Android. In my special case I only want to move some Sprites, play short sounds and perhaps play some simple animations.
I know, I could do all these things for my own but I'm interested in some…

Elmi
- 5,899
- 15
- 72
- 143
0
votes
2 answers
2D Engine for iPhone OS
I have a pretty simple 2D flash game. It's a jump n run sidescroller and I want to port it to the iPhone.
But what is the best way to do it? There is Adobe Flash Pro CS5 but I'd rather program it from the scratch in an iPhone environment.
Are there…

disp
- 9
- 1