sdl
Here are 1,000 public repositories matching this topic...
-
Updated
Aug 20, 2021 - C++
At the moment shows in your Discord game status engine name, location name or not if you in menu, spent time
-
Updated
Jun 16, 2021 - C++
This issue has been discussed, but I will file it here to keep track of it.
In the current nightly build version of SuperTux (any OS) Tux's hat desyncs when he collects a powerup. The hat sprite starts at its first frame but the body starts at the frame that it is already at, causing the hat to jitter and desync until Tux takes a new action. This is especially noticeable when swimming, but happ
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it
When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c
that does free(prefdir)
as changing these to SDL_free(prefdir)
resolved the issue.
I'm not sure what to do about `GetDefaultConfi
-
Updated
Jul 1, 2021 - C++
-
Updated
Jul 22, 2021 - C++
-
Updated
Aug 6, 2021 - C
Is your feature request related to a problem? Please describe.
Standard mode has the usual keystrokes for notepad, but there are more that would probably be useful.
Describe the solution you'd like
As a first step, a quick review of the common keystrokes in notepad/wordpad/work, for example might throw up some obvious ones we could add
-
Updated
Aug 23, 2021 - C
There are very few performance bottlenecks where lists are used (because lists are slow) so the performance degradation should be minuscule. Certainly it's safe for any ad-hoc lists that are not parts of defined datatypes. Sometimes it's hard to tell if a list can become empty, but there are many easy cases.
-
Updated
May 17, 2019 - C#
-
Updated
Aug 23, 2021 - C
-
Updated
Nov 12, 2020
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Aug 22, 2021 - C++
-
Updated
Oct 22, 2020 - PHP
-
Updated
Aug 21, 2021 - C++
Improve this page
Add a description, image, and links to the sdl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sdl topic, visit your repo's landing page and select "manage topics."
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