korge icon indicating copy to clipboard operation
korge copied to clipboard

KorGE Game Engine. Multiplatform Kotlin Game Engine

Results 290 korge issues
Sort by recently updated
recently updated
newest added

Hello! I know Korge uses its own GL called AG but for a project of mine I would need the raw OpenGL ES 2/3 or Vulkan context. Is it possible...

I'm trying to install a simple game using `installDebugAndroidTest` task on an Android 14 device. Here's a part of my [`build.gradle.kts`](https://github.com/yamin8000/Pentris/blob/fa90addcda6511753f2ddfc42c05d74f88131b5a/build.gradle.kts) ```kotlin korge { id = "io.github.yamin8000.pentris" version = "1.0.0"...

### Discussed in https://github.com/korlibs/korge/discussions/2214 Originally posted by **meoowe** April 5, 2024 I saw that v5.4.0 was the newest, so I changed the second line of my libs.versions.toml from` korge =...

I already have a kotlin multiplatform app built using KMP and Compose Multiplatform. In one screen of the app, I want to run a small korge game but I'm unable...

### The problem: I tried to play a wav audio file and I found out that the length double after decoding. I call localVfs to read the file ![image](https://github.com/korlibs/korge/assets/73303056/f09749a1-ff54-45ef-b447-b5ee2a8a2486) and...

According to the discussions #2215 ### The problem: As I mention in the discussion. After setting `.current`, only `.current` starts from the time I set, but the song still starts...

https://github.com/orgs/community/discussions/42375#discussioncomment-5296219

korge-core library: 5.4.0 Pitch changes doesn't affect on a result sound. Tried to change pitch in PlaybackParameters and in SoundChannel. `sound = resourcesVfs["sound.mp3"].readMusic()` `soundChannel = sound?.play(params = PlaybackParameters(pitch = params.value.pitch))`...

bug

Running `publishToMavenLocal` throws the following error: > Task :library:compileIosMainKotlinMetadata FAILED e: Could not find "/Users/ayodelekehinde/AndroidStudioProjects/EscposPrinter/library/build/kotlinTransformedMetadataLibraries/nativeMain/com.soywiz.korge-korge-core-5.4.0-iosMain-sTpM8Q.klib" in [/Users/ayodelekehinde/AndroidStudioProjects/EscposPrinter, /Users/ayodelekehinde/.konan/klib, /Users/ayodelekehinde/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.23/klib/common, /Users/ayodelekehinde/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.23/klib/platform/ios_x64] Using `korge-core:5.4.0`. Also, i'm only interested in `korlibs-image` is there...

Good morning! I've found the following issue **Given** the `Hello world!` project **And** the `main.kt` file is moved to a different package `com.demo` **And** the `korge.jvmMainClassName` is set to `com.demo.MainKt`...