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 ...
-1
votes
1answer
42 views
Smoothly zoom a big Image with SDL
I need to smoothly zoom in/out and pan an image (for a slideshow) with the sdl library.
I've tried rotozoom from the SDL GFX library but it's far away from smooth.
What would be the best approach ...
1
vote
1answer
75 views
SDL: Undefined symbols for architecture x86_64
I'm working on a simple wrapper for SDL to function as a sort of game engine. At the moment I have a simple temporary main function that looks like this:
#include <iostream>
int main(int argc, ...
0
votes
1answer
35 views
Can SDL create a sRGB OpenGL context?
The documentation of SDL does not seem to mention much about color spaces. I don't see any SRGB flag/parameter for SDL_SetVideoMode or SDL_GL_SetAttribute. Is it possible at all for SDL to ask ...
0
votes
0answers
68 views
SDL(*).h : No file or directory - But they are present in the include path
I am compiling from src (Lincity-NG) in windows 7 and MinGW. I am sure I have installed all the libs and dependencies. As it './configure's and compiles (partially). Just a side note - I have lincity ...
0
votes
2answers
85 views
C++ SDL Reaction Time Game
Me and my friend needs to create a reaction time game.
Something like this.
Right now we just managed to show an image of the red button, but we need help how to make a hitbox, where if you click the ...
2
votes
1answer
39 views
Qt SDL blit(?) issue
I'm using Qt and SDL to display surfaces on my application, I initialize the widget like said on this page, I blit 2 or 3 surfaces on the window but the only result is a black screen. And when I close ...
0
votes
2answers
42 views
Linking errors with SDL_mixer library
I'm working with the SDL and SDL_mixer library and am getting the following errors when I compile:
....
game.cpp:(.text+0x88f): undefined reference to `Mix_OpenAudio'
Jukebox.o: In function ...
2
votes
1answer
68 views
SDL : blitting on background instead of screen?
Hi i'm working on an SDL/C game , i've made a camera scrolling with a
big background (6000*1024) and (1024*768) screen,
game.screen = SDL_SetVideoMode( SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_BPP, ...
0
votes
0answers
36 views
SDL fbcon - disable fbioput_vscreeninfo output
I am currently using SDL 1.2.14 with fbcon driver.
My problem is that when my application launches, it prints multiple lines of logging from fbioput_vscreeninfo onto the console. i.e.
Cannot ...
0
votes
0answers
72 views
Getting debug assertion failure while running a sample SDL program using VS2010
I have just started learning SDL(Simple DirectMedia Layer) API.While compiling a sample HelloWorld app in VS2008 I got the following debug assertion failed error :
Debug Assertion Failed!
Program: ...
0
votes
1answer
67 views
can't make a while loop to move from one class to another in c++ using SDL
the problem that i face in my code is when the game starts it work fine but when the user want to return to the pricipal menu the application stops
main.cpp----->
int main ( int argc, char** argv )
...
0
votes
1answer
23 views
Different type of data in SDLNet_TCP_Send
Is it also possible to send any other type of variable then char[] using SDLNet_TCP_Send and SDLNet_TCP_Recv? If so what should maxlength be equal to?
1
vote
1answer
42 views
Detecting surface intersection in lispbuilder-sdl
I am working on making a game in Common Lisp, using Lispbuilder-SDL. I am currently writing a function to check for collision between two surfaces. I need to find out if a surface A intersects with ...
0
votes
1answer
68 views
Can the frame size be cropped during decoding using libavcodec?
I've followed Dranger's tutorial for displaying video using libav and FFMPEG. http://dranger.com/ffmpeg/
avcodec_decode_video2 seems to be the slowest part of the video decoding process. I will ...
0
votes
1answer
69 views
C++ SDL 2-ways network communication
I am trying to create simple basic communication between client and server, where client should send message to server and server should then send response back.
Server:
TCPsocket ...
2
votes
1answer
41 views
SDL Key blocking and ghosting
I have been using SDL to make a 2d game in c++ and have found that some key combinations don't work.
For example, if I hold the left and up arrow keys, SDL doesn't recognize the right arrow key ...
0
votes
1answer
60 views
Fill_Rect in SDL
I got some question for SDL_FillRect.
normally the function work like that:
SDL_FillRect(screen, &screen->clip_rect, color);
My question is, instead of passing a single color, can I fill up my ...
0
votes
0answers
62 views
SDL_mixer - how to get music length?
I'm using Free Pascal and SDL_mixer.pas headers (originally from JEDI package). I can play music but can't find any function which return me music length (in seconds). Am I blind or JEDI header is ...
2
votes
0answers
65 views
Awesomium custom SDL Surface not working
I'm trying to make a custom Surface class for awesomium to blit to a regular SDL window. Awesomium claims that their pixel format is BGRA ...
0
votes
1answer
56 views
Is it possible to specify the size of an image/sprite in C++/SDL?
I'm creating a game similar to this and I'm attemptin to figure out how to generate randomly sized enemy fishes. As far as I can tell, the sprites you create in SDL take on the size of the image you ...
-2
votes
2answers
102 views
Porting C++/SDL/OpenGL to Java or C# - which one beter? [closed]
I've made a project (game remake) some time ago in C++ using SDL and OpenGL. It wasn't too advance project and i think i didn't use any complicated and only-C++ features, so it's shouldn't be that ...
1
vote
1answer
171 views
Can I have a default Framebuffer without alpha and depth?
I am looking to save some video card memory by not allocating what I do not use. I am far from running out of memory, but it would feel 'cleaner' to me.
I can't really think of a reason to have an ...
0
votes
0answers
55 views
libSDL, CMake and Mac OS X lion 2
I'm trying to compile a cmake project on my mac, but it depends on the SDL.
I have alreaday read "LibSDL, CMake and MacOSX Lion", however I couldn't solve this problem.
CMakeList.txt
...
1
vote
2answers
212 views
Image processing - Brightness and Contrast
I'm trying to adjust the brightness and contrast of an image. I had a look at the wiki article for conversions of RGB to HSL/HSV then adjusting and converting back, but that produces really weird ...
0
votes
0answers
48 views
How to build SDL_gfx? No lib file generated
I have problem building SDL_gfx on Windows with VS 2012.
Project builds fine and creates .dll file. But it does not create .lib file.
How to set VS to create both files?
Here you can find SDL_gfx.
...
1
vote
1answer
64 views
Managing Input in SDL?
I am creating a pong clone in C++ using SDL. The Paddles are ready and move according to the user input. What keeps worrying me is that the input is weird, I expected smooth movement of both the ...
1
vote
1answer
46 views
how to use a CImg image in SDL
I'm trying to display an image generated with CImg on a SDL surface.
CImg saves the image data as a simple array (e.g. red values before green values, before blue values).
I've read that using RWops ...
0
votes
1answer
150 views
Thread-Safe Game Engine: Multi-Threading Best Practices?
I'm writing a multi-threaded game engine, and I'm wondering about best practices around waiting for threads. It occurs to me that there could be much better options out there than what I've ...
1
vote
3answers
101 views
How can i find out what DLL's my C++ program uses?
Even when i build an exe in release mode, when i try to execute the program on another PC, i get DLL not found errors. So i need to find out which dlls my program needs and copy them with the exe. But ...
0
votes
0answers
115 views
SDL YUV Overlay Displays Black Screen
I am trying to show a video using SDL. In particular, I have a buffer filled with a bit of decoded ogg theora stream. I then create a SDL_Surface (the window), a SDL_Overlay (which I copy the contents ...
1
vote
0answers
65 views
how to use sdl gui (SDL_SetVideoMode,…) in android?
I am planning to use the SDL library in order to render some video streaming in the android screen .
For that i started by cross compiling the sdl library for the android ICS version.
Then i created ...
0
votes
2answers
128 views
why does the memory my program uses keep growing as it runs?
From first searching about this I found some sources saying i probably have a memory leak. But when i searched into detail about what a memory leak is, it said i happens when i use "new" and dont use ...
0
votes
0answers
53 views
SDL_SetVideoMode fails under Android?
I am trying to buid a Video Player for android using libsdl for rendering and libav for decoding.
First, i cross-compiled the sdl library for Android platform.
Then i ceated the jni layer for my sdl ...
0
votes
1answer
48 views
Drawing text with SDL_ttf while using other graphics
I am making this game using SDL and I need to be able to text displayed for variables and information etc. The problem is I can't render any text while SDL_OPENGL is a parameter in
SDL_SetVideoMode().
...
1
vote
2answers
290 views
using sdl in android
i've successfully cross compiled the sdl library for the android platform now i want to display my sdl forms like SDL_Surface and the SDL_Rect in the android screen .
How is that possible?
here is my ...
0
votes
0answers
65 views
SDL rendering for Android
I've a c++ player that works fine in ubuntu that i've successfully cross-compiled to the platform
My problem is when trying to render it i didn't know how to render the output of libav decoding ...
0
votes
1answer
36 views
How do disable SDL for new projects in Visual C++ 2012?
I’m using Visual C++ for homework projects, where input checking isn’t needed, so I must disable SDL every time in project properties to be able to use scanf. Is there a way to change this default ...
0
votes
1answer
58 views
Why is SDL not loading my images when main application is accessed via shortcut?
I have recently created a program using C++ and the SDL library. Originally, all the images and DLLs were in the same folder as the main application. I wanted to make the main application easier to ...
3
votes
2answers
138 views
SDL 2.0 -> Passed a NULL mutex
When I'm compiling a simple example with SDL 2.0, after the command SDL_CreateWindow, this occurring the following error: "Passed a NULL mutex".
I'm using the static library project. Also I'm testing ...
0
votes
0answers
98 views
how to use SDL library in Android?
I have a simple c++ file using sdl to render some video into screen(iam using just SDL_Overlay,SDL_Surface,SDL_Rect)
i've cross compiled libsdl and all the necessary other libraries for ...
3
votes
1answer
138 views
Haskell SDL: Can't find mingw32.dll
I finally made it to install Haskell SDL bindings on Windows. Using this:
> $env:Path += ";C:\SDL;C:\SDL\bin;C:\SDL\include;C:\SDL\lib"
> cabal install SDL --extra-include-dirs="C:\SDL\include" ...
1
vote
0answers
38 views
How can I force SDL_Init() to fail?
Is there a way to reliable force SDL_Init() to fail for use in a test case?
0
votes
2answers
73 views
Can't read keyboard input (SDL_GetKeyState)
I want to use SDL to check if a key is pressed.
I does not work. Also tried using Events but no SDL_KEYDOWN event is ever fired.
Visual C++ 2010 Express, Windows7.
Maybe i have set up SDL or the ...
0
votes
0answers
40 views
How do I load cl-opengl and lispbuilder-sdl-image automatically at emacs startup?
How do I load cl-opengl and lispbuilder-sdl-image automatically at emacs startup?
now i have to slime-compile-load these commands in emacs at startup to use cl-opengl and image:
(asdf:load-system ...
0
votes
0answers
219 views
Rendering video streaming in android
I've successfully cross-compiled a c++ streaming library to the ICS platform
This library contains a sample player that uses sdl library to render the resulting decoded streams and libav for ...
0
votes
1answer
159 views
SDL DevC++ Linker Issue
I started the lazyfoo SDL Tutorials(http://lazyfoo.net/SDL_tutorials/lesson01/windows/devcpp/index.php) and i followed the install instructions exactly as written but when i compile this -->
#include ...
0
votes
1answer
38 views
SDL “dropping” initial event?
I'm programming things with SDL 1.2 on Ubuntu 12.04. SDL appears to "drop" the first event given to the event loop. For example, if I were to check for quitting the game via the "x" box, and I click ...
0
votes
0answers
77 views
SDL_Surface not declared in this scope
I seem to be having an issue with the use of SDL_Surface(s).
This is my header file (CApp.h):
#ifndef _CAPP_H_
#define _CAPP_H_
#include <SDL.h>
class CApp {
private:
bool ...
0
votes
0answers
63 views
Huge framerate drop when drawing surface on screen
I just started to make another small game in SDL, i made my 2 players - represented by the top half of a circle. So far, i draw a background, and the two players on top.
if (SDL_Init(SDL_INIT_VIDEO) ...
0
votes
0answers
43 views
Should iOS videogames use gamekit or SDL?
This question might be not technical enough, if so I apologize.
My problem is, I want to keep my games as "Apple-only" as possible, due to bad experiences with Apple upgrades. However, my team ...


