Tagged Questions
Simple DirectMedia Layer (SDL) is a cross-platform, free and open source multimedia library. It is distributed under GNU LGPL version 2.
22
votes
4answers
2k 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 ...
14
votes
1answer
312 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. ...
14
votes
4answers
3k 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?
14
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' ...
13
votes
2answers
12k 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 ...
12
votes
5answers
5k 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, ...
12
votes
6answers
4k views
C++ Pac-Man : SDL or Qt?
I have to code a Pac-Man clone in C++ for a school project, and I'm hesitating between SDL and Qt for the graphical implementation.
I have already a little experience with SDL, but I wanted to give ...
11
votes
4answers
9k 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 ...
10
votes
4answers
479 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:
...
8
votes
1answer
254 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
234 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
819 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
8answers
4k 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?
8
votes
4answers
4k 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. ...
7
votes
2answers
164 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 ...
7
votes
2answers
403 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
1k 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
6answers
1k 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. ...
7
votes
6answers
2k 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 ...
6
votes
5answers
911 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 ...
6
votes
2answers
235 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. ...
6
votes
3answers
310 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 ...
6
votes
4answers
2k 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 ...
5
votes
2answers
79 views
Strange behaviour updating sprite position
I'm coding a simple roguelike game in C++ using SDL library, and I have some problems moving my character on the screen. Each time a frame needs to be rendered, I update the position of the sprite ...
5
votes
1answer
112 views
How do I make a beep function using SDL?
I want to make my SDL program sound a simple beep at a certain frequency. How do I go about doing that?
I've found a tutorial that writes to SDL's sound buffer or so, but it doesn't seem to work. ...
5
votes
2answers
249 views
SDL_Mixer MIDI Volume issues on Windows Vista/7
I'm not actually well versed in C++ or SDL_Mixer, but I'm asking this question anyway on behalf on the Doom community. Put simply, nobody writing Doom source ports can seem to figure out how to ...
5
votes
2answers
308 views
Is C++ SDL and (Python PyGame) used by people other than hobbyists?
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 professionally?
5
votes
2answers
269 views
What is the best way to handle event with SDL/C++
I am using SDL for the view parts of my game project. And I want to handle key press events without interrupting the main thread. So I decided to run an infinite loop in another view thread to catch ...
5
votes
2answers
140 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
5answers
255 views
What is most commonly used as a window manager for OpenGL nowadays?
Glut seems rather old, and SDL also as if it's not the youngest anymore - what is being used as (cross-platform) window manager for OpenGL nowadays?
5
votes
2answers
2k views
OpenGL 2d example game
Im beginning to learn SDL and OpenGL to start off game programming. I can load sprites and stuff in SDL but I want to learn to use OpenGL to load sprites and make the sprites move. I cant seem to find ...
5
votes
2answers
475 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.
5
votes
2answers
600 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
...
5
votes
3answers
482 views
SDL or PyGame international input
So basically, how is non-western input handled in SDL or OpenGL games or applications? Googling for it reveals http://sdl-im.csie.net/ but that doesn't seem to be maintained or available anymore. ...
5
votes
1answer
2k 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 ...
4
votes
2answers
149 views
Compiling with int main(void) fails; main(int argc, char *argv[]) succeeds. Why?
Problem
Why would compiling a program which has an int main(void) main function differ from compiling a program which has an int main(int argc, char *argv[]) main function, if the program does not ...
4
votes
1answer
66 views
Passing pointer-to-member-function as pointer-to-function
So here's the situation: I'm using C++, SDL and GLConsole in conjunction. I have a class, SDLGame, which has the Init(), Loop(), Render() etc - essentially, it holds the logic for my game class.
...
4
votes
1answer
79 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 ...
4
votes
6answers
210 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 ...
4
votes
2answers
120 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 ...
4
votes
2answers
369 views
What specifically causes EPrivilege to be raised?
I'm getting a bug report that some functionality in some music-playing code in an external DLL (SDL_Mixer, in case it helps) that my program uses is raising EPrivilege. The DLL is written in C, so I ...
4
votes
2answers
153 views
Status of NPOT textures in OpenGL today
I'm currently writing a game that uses 2D OpenGL output under sdl, and I'm trying to load text using SDL_ttf. However I have to pad the text with blank pixels as it appears that plain OpenGL doesn't ...
4
votes
2answers
633 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 ...
4
votes
1answer
2k views
How to set up SDL on XCODE 4?
I'm having troubles with sample templates and overall installing of SDL on my Xcode 4.
There are no tutorials and old templates just don't work!
If anybody has Xcode 4 SDL templates, please share.
...
4
votes
1answer
368 views
SDL GUI Library?
Anyone know of a good SDL GUI library that has standard widgets? There are tons of them that turn up in google, but majority of them look like they came straight out of 1992.
4
votes
1answer
308 views
Can't set video mode for SDL screen on embedded device
I've been hacking away on an ARM based device (Freescale i.MX27 ADS) with a built-in screen for the past few days. The device is running a modified, minimal GNU/Linux system, with no window management ...
4
votes
1answer
780 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 ...
4
votes
1answer
356 views
How to sync page-flips with vertical retrace in a windowed SDL application?
I'm currently writing a game of immense sophistication and cunning, that will fill you with awe and won- oh, OK, it's the 15 puzzle, and I'm just familiarising myself with SDL.
I'm running in ...
4
votes
3answers
215 views
Can you recommend a good introductory book or online tutorial about SDL using C?
I would rather learn using SDL with C, rather than C++.
Any links/books?
4
votes
4answers
644 views
3D Graphics Theory and Code without OpenGL, DirectX, XNA, et al
I was wondering if there was any tutorial that introduces 3D Graphics theory while showing relevant code, without using OpenGL or DirectX or something. I'm very comfortable with engineering math (I'm ...