Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sdl-2

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

SDL_ACTIVEEVENT equivalent in SDL 2.0?

c++ sdl sdl-2

Big memory leak in SDL_Init

c++ memory-leaks sdl-2

How to use SDL_CreateTexture

c++ sdl-2

How can I do double buffering in SDL 2.0?

sdl-2

SDL2_TTF on Ubuntu: /usr/bin/ld: cannot find -lSDL2_ttf

c++ sdl-2 sdl-ttf

How to draw a square with SDL 2.0?

c sdl sdl-2

SDL not rendering truetype font

c++ fonts truetype sdl-2 sdl-ttf

Kivy support for SDL2 in Virtualenv

Using SDL2 with SDL2_image on OSX 10.11 (CMake 3.3 within CLion 1.1)

c++ macos cmake sdl-2 clion

sdl ttf_rendertext_blended fails randomly

opengl d sdl-2 dmd sdl-ttf

Drawing 2D stuff with SDL_Renderer and OpenGL stuff with SDL_GLContext

c++ opengl rendering sdl sdl-2

Why do I need to clear the screen even if I intend to overwrite every single pixel?

sdl sdl-2

Displaying text with SDL TTF with SDL2 and OpenGL

c++ opengl sdl-2 sdl-ttf