gamedev
Here are 4,834 public repositories matching this topic...
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Jul 8, 2022
-
Updated
Jul 21, 2022 - C#
-
Updated
Jul 22, 2022 - Rust
-
Updated
Jan 30, 2022 - C++
-
Updated
Jul 20, 2022 - Rust
-
Updated
Jul 23, 2022 - C
-
Updated
Jul 13, 2022
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
MonoGame has a very long history of tutorials, some are as old as a decade and some even are still based on XNA (which is compatible with MonoGame for the most part, but different in regard to how to start a project).
Also, MonoGame is a stable API with a policy of "no breaking changes" when possible, which means that even very old tutorials
-
Updated
Dec 6, 2021 - Rust
-
Updated
Jul 22, 2022 - JavaScript
-
Updated
Jul 21, 2022 - C++
-
Updated
Jul 22, 2022 - Go
-
Updated
Jul 22, 2022 - Dart
-
Updated
Apr 24, 2022 - C#
-
Updated
Jul 20, 2022 - JavaScript
-
Updated
Jul 23, 2022 - C++
Hijacking top post for tasks:
- Add environment variable to pygame module docs with the other environment variables
- Add note about current behaviour (defaults to no joystick events for apps without focus) to joystick module introduction somewhere.
- Nice to have: open a new issue about adding
SetSDLHint()
&GetSDLHint()
(names not final) to new context module.
**Win
-
Updated
Jul 18, 2022 - C#
-
Updated
Apr 29, 2022 - C
-
Updated
Apr 22, 2022 - Haskell
-
Updated
Jul 11, 2022 - TypeScript
-
Updated
Jul 20, 2022 - C++
-
Updated
Jul 19, 2022 - C++
-
Updated
Jul 19, 2022 - JavaScript
-
Updated
Jul 18, 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."
Godot version
3.x 11d40d7
System information
Windows 10 x64
Issue description
This PR can be backported to 3.x: #59571
It couldn't be cherry-picked, because Tween code changed almost completely. This particular part is mostly unchanged though and still relevant for Godot 3.
Steps to reproduce
See this issue #33813
Minimal reproduction project
No response