-
Updated
Jul 31, 2021 - C++
game-development
Here are 10,692 public repositories matching this topic...
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jun 17, 2021
-
Updated
Jul 12, 2021 - C++
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 30, 2021
-
Updated
Jul 31, 2021 - C++
-
Updated
Jul 29, 2021 - C++
Goal:
- Make level designing with Objects more natural by changing the order of placement and rotation / flipping Objects.
AsIs:
- Select Object from Tileset.
- MouseCursor turns into a "GhostPreview" showing the selected Object in a half-transparent way.
- Place Object in the Map by pressing LMB.
- Optional: Rotate / flip placed Object. (This feels inconvenient because when the
-
Updated
Dec 23, 2020 - Python
-
Updated
Jul 29, 2021 - C++
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Jul 12, 2021
-
Updated
Jul 30, 2021 - C++
All of the CI builds are flavors of linux. It'd be great to add some Windows / Mac ones.
Anybody know github actions and want to help out?
-
Updated
May 24, 2021 - C#
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 28, 2021 - C#
-
Updated
May 23, 2021
-
Updated
Jul 25, 2021 - TypeScript
-
Updated
Jul 30, 2021 - Haskell
Is your feature request related to a problem? Please describe.
googleforgames/agones#2149 added "copy" buttons to code blocks on the website, which is a huge improvement. But a side effect of switching to using prism is that somehow our stylesheets are now rendering the code blocks that can be copied and those that can't differently:
<img width="980" alt="Scre
-
Updated
May 8, 2021 - C++
Recently, new contributor kaiec added the new image formats pygame.image can load (because of the update to SDL2). (pygame/pygame#2619)
However, we don't have tests for this, unlike the old image formats.
Relevant code is test_loaded_extended
in image_test.py
, I believe.
-
Updated
Jul 31, 2021 - C++
Tracking issue for improving the egui docs. Other suggestions for improvements welcome!
All doc-examples need to be part of the doctests (i.e. they should never be marked ignore
, though no_run
can maybe sometimes be motivated).
egui
The crate-level docs for egui
(at https://docs.rs/egui generated from egui/src/lib.rs
) sh
-
Updated
Jul 15, 2021 - CMake
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
Improve this page
Add a description, image, and links to the game-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-development topic, visit your repo's landing page and select "manage topics."
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.