sdl
OpenGL Depth Spaz Attack
I\'ve begun learning OpenGL today, and it\'s just plain fantastic. However I cannot for the life of me make objects draw according to depth, instead of drawing order, so I hope someone can tell 开发者[详细]
2023-04-06 03:09 分类:问答Faster way to scale SDL view than SDL_gfx zoomSurface?
I\'m programming a game with SDL. I\'ve implemented scalable window size via the SDL_gfx library\'s zoomSurface function, but boy does the framerate take a hit (presumably because every time you call[详细]
2023-04-06 00:30 分类:问答Visual Studio 2010 C++ SDL game works on the computer it was compiled on, but not on any other
I have coded a game of noughts and crosses in C++ using SDL and Visual Studio 2010. I have built it in Release and it works no problem if I run the .exe on the computer I compiled it on (Windows 7 64b[详细]
2023-04-05 18:22 分类:问答C++ / SDL animation speed
so I am working on a game, following a tutorial online. Currently I have some FPS built into the system, and a simple animation which uses pieces of a sprite like such:[详细]
2023-04-05 04:09 分类:问答C++ window creation / SDL
Simple enough question. Is there a way to achieve \'custom\' windows with SDL? By this I mean, the ability to customize the application\'s frame / GUI / close / minimize buttons etc. Examples would be[详细]
2023-04-04 23:06 分类:问答C++/SDL render text
I have a little application which uses SDL_ttf to display text. This works just fine via: TTF_RenderText_Solid( font, \"text here\", textColor ); However, I was wondering how I would go about renderin[详细]
2023-04-04 16:18 分类:问答Loading MPEG-4 H264 with SDL or Open Media Layer on Windows, is this possible?
I want to pro开发者_StackOverflow中文版grammatically load the MPEG-4 H264 video format. I want to know if anyone has tried it or knows if it is possible with SDL or Open Media Layer APIs on Windows.So[详细]
2023-04-03 04:40 分类:问答Move fullscreen window to secondary monitor with Win32/SDL
I am using SDL 1.2.14, and I\'ve found a case where I need to be able to select which monitor gets the fullscreen window. With Xorg, I found Xinerama could do the job using the SDL_VIDEO_FULLSCREEN_HE[详细]
2023-04-02 14:21 分类:问答Blitting over YUV Overlay
I have a YUV overlay that I want to draw a HUD over.Think of a video with a scrubber bar.I want to know what the fastest method of doing this would be.The platform I am on does not support Hardware Su[详细]
2023-04-01 21:57 分类:问答QT SDL Not Recognized (Have Qmake File listed. Am I doing it wrong?)
Here is my qmake file. For whatever reason, when I try to compile the program SDL isn\'t being recognized. Why is this?[详细]
2023-04-01 12:20 分类:问答