Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Created August 9, 2023 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uyjulian/fce56803d9b66a450fca685b42d8e24d to your computer and use it in GitHub Desktop.
Save uyjulian/fce56803d9b66a450fca685b42d8e24d to your computer and use it in GitHub Desktop.

Kirikiri SDL2 Breaking Change Migration Guide

Emscripten modularization changes

See the following for the changes required to your web shell for the modularization changes.

https://github.com/krkrsdl2/krkrsdl2/commit/6d8cca780dc6e9ea013979a66573dd687dde1470

External plugins enabled by default / Integrated plugins removed from core

See the following on how to disable external plugins and continue to use the old behavior of integrated plugins.

https://github.com/krkrsdl2/krkrsdl2-env-example

CMake used by default

Use the following commands to build the project instead:

cmake -S /path/to/krkrsdl2/repo -B /path/to/new/build/folder
cmake --build /path/to/new/build/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment