Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Last active June 20, 2023 16:45
Show Gist options
  • Save uyjulian/1b0058e5d24f14800ad99e53a58a72b4 to your computer and use it in GitHub Desktop.
Save uyjulian/1b0058e5d24f14800ad99e53a58a72b4 to your computer and use it in GitHub Desktop.

Using KAGΣ (GPU rendered) with the macOS version of Kirikiri SDL2

  1. Compile Kirikiri SDL2 with -Denable_canvas=true
  2. Download a Chromium build from here: https://chromium.woolyss.com/
  3. Extract the Chromium archive
  4. Find the path of libEGL.dylib: find ~/Downloads/Chromium.app -name libEGL.dylib
  5. Find the path of libGLESv2.dylib: find ~/Downloads/Chromium.app -name libGLESv2.dylib
  6. Clone my fork of KAGΣ: git clone https://github.com/uyjulian/KAGSigma.git
  7. Run: SDL_VIDEO_EGL_DRIVER="/path/to/libEGL.dylib" SDL_VIDEO_GL_DRIVER="/path/to/libGLESv2.dylib" /path/to/krkrsdl2 /path/to/KAGSigma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment