Game Development
Video game developers take a designer's concepts and build them into a playable game for users. Video game developers, also known as games developers or video game programmers, write code for games for a variety of formats, such as PCs, consoles, web browsers and mobile phones.
Here are 13,907 public repositories matching this topic...
-
Updated
May 13, 2022 - JavaScript
See KhronosGroup/glTF#1691 for implementation spec.
-
Updated
Jan 30, 2022 - C++
-
Updated
May 8, 2022 - Rust
-
Updated
Apr 1, 2022
-
Updated
May 14, 2022 - C++
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
-
Updated
May 14, 2022 - C++
-
Updated
May 15, 2022 - JavaScript
-
Updated
Jan 19, 2022 - Python
-
Updated
Oct 16, 2021
-
Updated
May 16, 2022 - C++
-
Updated
May 12, 2022
OSX CI builds
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
May 11, 2022
Some modules to start with:
- surface
- display
- draw
- color
- font
- rect
- event
- mask
- transform
How?
- Guide to how to contribute to an open source project on GitHub.
- See how other functions are using keyword arguments. See the [src_c/draw.c](https://github.com/pygame/pygame/
-
Updated
May 16, 2022 - C++
-
Updated
Apr 29, 2022 - C
Is your feature request related to a problem? Please describe.
It would be nice to have the latest version of SuperTuxKart running in the example, rather than a hacked older version.
Describe the solution you'd like
Because of old limitations with the previous version of SuperTuxKart, we had to compile from source (it wouldn't allow AI connections not on localhost).
Since there
-
Updated
Apr 22, 2022 - Haskell
-
Updated
Apr 6, 2022 - TypeScript
-
Updated
May 12, 2022 - TypeScript
-
Updated
May 16, 2022 - C++
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 21, 2022 - CMake
- Starting with the Stride "Terrain" sample.
- Added a vehicle model fbx file.
- Used Add Physics asset / convex hull to create collider
- Used this collider with a rigid body, works fine.
- Tried to use this collider with a character component, and it crashes the program.
- Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
- This simpler colli
-
Updated
Apr 30, 2022 - Python
-
Updated
May 16, 2022 - JavaScript
- Wikipedia
- Wikipedia


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