Top "Game-engine" questions

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

libgdx - how to add background image in stage?

I am learning libgdx but i am stuck at a point.. I have added a button in my stage , now …

java android libgdx game-engine scene2d
How online-game clients are able to exchange data through internet so fast?

Let's imagine really simple game... We have a labirinth and two players trying to find out exit in real time …

game-engine multiplayer mmo online-game
Weird Exception when Livewallpaper is set in Android

04-24 13:30:59.312: VERBOSE/RenderScript(6044): RS Thread exited 04-24 13:30:59.320: ERROR/libEGL(6044): call to OpenGL ES API with no current context (logged once …

android game-engine live-wallpaper andengine
3D Engine for Driving Simulation

Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted …

3d simulation game-engine
Writing my own 3D Game Engine

I want to write a simple 3d game engine for apply. I have bought some vital Books like : Ultimate 3D …

3d game-engine
Difference between libgdx Stage and Screen

I'm making a game, and I see in tutorials some people using Stage class, and others using the Screen class, …

android libgdx game-engine
IndexedDB Access Speed and Efficiency

I'm developing an RPG in Dart, and I'm going to use IndexedDB for data persistence. I will have two databases: …

performance hashmap dart game-engine indexeddb
Game engine and data driven design

I've heard about data driven design and have been researching about it for a while. So, I've read several articles …

game-engine data-driven
Why do I get bad performance with SDL2 and SDL_RenderCopy inside a double for loop over all pixels?

I am programming a raycasting game using SDL2. When drawing the floor, I need to call SDL_RenderCopy pixelwise. This …

c++ performance game-engine sdl-2 raycasting
Is Cocos2d-x commercial quality?

Possible Duplicate: Cocos2D OR libgdx for Android Game Developement I am interested in using cocos2d-x for Android and …

game-engine libgdx cocos2d-x