-
Updated
Jan 24, 2022 - C++
gamedev
Here are 4,239 public repositories matching this topic...
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Jan 3, 2022
-
Updated
Oct 21, 2021 - C#
-
Updated
Jan 24, 2022 - Rust
-
Updated
Oct 10, 2021 - C++
-
Updated
Jan 24, 2022 - Rust
-
Updated
Jan 23, 2022
-
Updated
Jan 23, 2022 - 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
Jan 24, 2022 - JavaScript
-
Updated
Jan 22, 2022 - C++
-
Updated
Sep 30, 2021 - C#
-
Updated
Jan 24, 2022 - Haskell
-
Updated
Jan 18, 2022 - 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
Jan 24, 2022 - C++
-
Updated
Oct 14, 2021 - Go
-
Updated
Jan 24, 2022 - C++
-
Updated
Jan 10, 2022 - CMake
-
Updated
Jan 24, 2022 - C++
-
Updated
Dec 3, 2021 - C++
Motivation
Working with our game logs, for instance when investigating a crash or other kind of issue, is annoying because there's a lot of (unnecessary) noise in them, that we learn to accept / ignore instead of reducing it.
One part of the log noise is complaints regarding unknown components or component fields.
Proposal
- Investigate the common complaints regarding unknown co
-
Updated
Jan 22, 2022 - C++
-
Updated
Jan 24, 2022 - 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."