Skip to content

technoir-lab/sdl3-kotlin

Repository files navigation

sdl3-kotlin

Build Maven Central Version

SDL3 bindings for Kotlin Multiplatform.

Usage

Add sdl3-kotlin dependency to your KMP project:

kotlin {
   sourceSets.commonMain {
       dependencies {
           implementation("io.technoirlab.sdl3:sdl3:<latest version>")
       }
   }
}

Supported targets

  • androidNativeArm64
  • androidNativeX64
  • iosArm64
  • iosSimulatorArm64
  • linuxArm64
  • linuxX64
  • macosArm64
  • mingwX64
  • tvosArm64
  • tvosSimulatorArm64

About

SDL3 bindings for Kotlin Multiplatform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages