Top "Sdl-2" questions

For questions and issues regarding Simple DirectMedia Layer 2 (SDL2).

sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

Python: 3.6.4 OS: Windows 10 Kivy: 1.10.0 Kivy Installation Method python -m pip install --upgrade pip wheel setuptools python -m pip install docutils …

python dll kivy sdl-2
SDL_PollEvent vs SDL_WaitEvent

So I was reading this article which contains 'Tips and Advice for Multithreaded Programming in SDL' - https://vilimpoc.org/…

sdl sdl-2
SDL2: Fast Pixel Manipulation

I want to draw pixels on the monitor which change frequently after certain parameters. E.G. if a Red and …

c++ opengl image-processing sdl sdl-2
How to disable key repeat in SDL2?

There used to be a function named SDL_EnableKeyRepeat() in SDL, but not anymore in SDL2. I searched around in …

sdl sdl-2
What are the benefits of using OpenGL in SDL 2?

I assume that SDL 2 uses OpenGL rendering in the background (or perhaps DirectX if on Windows) and this decision is …

opengl sdl sdl-2
SDL2.0 Alternative for SDL_Overlay

So I've been trying to go through the following tutorial on ffmpeg: http://dranger.com/ffmpeg/tutorial02.html However, when …

c ffmpeg sdl sdl-2
SDL2: How to properly toggle fullscreen?

I have problems deactivating fullscreen mode with my program. Entering fullscreen happens correctly, but trying to go back to windowed …

sdl fullscreen sdl-2
How to install SDL2 library in Fedora 20

There is a question about the SDL package (SDL 1.2) in Fedora in StackOverflow. But I can't found any about SDL2 …

linux sdl-2 fedora20
Porting an SDL 2.0 game to Android

I have a game written in C/C++ with SDL 2.0, I would like to port it to mobile platforms (specifically …

java android c++ sdl-2
How to draw a square with SDL 2.0?

I would like to do something simple like draw a square on the screen using C and SDL. The example …

c sdl sdl-2