For WME related articles and tutorials visit WME Resource Center.
Hi!I wonder if I could compile WME Lite to use SDL mixer instead of BASS library and in which platforms will be functional.Any clues?Thanks in advance!
Quote from: Sothoth on April 27, 2015, 12:30:15 PMHi!I wonder if I could compile WME Lite to use SDL mixer instead of BASS library and in which platforms will be functional.Any clues?Thanks in advance!I'm experimenting with a wmelite fork here:https://bitbucket.org/hcdaniel/wmelite-rapaki-editionand it has a compile time option to use SDL mixer instead of BASS. The SDL mixer has some patches (its not the "original one" anymore) which can be found here:https://bitbucket.org/hcdaniel/wmelite-dependencies-for-linux-and-android/src/41d9d0b0857f59ef3f2b369b6f4386475eeeb38f/dependencies/SDL_mixer/?at=defaultI did some spot checks on Windows, Linux and Android. Most of the functionality is there, but there will be bugs.I'll clean it up and merge it into the original WME lite eventually.Unfortunately I do not know how I can compile for Mac OS and iOS. No doubt that I won't have a chance to test things without the hardware, but if anybody knows how I can test that "things compile" without having a Mac, that would be great.