sdlada icon indicating copy to clipboard operation
sdlada copied to clipboard

Support SDL2_Mixer

Open jquorning opened this issue 4 years ago • 7 comments

SDL2_Mixer can be found here: https://www.libsdl.org/projects/SDL_mixer/

jquorning avatar Jun 28 '20 18:06 jquorning

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)

Lucretia avatar Jun 28 '20 19:06 Lucretia

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.

jquorning avatar Jun 28 '20 19:06 jquorning

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.

Lucretia avatar Jun 28 '20 22:06 Lucretia

What does "Import SDL.Mixer from other project" mean? What other project?

Lucretia avatar Oct 09 '20 12:10 Lucretia

What does "Import SDL.Mixer from other project" mean? What other project?

Same question for the other import mentioned above, examples.

Lucretia avatar Oct 18 '20 13:10 Lucretia

ping

Lucretia avatar Jul 21 '21 10:07 Lucretia

I think I had a separate mixer project before it was imported the SDLada branch.

jquorning avatar Jul 21 '21 18:07 jquorning