Tagged Questions
The engine tag has no wiki summary.
1
vote
1answer
73 views
Open source component-based game engines? [closed]
Possible Duplicate:
Are there existing FOSS component-based frameworks?
What open source game engines with component-based design of game objects do you know? And which best of them? I mean ...
2
votes
1answer
65 views
Ruby on Rails Browser Based Game Engine
Does anyone one know of a good Ruby On Rails compatible Browser Based Game Engine ?
2
votes
3answers
320 views
Is “pure” OpenGL productive enough?
I know that this is a difficult question and I hope I can convey my meaning. Over time I've used many different engines from XNA over Unity to Panda3d and even tried native directX once. My final ...
1
vote
1answer
68 views
Isometric game data structure and rendering
I'm starting development of a 2d isometric(tiled, roguelike) game and i'm brainstorming wich kind of data structure i would use to store runtime data like tiles and entities, but i don't want to use ...
-1
votes
1answer
49 views
Away3D vs Papervision3D
I have served Google and I found that there are many 3D game engine also I have another question here
Do Playfish and Zynga use Flash game engines?
and I know that away3D is used for social media ...
1
vote
2answers
136 views
Do Playfish and Zynga use Flash game engines?
I'm very interesting to learn how to make games 2D and 3D, But I'm very new to this field so I wondering if Playfish, Zynga and other producer of games on facebook are using game engines to make that ...
4
votes
2answers
147 views
How should I manage level progression?
In my code, I just have a Level class right now in the main game loop that just blits a background and spawns some enemies for testing purposes...But I can't figure out how to go about implementing ...
0
votes
1answer
136 views
Beginner game-development in C++ and lua
I am a total Beginner in C++ and programming generaly.
I have watched a couple of hours tutorals of C++ and read alot about it(Could you recomend some tutorials?), but what I´ve come across and ...
0
votes
3answers
131 views
Learning C++ for game development [closed]
I want to learn C++ for game development. Does anyone know a good way to learn this?
It can be with books, tutorials, anything. I would also like to know what is a good engine to start with?
thanks ...
1
vote
1answer
149 views
Should I write my own game engine, and if so what are the main features? [closed]
Possible Duplicate:
When to roll your own game engine?
I've been interested in writting games for a while, and now that I have acquired a bit of experience in programming, I feel like I ...
2
votes
1answer
102 views
Effects of collisons: broken glass, damaged cars, how are they created?
My question is related in particular to achieving the effects of collision in game engine, how is this done?
I have searched a bit, read from the internet and went through a few tutorials, and saw ...
0
votes
2answers
119 views
Why are there fewer glitches in current day games? [closed]
I remember that almost every single game in the early 2000s had at least a few amusing glitches, mostly related to animations, that often produced funny situations. I also remember that game magazines ...
7
votes
2answers
134 views
Quick 2D sight area calculation algorithm?
I have a matrix of tiles, on some of that tiles there are objects. I want to calculate which tiles are visible to player, and which are not, and I need to do it quite efficiently (so it would compute ...
0
votes
0answers
58 views
UDK requirements
(Sorry my English is not good)
I've made a small game with UDK(Unreal Development Kit)Latest Release(December 2011 UDK Beta) and used frontend for package my game;
When I install the game on the ...
1
vote
2answers
203 views
Looking for an Open Source Game Engine with Crowd Simulation
I am looking for a game engine for my school project on computer graphics. There are specific requirements that I do not want to implement by myself, since they are irrelevant for the grade, but ...