-
Updated
Jun 25, 2021 - C++
game-development
Here are 10,314 public repositories matching this topic...
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Jun 17, 2021
-
Updated
Apr 26, 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
Jun 21, 2021
-
Updated
Jun 19, 2021 - C++
The Tile Collision Editor currently always uses the theme's default panel background colour, even if the Tileset has a background colour set. One of the main uses for the Tileset background colour is to make tiles more visible regardless of theme colour, and it's a shame to be missing that in the Tile Collision Editor, where readability and precision are often very important.
I think the backgr
-
Updated
Jun 14, 2021 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Jun 24, 2021 - C++
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
May 19, 2021
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
Jun 24, 2021 - C++
-
Updated
May 24, 2021 - C#
-
Updated
Jun 24, 2021 - Go
-
Updated
Jun 24, 2021 - C#
-
Updated
May 23, 2021
-
Updated
May 28, 2021 - TypeScript
-
Updated
Jun 23, 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++
-
Updated
Jun 25, 2021 - C++
This function needs a unit test.
Guide to how to contribute to an open source project on GitHub.
Test stub: https://github.com/pygame/pygame/blob/main/test/display_test.py#L255-L274
Docs: https://www.pygame.org/docs/ref/display.html#pygame.display.gl_set_attribute
Code to be tested: https://github.com/pygame/pygame/bl
-
Updated
Mar 11, 2021 - CMake
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
Release Type: Github
Describe the bug
Adding an instancing component and then a model component crashes the instancing processor.
To Reproduce
Steps to reproduce the behavior:
- Add instancing component to an entity,
- Add model component to the same entity
- Exception time
Expected behavior
It should not crash.
Screenshots
If applicable, add screenshots to
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.