I\'m using SDL for a project of mine, and I want a shorter way of gett开发者_Go百科ing colors. I want to do something like this:
开发者_如何学JAVAIs this normal, or is there something weird with my program?: i wrote a small, simple program with sdl for some basic graphics. it compiles and runs. when i click on the .exe file, it
I\'ve been using the latest SDL 1.3 with OpenGL to develop a game t开发者_运维问答hat is now in beta testing. Some users are reporting massive slowdowns when fullscreen -- about 18fps -- on something
I am making a Gui Library on top of SDL using C++. (Don\'t ask me why, I am just doing it to gain some knowledge out of practice in order to understand how Gui libraries are made.) And I want to make
Upon building my project (a simple cocoa application) in XCode 3 I get this error message: ld: framework not found SDL
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am getting some practice with SDL. I currently am drawing space with classes star, sun, and earth. I can get everything to render to the screen but when I move the sun with the right arrow key, I ca
im trying to play a looping sound in openGL/SDL with openAL but when im calling it its just looping infinitely and its stuck at the start ive got no idea how to fix this so i came here hoping some1 kn
We have an image like: We have 4 coordinates top:10, bottom:10, left:10, right:10 we have resi开发者_如何学编程ze to values like newWidth:100, newHeight:35 we have some SDL_Rect Sprite which was g
****FIXED****** It turns out my bitmap file was somehow corrupted. I could open the file to view it but my application couldn\'t. I made a new image and it works fine.