Chip-8 Kotlin Multiplatform

July 18, 2026 ยท View on GitHub

kotlin-version

Kotlin Multiplatform fork of https://github.com/cbeust/chip-8 (Chip-8 emulator). This project is also being used to try out Swift Export.

Current clients

  • Android (Jetpack Compose)
  • Wear (Compose for Wear)
  • iOS (SwiftUI)
  • Desktop (Compose for Desktop)
  • Web (Wasm based Compose for Web)

(The game emulator has virtual "keyboard" interface. In the desktop client game is typically driven by 4, 5, and 6 keys...on mobile these are simulated with buttons)

Screenshots

Screenshot_20230121_130752

F8epdW5WIAAenPD

Full set of Kotlin Multiplatform/Compose/SwiftUI samples