sdlada
sdlada copied to clipboard
Support SDL2_Mixer
SDL2_Mixer can be found here: https://www.libsdl.org/projects/SDL_mixer/
You don't need the extra gpr files, like image and ttf, mixer should go into the main sdlada.gpr, same for the tests (put them into tests.gpr)
But SDL2_Mixer is a separate library like ttf and image. Would it not be more clean to take ttf/image out of sdlada.gpr? Otherwise the user would have to install mixer/ttf/image to use basic subprograms. Note SDL2 has audio functions, some of them are called mix-something. SDL2_Mixer is a separate library.
Actually, I did originally have ttf and image as separate libs, but in the end decided to just merge them. I can separate them though.
What does "Import SDL.Mixer from other project" mean? What other project?
What does "Import SDL.Mixer from other project" mean? What other project?
Same question for the other import mentioned above, examples.
ping
I think I had a separate mixer project before it was imported the SDLada branch.