-
Updated
Jun 17, 2021 - C++
gamedev
Here are 3,502 public repositories matching this topic...
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jun 3, 2021
-
Updated
May 10, 2021 - C#
-
Updated
Apr 26, 2021 - C++
-
Updated
Jun 7, 2021
-
Updated
Jun 6, 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
Jun 17, 2021 - JavaScript
-
Updated
Jun 16, 2021 - C++
-
Updated
May 24, 2021 - C#
-
Updated
Jun 16, 2021 - Haskell
-
Updated
May 8, 2021 - C++
-
Updated
Jun 15, 2021 - C++
-
Updated
Apr 11, 2021 - Go
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
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
Use Case
As a developer, I want to join a multiplayer server as a new user, as if I were joining it for the first time. Even though I had previously logged in to it with this client.
I tried changing my "Player Name" in the player settings. That changed the way my name displays, but still connects me to my previous character.
Discussion
This can be done by removing the `security.
-
Updated
Mar 8, 2021
-
Updated
Jun 14, 2021 - C++
-
Updated
Jun 17, 2021 - C++
-
Updated
Jun 16, 2021 - C
-
Updated
Apr 20, 2021
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."
What problem does this solve or what need does it fill?
The PR bevyengine/bevy#2112 added the
DirectionalLight
component, but in order to use it you need to spawn an entity with aTransform
,GlobalTransform
andDirectionalLight
. This is cumbersome and can difficult to understand for an unexperienced bevy user.What solution would you like?
A `Directio