Skip to content

tanelso2/kotlin-webgl-test

Repository files navigation

kotlin-webgl-test

Trying to relearn WebGL while also learning Kotlin.js

Live demo of the current code can be found at https://tanelso2.github.io/kotlin-webgl-test

Building

./gradlew build

Viewing the Built Code

Use any web server to serve build/dist/js/productionExecutable

Here's an example using Python's built-in http server:

python3 -m http.server --directory build/dist/js/productionExecutable

About

Example of using Kotlin.js for a WebGL project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published