-
Updated
Oct 11, 2021 - C++
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,053 public repositories matching this topic...
-
Updated
Aug 24, 2021
-
Updated
Sep 22, 2021 - C++
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 11, 2021 - Rust
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
-
Updated
Oct 11, 2021 - C#
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'map engine test'
- Press the key 'n' until you get to Tristam.
- Wait about 3 seconds '....'
- See the fire effects that are on the ground stop animating. This same problem seems to occur on all maps but it's easiest to find in Tristam.
**Expected beha
Is there a way, built-in already, to take the initial game state and step through the log to receive a G object back at each step?
I see the ability to do this in debug, but how can we do this in the client regular user interface? The use case is, being able to rewind time to review previous moves, especially after loading the page mid-game.
-
Updated
Oct 1, 2021
-
Updated
Oct 10, 2021 - C++
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
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 10, 2021 - C++
-
Updated
Sep 30, 2021 - C#
-
Updated
Oct 10, 2021 - Go
-
Updated
Sep 29, 2021 - C#
-
Updated
Oct 11, 2021 - Dart
-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 4, 2021 - Go
-
Updated
Oct 7, 2021 - C++
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Oct 11, 2021 - C++
Is your feature request related to a problem? Please describe.
Easy to work around but no reason to prevent users to add multiple lights on the same entity.
Use case:
Ambient and directional light to have just one entity handling 'sun light', directional for direct and ambient for indirect.
Spot and point light for a lighthouse's beam.
-
Updated
Jul 14, 2021 - C++
- Wikipedia
- Wikipedia
See:
https://forum.babylonjs.com/t/can-gltf-export-a-specific-mesh-from-scene/10641/3
Repro:
https://www.babylonjs-playground.com/#YBEKDT#4
Expected result:
Fan materials and textures should not be included in exported glTF from this playground.