
Lightweight wrapper around RGFW exposing windowing, OpenGL-based rendering, and input handling with examples and easy dependency integration for rapid graphical application prototyping.
KGFW is a Kotlin/Native wrapper for a RGFW library (https://github.com/ColleagueRiley/RGFW)
Currently under development. Is using OpenGL only for now.
dependencies {
implementation("io.github.drulysses:kgfw:1.0.0")
}See examples for usage.
KGFW is a Kotlin/Native wrapper for a RGFW library (https://github.com/ColleagueRiley/RGFW)
Currently under development. Is using OpenGL only for now.
dependencies {
implementation("io.github.drulysses:kgfw:1.0.0")
}See examples for usage.