-
Updated
Jul 26, 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 3,818 public repositories matching this topic...
-
Updated
Jun 17, 2021
-
Updated
May 29, 2021 - C++
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 4, 2021 - JavaScript
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
-
Updated
Jul 26, 2021 - Rust
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
-
Updated
Jul 26, 2021 - C#
Problem: Currently the next
field in the phase configuration only accepts a string.
I'm trying to write a phase using the TurnOrder.ONCE
turn order, however the next phase needs to be determined dynamically. The only way to do this as far as I know is to specify an endIf
function, but this clashes with automatic phase-ending TurnOrder.ONCE
. I could write such a function, but especi
-
Updated
Jul 2, 2021
-
Updated
Jul 25, 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
Jul 25, 2021 - JavaScript
-
Updated
Jul 25, 2021 - C++
-
Updated
Jul 23, 2021 - C++
-
Updated
May 24, 2021 - C#
-
Updated
Jul 25, 2021 - C#
-
Updated
Jul 20, 2021 - C++
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Jul 24, 2021 - C++
-
Updated
Jul 9, 2021 - Go
Release Type: Official Release
Version: Version 4.0
Platform(s): All
Describe the bug
if you don't add a physics shape to the character component and call any physics function for that character you'll get the following error : Unhandled Exception: System.InvalidOperationException: Attempted to call a Physics function that is avaliable only when the Entity has been alread
-
Updated
Jul 26, 2021 - C++
@keturn proposed the following changes as a follow-up for the migration of our pipeline Jenkinsfile from scripted to declarative syntax in #4784:
- Move discoverGitReferenceBuild as early as possible.
- Publish stage: Refactor "rebuild Omega after engine trunk build" to not need script block
- Analytics and Documenta
-
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.