-
I'm not 100% sure this is related to the binding, but I'm also not really sure why I can't get this to work.
When I use https://github.com/nim-lang/sdl2/blob/master/src/sdl2/mixer.nim, I am able t…
ajusa updated
2 years ago
-
Hi
I think there is possible to maintain one build script for each library (mean: SDL2 SDL2_gfx SDL2_gui SDL2_image SDL2_mixer SDL2_net SDL2_ttf SDL2_ttf_HarfBuzz) to cover all supported OS-es…
-
The `CMakeLists.txt` in my project contains the following lines
```
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s USE_SDL=2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s USE_SDL_IMAGE=2 -s SDL2_IMAGE…
-
Audio support. There is an old branch adding initial support: https://github.com/iceiix/steven/tree/audio https://github.com/iceiix/steven/commit/91ae2ba4dbfdf625251d4b8a955ae5fd144c4fd4 using sdl2_mi…
-
is there some better tutorial could be shared in order to compile this abuse version? Just set already SDL2 and SDL mixer files but then when building it on visual studio 15 2017 it sends a lot of err…
-
Hello I'm currently looking into making this work with static linking.
I managed to get static linking with sdl2 to work after some changes (net/mixer/image are wip atm).
Is there an interest for …
-
With the arrival of capture devices in SDL2, I've had a look at the current code to see how it works, and we can say for sure that parts of the code aren't really pretty. Adding a capture device will …
-
I mean, most of the library paths are already set via the link() function and thus you only need to do as the other systems.
I even have a better idea but I tried and it's annoying, making the zig …
-
The bundled feature exists to allow building SDL2 from source on systems that do not provide the correct version of SDL2 (i.e. LTS systems with
-
libcrypto.so.1.0.0:
libcurl.so.4: libcurl4-openssl-dev or libcurl4-openssl-dev:i386
libXrandr.so: libxrandr-dev or libxrandr-dev:i386
SDL: sudo apt-get install git curl libsdl2-mixer-2.0-0 li…