Skip to content
/ kabob Public

Personal website built with Kotlin/Wasm and Compose Multiplatform

Notifications You must be signed in to change notification settings

ndming/kabob

Repository files navigation

Kabob: Build web blog posts with Kotlin/WASM and Compose Multiplatform

Fourier Series Visualization

Try it yourself

This repository explores the potential of web app development with the current state of Kotlin/WASM and Compose Multiplatform. The framework is fitted for building interactive web-based blog posts and visualization articles.

Build instructions

  • Clone the repo with
git clone https://github.com/ndming/kabob.git
  • Open the project in IntelliJ IDEA
  • Each web page can be built separately, to build the Pendulum simulation page, for example:
Gradle Task Panel > pages > Pendulum > Tasks > kotlin browser > wasmJsBrowserDevelopmentRun