Skip to content

KDE/qmlonline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QML online

Deploy

Play online with QML, thanks to WebAssembly!

Website: https://qmlonline.kde.org/

How to run locally:

  1. Install Docker
  2. ./deploy.sh
  3. Install emscripten
  4. emrun build/index.html

QMLOnline runs fine with Podman as well: replace docker with podman and -u $(id -u):$(id -g) with --userns keep-id in the deploy.sh script.