Top "Game-engine" questions

A game engine is a software framework used in the development of video games.

Component based game engine design

I have been looking at game engine design (specifically focused on 2d game engines, but also applicable to 3d games), …

architecture game-engine entity-component-system entity-system
2D cross-platform game engine for Android and iOS?

I've worked for some time with Unity3d and found it's 2D part with OnGUI() or GUITextures too clumsy. Also, …

android ios 2d game-engine marmalade
What is a good game engine that uses Lua?

I know Love2D and Corona SDK (for mobile devices). Is there any other game engines that use Lua you …

lua game-engine
How to create a simple 2D game for Android?

I'm a complete newbie when it comes to game development and I need someone to point me to the right …

android game-engine game-physics
Java Game Engines

I have been looking into game development recently and my first programming language is Java. After playing many stunning games …

java game-engine
2D Cross-Platform Game Development Engines

I've worked for some time with Corona SDK and love how fast and easy I can create powerful apps using …

windows mobile cross-platform 2d game-engine
Java Main Game Loop

I am writing a game loop, I found the code in the example below here. I have also looked at …

java game-engine
Libgdx - How to draw filled rectangle in the right place in scene2d?

I am using scene2d. Here is my code: group.addActor(new Actor() { @Override public Actor hit(float arg0, float …

drawing game-engine libgdx shapes rectangles
Good Game Development Libraries for Java

I'm going to be taking a class on Java soon, and I'm probably going to have a lot of free …

java game-engine
Does Unity3D let you code with Java?

I have been searching but I get the mixed up answers with Java and Javascript. Basically I am wondering if …

java game-engine