Questions tagged [game-engine]

Use this tag only if you are creating or modifying a game engine framework, or if the game engine you use doesn't yet have its own tag on Stack Overflow. Otherwise use the engine-specific tag(s).

A game engine is a software framework designed for the creation and development of video games.

Some game engines even include a suite of visual development tools in addition to reusable software components and an asset pipeline that takes care of pre- and postprocessing resource files.

Many so-called "game engines" only provide real-time rendering capabilities instead of the wide range of functionality (physics, collision detection, pathfinding, user interface controls, AI, etc) needed by games. These engines rely upon the game developer to implement the rest of this functionality and are more correctly referred to as a "graphics engine" or "rendering engine".

3791 questions
11
votes
1 answer

Is Cocos2d-x commercial quality?

Possible Duplicate: Cocos2D OR libgdx for Android Game Developement I am interested in using cocos2d-x for Android and iOS development but not sure it its ready for prime time? How does cocos2d-x compare to libgdx on android? It seems like they…
Code Droid
  • 10,344
  • 17
  • 72
  • 112
10
votes
3 answers

unity 3d's package manager is not showing ProGrids module

In unity's package manager the proGrids module is not visible I installed proBuilder but the proGrid module is not showing up Unity version-- 2021.1.1f1 If you want any more info please ask THANKS!!
10
votes
8 answers

Game engine with python scripting?

Looking to put together a 3D side-scrolling action platformer. Since this is my first time trying to put together a non-simple adventure game, I'm at a loss for which engine to consider. I would prefer one that supports scripting in python, since…
Garrett
  • 457
  • 2
  • 4
  • 19
10
votes
2 answers

Java Game Engine

Does anybody know any good 2D game engines for Java? I'd like one that at least tries to keep up-to-date. I tried using JGame, but it didn't have the flexibility I required. I tried using Slick2D, but it doesn't offer an easy solution for collision…
ShaneTheKing
  • 725
  • 5
  • 18
10
votes
2 answers

ffmpeg - Making a Clean WAV file

I'm looking to batch convert a number of files to audio files using ffmpeg for a game called Star Wars: Jedi Knight: Dark Forces II. The problem I'm having is that ffmpeg seems to be doing something that does so that Jedi Knight can't play the sound…
Edward
  • 495
  • 1
  • 6
  • 20
10
votes
4 answers

Event handling in component based game engine design

I imagine this question or variations of it get passed around a lot, so if what I'm saying is a duplicate, and the answers lie elsewhere, please inform me. I have been researching game engine designs and have come across the component-based entity…
rovaughn
  • 1,213
  • 15
  • 24
10
votes
2 answers

How to create logic bricks programmatically in Blender?

I would like to let my initializing script to create additional sensors/controller/actuators necessary for an interactive Blender application (not necessarily a game). This is preferable for two reasons: I can use this script in multiple…
muhuk
  • 15,777
  • 9
  • 59
  • 98
10
votes
1 answer

What is the difference between "Game", "Screen" and "ApplicationAdapter" in libgdx?

In tutorials sometimes people use "extends Game", sometimes "implements Screen" and i have auto-generated "extends ApplicationAdapter". What is the difference between them?
Leopik
  • 303
  • 2
  • 14
10
votes
3 answers

Open Source Turn-Based Strategy Game Engine?

Is anyone aware of a turn-based based strategy game engine that is open source?
Dave Mackey
  • 4,306
  • 21
  • 78
  • 136
10
votes
2 answers

Which game framework is easy to develop 2D game app in android?

I am new to Android Game Development and want to start with 2D game, I want to know which game engines/frameworks are good for beginner level ? so that i can start easy simple game development in 2D.
Sunil Parmar
  • 1,223
  • 1
  • 13
  • 22
10
votes
1 answer

Realtime multiplayer game principles for TCP and Node.js

I've been reading the Valve article on multi-player networking which has been adapted from Yahn Bernier's 2001 paper called Latency Compensating Methods in Client/Server In-game Protocol Design and Optimization. I'm making a realtime multi-player…
RobotEyes
  • 4,929
  • 6
  • 42
  • 57
10
votes
7 answers

Something like unity but for C++ programmers

is there anything similar to unity but with the difference that instead of javascript I can use C++?
smallB
  • 16,662
  • 33
  • 107
  • 151
9
votes
3 answers

Android open source game engines + tutorials

Hey iam pretty new to the android platform and wondering what the best open source game engine is and ples link some tutorials. i just want to make something like a simple 2d platformer ThX =)
G'sson
  • 321
  • 2
  • 6
  • 12
9
votes
2 answers

How to write solid Pure Aggregation (composition) Game Objects in Java?

So I am just at the beginning of writing a game in Java and I am writing my game objects. Now I have read here in Evolve Your Hierarchy that you should build your games as compositions and not as a big class hierarchy. As this image from the…
Robert Massaioli
  • 13,379
  • 7
  • 57
  • 73
9
votes
1 answer

Component based entity system in scala

I'm searching some library which implement the Component Based Entity System (ECS) framework used in multiple game and implementend in many game engine (unity, libgdx, etc.) I'm starting a little game project in scala ( ECS roguelike), and at this…
reyman64
  • 523
  • 4
  • 34
  • 73