-
Updated
Dec 23, 2021 - C++
gamedev
Here are 4,112 public repositories matching this topic...
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Dec 17, 2021
-
Updated
Oct 21, 2021 - C#
-
Updated
Dec 23, 2021 - Rust
-
Updated
Oct 10, 2021 - C++
-
Updated
Dec 23, 2021 - Rust
-
Updated
Oct 1, 2021
-
Updated
Dec 23, 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
Dec 22, 2021 - JavaScript
-
Updated
Dec 23, 2021 - C++
-
Updated
Sep 30, 2021 - C#
-
Updated
Dec 22, 2021 - Haskell
-
Updated
Nov 4, 2021 - C++
-
Updated
Dec 23, 2021 - C++
So, it seems that Rect is iterable and you can do
r = Rect(0, 1, 2, 3)
x, y, w, h = rHowever I do not see this documented anywhere, nor exposed in the type hints. Thus, Mypy complains but the code works.
Is this an oversight, or is this feature not supposed to be used?
-
Updated
Oct 14, 2021 - Go
-
Updated
Dec 20, 2021 - C++
-
Updated
Oct 1, 2021 - CMake
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
Dec 3, 2021 - C++
-
Updated
Dec 23, 2021 - C++
I discovered that setting the Java option -XX:MaxDirectMemorySize is effective at limiting the game's seemingly limitless hunger for memory outside the Java heap. I don't know what heuristic it uses by default, but my processes were regularly multiple gigabytes larger than Xmx led me to believe they should be. (As measured by looking at the process in Linux and noting its Resident Set Size o
-
Updated
Dec 23, 2021 - C
Improve this page
Add a description, image, and links to the gamedev topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gamedev topic, visit your repo's landing page and select "manage topics."