Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sdl

How to get an SDL_PixelFormat from an SDL_PixelFormatEnum or SDL_Texture?

c++ sdl sdl-2

Reading SDL_RWops from a std::istream

c++ sdl istream

moving SDL video surface

c# winapi sdl sdl.net

Blitting a transparent .PNG image onto a screen

C++ SDL on macosx without Xcode

c++ macos g++ sdl

Passing pointer-to-member-function as pointer-to-function

c++ callback sdl

SDL configuration in Eclipse IDE

linux eclipse opengl sdl

shared_ptr with incomplete types from library

c++ sdl shared-ptr

SDL_ACTIVEEVENT equivalent in SDL 2.0?

c++ sdl sdl-2

AdMob Ads not correctly showing in Android SDL app

SDL_image PNG transparency error

Display not correct using glEnable(GL_DEPTH_TEST)

How to use emscripten ports (SDL2 and Freetype) with cmake

c++ cmake port sdl emscripten

How to use SDL with OGRE?

c++ sdl ogre3d

SDL causes Undefined symbols: "_main", referenced from: start in crt1.10.5.o

c++ sdl linker-errors

Should I lock a variable in one thread if I only need it's value in other threads, and why does it work if I don't?

c++ c multithreading opengl sdl

Compiling with int main(void) fails; main(int argc, char *argv[]) succeeds. Why?

c++ g++ mingw sdl main

What is most commonly used as a window manager for OpenGL nowadays?

opengl sdl glut

Why use glTranslatef? Why not just change the rendering co-ords?

c++ opengl sdl

How to draw a square with SDL 2.0?

c sdl sdl-2