Game engine
Game engines are software frameworks for game development. Game engines do the heavy lifting for developers so they can focus on other aspects of game development.
Here are 4,506 public repositories matching this topic...
-
Updated
Mar 22, 2022
See forum post: https://forum.babylonjs.com/t/babylon-editor-export-texture-scaling/12723/26
Reproducible via playground: https://playground.babylonjs.com/#DHZKGW#7
Currently when we export specularGlossiness PBRMaterials via _GLTFMaterialExporter._convertSpecularGlossinessTexturesToMetallicRoughnessAsync
We combine albedo + glossiness textures into Base64 texture string, stripping all
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
-
Updated
Mar 22, 2022 - C++
A refreshingly simple data-driven game engine built in Rust
-
Updated
Apr 1, 2022 - Rust
-
Updated
Mar 25, 2022 - JavaScript
a 2D rigid body physics engine for the web ▲● ■
-
Updated
Mar 27, 2022 - JavaScript
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
-
Updated
Mar 30, 2022 - C#
A retro game engine for Python
-
Updated
Mar 19, 2022 - Rust
-
Updated
Apr 1, 2022
A simple and easy-to-use library to enjoy videogames programming
-
Updated
Mar 31, 2022 - C
It would be nice to have an option to pass G and ctx into the redact option in a long form move. The undoable property already has this option, so it should be fairly easy to implement. So it would looke like...
B: {
move: (G, ctx, ...args) => {},
redact: true/false or (G, ctx) => {},
},For my particular use case, I have moves in my game that should normally show
Tasks
- Fix ron file to use expected format
Reproduction Steps
cd examples/animation && cargo run
What Actually Happened
[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/shareddata/share/prog/rust/amethyst/examples/animation/assets/prefab/animation.ron"): 8:1: Expected map
[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/sh
Fast and lightweight JavaScript game engine built on WebGL and glTF
-
Updated
Apr 1, 2022 - JavaScript
Minetest is an open source voxel game engine with easy modding and game creation
-
Updated
Apr 1, 2022 - C++
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
Updated
Apr 1, 2022 - C++
A dead simple 2D game library for Go
-
Updated
Apr 1, 2022 - Go
What could be improved
Based on this issue: flame-engine/flame#954, I noticed that we could also go for the same approach for the packages' unit/widget tests execution,
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
-
Updated
Feb 3, 2022 - C#
Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.
-
Updated
Apr 1, 2022 - C++
Cross-platform 2D and 3D game engine
-
Updated
Mar 30, 2022 - C++
a fresh & lightweight javascript game engine
-
Updated
Mar 29, 2022 - JavaScript
A hand-crafted 2D game library in Go
-
Updated
Oct 14, 2021 - Go
Lightweight and modular C++11 graphics middleware for games and data visualization
-
Updated
Mar 31, 2022 - C++
- Starting with the Stride "Terrain" sample.
- Added a vehicle model fbx file.
- Used Add Physics asset / convex hull to create collider
- Used this collider with a rigid body, works fine.
- Tried to use this collider with a character component, and it crashes the program.
- Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
- This simpler colli
Egret is a brand new open mobile game and application engine which allows you to quickly build mobile games and apps on Android,iOS and Windows.
-
Updated
Feb 12, 2022 - JavaScript
- Wikipedia
- Wikipedia


Godot version
3.x 11d40d7
System information
Windows 10 x64
Issue description
This PR can be backported to 3.x: #59571
It couldn't be cherry-picked, because Tween code changed almost completely. This particular part is mostly unchanged though and still relevant for Godot 3.
Steps to reproduce
See this issue #33813
Minimal reproduction project
No response