SDL - Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux ...

learn more… | top users | synonyms

37
votes
4answers
22k views

Which is better: SDL or SFML? [closed]

I'm thinking about switching from SDL to SFML, but before I do I want to know which is better. I'm mainly looking for easy sound/music, sprite rotations that are easy on the framerate/cpu, ...
28
votes
4answers
6k views

Haskell library for 2D drawing

I basically want to create a full screen window and draw text on it in different colors and sizes (and also update the screen). I've used pygame for this in python and I'm looking for a similar ...
19
votes
2answers
15k views

How mature is SDL for iPhone?

For a while I've been thinking of trying to do a port of one of my favorite classic PC games, The Ur-Quan Masters (aka Star Control 2) to the iPhone. UQM uses SDL for all its graphics, sound, input ...
15
votes
11answers
2k views

Is there an acceptable limit for memory leaks?

I've just started experimenting with SDL in C++, and I thought checking for memory leaks regularly may be a good habit to form early on. With this in mind, I've been running my 'Hello world' ...
15
votes
4answers
4k views

Is GLUT dead?

After reading a discussion on Ubuntu Forums concerning GLUT vs. FreeGLUT. Is GLUT dead for graphics programming? Is SDL all the rage now for OpenGL programming?
15
votes
1answer
574 views

SDL OpenlGL Alt-tab in fullscreen has unpredictable results

I am writing a game in C++ using SDL 1.2.14 and the OpenGL bindings included with it. However, if the game is in fullscreen and I Alt-Tab out then back into the game, the results are unpredictable. ...
12
votes
4answers
2k views

OpenGL Low-Level Performance Questions

This subject, as with any optimisation problem, gets hit on a lot, but I just couldn't find what I (think) I want. A lot of tutorials, and even SO questions have similar tips; generally covering: ...
12
votes
4answers
12k views

How do I use Qt and SDL together?

I am building a physics simulation engine and editor in Windows. I want to build the editor part using Qt and I want to run the engine using SDL with OpenGL. My first idea was to build the editor ...
11
votes
8answers
7k views

Is Python and pygame a good way to learn SDL?

If I want to move to C++ and SDL in the future, is Python and pygame a good way to learn SDL?
10
votes
4answers
7k views

How to statically compile an SDL game on Windows

I have been trying to produce a statically linked "single binary" version of my game for windows. I want to link with sdl, sdl_image and sdl_mixer which in turn pull in a few support libraries. ...
9
votes
6answers
2k views

What 3D graphics framework should I use for a real world game engine?

I'm a C++ programmer with very extensive server programming experience. I'm however fairly bored at the moment and I decided to tackle a new area: 3D game programming, for learning purposes. ...
9
votes
3answers
16k views

OpenGL 2d example game

I want to learn to use OpenGL to load sprites and make the sprites move. I cant seem to find a single tutorial on 2D OpenGL game programming. From what I've read there are many advantages to using 2D ...
9
votes
2answers
3k views

SDL versus GLFW?

What are the pros and cons to each? It seems they serve the same purpose. I have a few demos with each and they seem about the same. Performance or cross platform wise, is one better than the ...
9
votes
5answers
4k views

OpenGL Rendering in a secondary thread

I'm writing a 3D model viewer application as a hobby project, and also as a test platform to try out different rendering techniques. I'm using SDL to handle window management and events, and OpenGL ...
8
votes
2answers
656 views

GLUT Alternatives for Haskell?

I don't want to use GLUT, because it does not have a Haskell-like feeling on it. It basically forces you to use IORef and such, because of the callbacks. I've considered GLFW, which seems simple and ...
8
votes
2answers
440 views

How can configuration tools like sdl-config be used with a cabalized project?

I have a working SDL/Haskell application that I would like to build using Cabal instead of the current Makefile (because that is the "Haskell way"). The Makefile is itself very simple, and I was ...
8
votes
5answers
2k views

C++ 2D pixel perfect collision detection libraries?

what are the libraries available to do this which integrate with SDL and QT4 . Are there any existing packages in SDL or QT which allow for easy implementation of this?. I am looking for for an easy ...
8
votes
2answers
515 views

