I am currently using the Code::Blocks IDE, c++, opengl and SDL to make a game- and I have hit a severe block in road, if you will. I am using SDL_image to load these jpg images for the textures, but t
As a hobbyists who has a little experience making 2D games using PyGame, and has ventured into using C++ with the SDL library (in Visual开发者_开发百科 Studio), I\'m curious. Is the library used profe
I\'m working on some cross-platform code using OpenGL and SDL, but have immediately run into issues on Mac OSX.
开发者_JAVA技巧It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I\'ve been unable to hide the mouse cursor (properly) using SDL. I am using Ubuntu 10.10 and have been using the following:
I\'m trying to create a transparent sprite with SDL. I\'m using SDL_SetColorKey on a bitmap with magenta (0xff00ff) background (it\'s 100% magenta, I checked it wit开发者_JAVA百科h the GIMP :)) The ca
What additional de开发者_如何学Cpendencies do I have to add to use SDL in Visual C++ 2008?You need the folder containing headers (stuff like SDL.h for compiling), the folder containing libraries (stuf
I\'m getting a segmentation fault from SDL_BlitSurface in C++. here\'s the code mainScreen->draw( 0, 0, background, NULL );
We have an OpenGL Application (using Ogre3d and SDL, not directly calling OpenGL) and we are trying to change the Resolution at runtime. It seems that we need to re-initialize our OpenGL context开发者
I\'m trying to use log4cplus in conjunction with SDL to make a little graphic application. I\'m using minGW and Eclipse CDT on windows.