gamedev
Here are 4,729 public repositories matching this topic...
-
Updated
Jun 11, 2022 - JavaScript
-
Updated
May 18, 2022
-
Updated
Jun 1, 2022 - C#
-
Updated
Jun 13, 2022 - Rust
-
Updated
Jan 30, 2022 - C++
-
Updated
Jun 12, 2022 - Rust
-
Updated
Jun 12, 2022 - C
-
Updated
Jun 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
Jun 13, 2022 - JavaScript
-
Updated
Jun 13, 2022 - C++
-
Updated
Jun 13, 2022 - Go
What could be improved
Based on this issue: flame-engine/flame#954, I noticed that we could also go for the same approach for the packages' unit/widget tests execution,
-
Updated
Apr 24, 2022 - C#
-
Updated
Jun 13, 2022 - JavaScript
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
Jun 13, 2022 - C++
-
Updated
Apr 29, 2022 - C
-
Updated
Apr 22, 2022 - Haskell
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Jun 13, 2022 - C++
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 13, 2022 - C++
-
Updated
Jun 11, 2022 - C++
-
Updated
Oct 14, 2021 - Go
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.4.4.stable
System information
Windows 10, GLES3, NVIDIA RTX 2060, driver 512.95
Issue description
I have a MeshInstance
body
that I'd like to retrieve its ShaderMaterial from. Callingbody.get_surface_material(1)
produces a null instance while callingbody.mesh.surface_get_material(1)
produces the ShaderMaterial as expected.In this case, the MeshInstance