Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Do I have to include SDL_opengl.h after GL/glew.h?

c opengl sdl-2 glew sdl-opengl

SDL 2.0 source has 1.3 in it?

android iphone sdl sdl-2

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

Window not displaying SDL2

c sdl-2

SDL2 headers not being found when compiling os x

c++ macos sdl-2

using sdl2 in Kivy instead of pygame

Pixel access with glGetTexImage()?

c++ opengl textures sdl-2

SDL2 - Vsync not working

c++ sdl-2

How to get an SDL_PixelFormat from an SDL_PixelFormatEnum or SDL_Texture?

c++ sdl sdl-2

Creating an OpenGL texture from sdl palette surface (SDL_PIXELFORMAT_INDEX8)

c++ opengl textures sdl-2

Linking SDL2/SD2_image statically with CMake

How to draw pixels in SDL 2.0?

c++ c sdl sdl-2

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

c keyboard sdl-2 scancodes