sdl3-sample icon indicating copy to clipboard operation
sdl3-sample copied to clipboard

Minimal HowTo for building and using SDL3 on a variety of platforms, including mobile and web

Results 5 sdl3-sample issues
Sort by recently updated
recently updated
newest added

If you make `git clone` and build to WASM it will work. But after this when you try to build to Android and try to build to WASM again you...

Thanks for the help with cmake configuration for those platforms, i been using your project slightly modified, this is a small improvement that can be added to all supported platforms....

When closing the window on MacOS you get the following error after quit: ``` Application quit successfully! AQ_Server_Common.h:48 Exception caught in AudioQueueInternalStop_Sync - error -66671 Program ended with exit code:...

bug

Just testing with everything set on and found: When setting SDLMIXER_VORBIS_VORBISFILE ON cmake fails to find ogg dependcy. `CMake Error: install(EXPORT "targets" ...) includes target "FLAC" which requires target "ogg"...

Hello, Can you add SDL_net even if the sample does not use it yet ?