Tagged Questions

0
votes
1answer
34 views

easiest way to port an SDL-1.2-based game to iPhone

I have a SDL-1.2 based game and I want to port this to the iPhone so I want to ask about the easiest way. I am working on MacOSX and have already the iPhone SDK by Apple (so I gues …
0
votes
1answer
19 views

SDL_Event.type always empty after polling

I have a general function that is supposed to handle any event in the SDL event queue. So far, the function looks like this: int eventhandler(void* args){ cout << "Eventha …
0
votes
3answers
40 views

How do I correctly use SDL_FreeSurface when dealing with a vector of surfaces.

I have setup a small shooter game as a tutorial for myself in SDL. I have a struct of a projectile struct projectile { SDL_Surface* surface; int x; int y; }; And I p …
0
votes
2answers
51 views

SDL_image/C++ OpenGL Program: IMG_Load() produces fuzzy images

I'm trying to load an image file and use it as a texture for a cube. I'm using SDL_image to do that. I used this image because I've found it in various file formats (tga, tif, j …
1
vote
5answers
151 views

Setting up a camera in OpenGL

I've been working on a game engine for awhile. I've started out with 2D Graphics with just SDL but I've slowly been moving towards 3D capabilities by using OpenGL. Most of the do …
3
votes
2answers
57 views

play a waveform at a certain frequency in SDL callback function

I have a waveform 64 samples long. If the sampling rate is 44100 hz, how can I play(loop) this waveform so that it plays arbitrary frequencies? frequency = samplerate / waveform d …
0
votes
4answers
100 views

SDL GL program terminates immediately

I'm using Dev-C++ 4.9.9.2 (don't ask why) and SDL 1.2.8. Next I've created new project: SDL&GL. This project contains already some code: #include <SDL/SDL.h> #include & …
0
votes
0answers
24 views

What is the proper way to use GFX rotozoomSurface with SDL for drawing transparent sprites?

I'm using the latest SDL/GFX libs on Fedora 10 and I'm trying to render a PNG or GIF image onto the screen surface. I could not get transparent PNG's to display at all so I replace …
0
votes
3answers
39 views

How can I clear a SDL_Surface to be replaced with another one?

Been trying to find this online for a while now. I have a SDL_Surface with some content (in one it's text, in another is a part of a sprite). Inside the game loop I get the data o …
1
vote
1answer
68 views

C# and SDL - Does the end user need SDL installed?

I'm thinking about whether or not to try out SDL as an alternative to DirectX, seems I only create 2D games, however I can't find anywhere if SDL is required to be installed on the …
1
vote
2answers
182 views

Stuck building a game engine

I'm trying to build a (simple) game engine using c++, SDL and OpenGL but I can't seem to figure out the next step. This is what I have so far... An engine object which controls th …
0
votes
1answer
38 views

SDL_Mixer sound problems

Basic Info: Programming Language - C++ Platform - Windows Audio Formats - wav and mid I recently finished a game and was fooling around with figuring out the best way to upload …
1
vote
4answers
52 views

Reading in image files without specifying name

Are there any facilities in SDL or C++ that allow you to read image files in from a folder without specifying their name, like reading them in sequential order, etc.? If not are th …
1
vote
1answer
12 views

Is the callback function in SDL_Audio_Spec called SDLAudio_Spec.freq times a second?

Is the callback function in SDL_Audio_Spec called SDLAudio_Spec.freq times a second?
0
votes
1answer
78 views

Using SDL on Android: can’t compile because of missing “GLES_CM”

Hi. I'm trying to use OpenGL on Android using C. I'm following this excellent tutorial, but I've hit a wall. I'm using an ARM compiler (arm-none-linux-gnueabi-ld) on Linux Mint 7 …

1 2 3 4 5 8 next
15 30 50 per page