-
Updated
Oct 31, 2021 - C++
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 11,649 public repositories matching this topic...
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Oct 25, 2021
-
Updated
Oct 10, 2021 - C++
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
-
Updated
Oct 30, 2021 - C++
-
Updated
Oct 1, 2021
-
Updated
Oct 30, 2021 - C++
The Terrain Brush can fill full tiles by holding Control. It is mentioned in the manual, but it would be nice if this feature was easier to discover. Also some people may want this mode to be the default, so that they don't have to hold Control all the time.
I'd suggest we add a toggle button, or two buttons to switch between, to the toolbar for the Terrain Brush. It should allow changing the c
-
Updated
Oct 30, 2021 - C++
-
Updated
Oct 24, 2021 - Python
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Jul 12, 2021
-
Updated
Oct 30, 2021 - C++
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?
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
Sep 30, 2021 - C#
-
Updated
Oct 31, 2021 - Go
-
Updated
Oct 29, 2021 - C#
-
Updated
Oct 20, 2021
-
Updated
Oct 29, 2021 - Haskell
A lint update that didn't touch the SDKs caused a test failure.
make[2]: *** [run-sdk-conformance-no-build] Error 1
includes/sdk.mk:145: recipe for target 'run-sdk-conformance-no-build' failed
make[1]: *** [run-sdk-conformance-test] Error 2
includes/sdk.mk:152: recipe for target 'run-sdk-conformance-test' failed
includes/sdk.mk:156: recipe for target 'run-sdk-conformance-test-cpp' fai
-
Updated
Oct 30, 2021 - TypeScript
-
Updated
Oct 10, 2021 - C++
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
Oct 14, 2021 - C++
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 1, 2021 - CMake
- Wikipedia
- Wikipedia
See:
https://forum.babylonjs.com/t/can-gltf-export-a-specific-mesh-from-scene/10641/3
Repro:
https://www.babylonjs-playground.com/#YBEKDT#4
Expected result:
Fan materials and textures should not be included in exported glTF from this playground.