lisp as a shebang script vs lisp running in SLIME

I just started with common-lisp, having come from C++ and Python. I'm trying to run a simple SDL program that does nothing other than show an image on-screen. I can get it working from within SLIME. ...
8
votes
5answers
1k views

Haskell or Ocaml with OpenGL and SDL precompiled distribution for Windows

I want to learn Ocaml or Haskell and I want to do it by writing a simple game. Apparently, there's one small problem: nobody cares about Windows and I want to do it on Windows, natively. Haskell has ...
8
votes
1answer
843 views

SDL fake fullscreen mode on dual monitor setup under linux

Using SDL 1.3 I want to create fake fullscreen SDL_Window under linux. It is easy if i have only one display. I just got current display mode and created a window. SDL_GetDesktopDisplayMode(0, ...
8
votes
2answers
740 views

Keep window active while being dragged (SDL on Win32)

At first my code set up the SDL environment, and proceeded to update the OpenGL context, without performing any SDL_Event processing whatsoever. This causes the window, as long as it was open, to ...
7
votes
6answers
3k views

Why are SDL and OpenGL related?

I was messing around with SDL and found out that you cannot rotate images with SDL. Everywhere the question was asked, people said to use OpenGL to do rotation. I always thought that SDL was ...
7
votes
1answer
3k views

Using SDL_ttf with OpenGL

I'm using OpenGL and SDL to create window in my program. How to use SDL_ttf with OpenGL window? For example i want to load a font and render a text. then i need to draw it in SDL OpenGL surface.
7
votes
1answer
2k views

SDL vs GLUT in opengl 3D programming

I'm beginning a series of tutorials on SDL. Before I dig too far, I'd like to know what type of control SDL gives me over GLUT? Also, do either support webcam access (for face tracking or motion ...
7
votes
2answers
9k views

Best way to rotate an image using SDL?

I am building a game and the main character's arm will be following the mouse cursor, so it will be rotating quite frequently. What would be the best way to rotate it?
7
votes
2answers
1k views

difference between SDL and GLUT

I am learning the Opengl graphic programming at Eclipse. Can someone tell me the difference between GLUT application and SDL application, so that I can dig into either one of them? Tks.
7
votes
6answers
3k views

pyGame within a pyGTK application

What is the best way to use PyGame (SDL) within a PyGTK application? I'm searching for a method that allows me to have a drawing area in the GTK window and at the same time being able to manage both ...
7
votes
4answers
3k views

Networking Framework for C++ (UDP or TCP)?

I'm writing a threaded cross-platform application (Linux/Windows) using SDL and OpenGL, and to do networking I was considering SDL Net2 because it sits on top of SDL_Net. However, I've never done ...
7
votes
3answers
1k views

Developing a cross-platform game, with developers on multiple platforms

I'm about to embark on building a cross-platform game using OpenGL, and I'm looking for some advice. I have a partner who codes on Windows, but I code on a Mac. Is it sanely feasible to develop ON ...
7
votes
1answer
116 views

Prevent SDL program from consuming extra resources

I'm designing program that should demonstrate open CV on images. I've noticed very bad concept of basic SDL application - it consists of loop and delay. while(true) { ...
7
votes
1answer
2k views

Simply including SDL header causes linker error

I was going to migrate my game from glut to sdl. It's working perfectly in glut but I wanted to use some sdl features. So I go into my project properties, under the targets header I click the ...
7
votes
1answer
3k views

Proper way to scale an SDL Surface without clipping?

what is the proper way to scale an SDL Surface? I found one explanation online but it required redrawing the Surface pixel by pixel. It seems like there should be some way of doing this natively ...
7
votes
1answer
511 views

Haskell SDL on OS X

SDL on OS X uses preprocessor tricks to overload main() with their own entry point, written in Objective C, which calls the user's main. These tricks make the lives of non-C SDL users (e.g: the ...
7
votes
2answers
2k views

Why does valgrind say basic SDL program is leaking memory?

Here is the SDL program: #include <SDL/SDL.h> int main(int argc, char** argv){ SDL_Init(SDL_INIT_VIDEO); SDL_Surface* screen = SDL_SetVideoMode(640, 480, 16, SDL_HWSURFACE); ...
7
votes
2answers
723 views

wrote a SDL game using C++ and i want to deploy it

I wrote this really simple game in SDL using C++ and now i want to show some of my friends who are on windows. I wrote my program in ubuntu 9.10 using code blocks. I want to take my source code and ...
7
votes
2answers
844 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 duration in samples ...
7
votes
0answers
308 views

Computer game in Haskell — widget toolkit wanted [closed]

I am writing a small RTS game in Haskell, and the time has come to create some GUI for it (buttons, menus and such). However, I don't have any experience in GUI toolkit creation, so I would be ...
6
votes
2answers
974 views

In What Order Should I Send My Vertices To OpenGL for Culling

I'm learning a spot of 3d opengl, and it's going rather well, I've got a nice camera moving about and some simple cube objects, at the moment. Currently using vertex arrays, but I'm swapping to VBOs ...
6
votes
1answer
496 views

Why SDL defines main macro?

After having some trouble setting up SDL, I found out that SDL defines a macro that replaces main: #define main SDL_main // And then extern C_LINKAGE int SDL_main(int argc, char *argv[]); This can ...
6
votes
3answers
5k views

Achieving a constant frame rate in SDL

I'm trying to make an SDL program that runs with a constant frame rate. However I'm finding that even though my program is lagging a lot and skipping a lot of frames (even though it's running at a low ...
6
votes
6answers
2k views

What is a decent C++ graphic library for a game?

I am looking for decent graphic library that would allow me to do the following basic things for a game: - displaying images / sprites on screen fast enough - allowing me to do with keyboard/mouse ...
6
votes
2answers
4k views

OpenGL v2.0 Shaders with Dev-C++ and SDL?

I was about to rebuild my library in Dev-C++, under Windows; however, the shader functionality I've added in the meantime is not supported, the compiler could not find the related functions ...
6
votes
4answers
3k views

How to suppress console output in Python?

I'm using Pygame/SDL's joystick module to get input from a gamepad. Every time I call its get_hat() method it prints to the console. This is problematic since I use the console to help me debug and ...
6
votes
2answers
3k views

framework not found issue

Getting following error in xcode 3 simple cocoa application: ld: framework not found SDL collect2: ld returned 1 exit status But framework exists here /Library/Frameworks/SDL.framework . What am i ...
5
votes
11answers
33k views

how to output to console in C++/Windows

When using iostream in C++ on Linux, it displays the program output in the terminal, but in Windows, it just saves the output to a stdout.txt file. How can I, in Windows, make the output appear in the ...
5
votes
2answers
211 views

How could OpenGL buffers' state persist between program runs?

I'm writing an OpenGL program that draws into an Auxiliary Buffer, then the content of the Auxiliary Buffer is accumulated to the Accumulation Buffer before being GL_RETURN-ed to the Back buffer ...
5
votes
6answers
1k views

Cross platform hardware accelerated 2d C++ app?

I know a decent amount of C++, and now I wanted to explore making a game. I was wondering what the best approach would be in terms of writing a hardware accelerated game that's still cross-platform ...
5
votes
4answers
2k views

SDL/C++ OpenGL Program, how do I stop SDL from catching SIGINT

I am using SDL for an OpenGL application, running on Linux. My problem is that SDL is catching SIGINT and ignoring it. This is a pain because I am developing through a screen session, and I can't kill ...
5
votes
2answers
4k views

Creating an OpenGL 3.2/3.x context in SDL 1.3

I'm facing a problem where SDL says it does not support OpenGL 3.x contexts. I am trying to follow this tutorial: Creating a Cross Platform OpenGL 3.2 Context in SDL (C / SDL). I am using GLEW in this ...
5
votes
2answers
210 views

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?

I am aware of this question, but I believe my concerns are very different. I recently created an SDL application, using threading and OpenGL. I have one thread running in a loop, which continually ...

1 2 3 4 5 31