Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sdl-2

SDL draws images blurred without scaling

c++ image sdl sdl-2

SDL_RENDERER_PRESENTVSYNC Inconsistently Displays

c++ sdl-2

Should I make sure to destroy SDL 2.0 objects (renderer, window, textures, etc.) before exiting the program?

c++ sdl sdl-2

How to play a WAV file with Rust SDL2?

audio rust wav sdl-2

setup SDL2 mac through command line

c++ macos makefile sdl-2

Why do I get an sRGB framebuffer only when I'm setting a non-zero alpha size in SDL2?

c++ opengl sdl-2 opengl-3 srgb

how to cap sdl2 fps just like pygame

c++ c sdl-2

SDL2 tilemap - too slow

c sdl sdl-2

SDL2: How to keep aspect ratio when resizing the window

c++ linux sdl sdl-2

(Py)SDL2: Drawing a textured polygon

SDL_AddTimer and threading, clearing timer queue

What's the difference between SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP?

sdl-2

How to setup one shared OpenGL contexts per thread with SDL2?

sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

python dll kivy sdl-2

What is the difference between an SDL physical key code and an SDL virtual key code?

c keyboard sdl-2 scancodes