No description
  • C++ 80.7%
  • C 19.2%
  • CMake 0.1%
Find a file
2026-04-19 15:20:55 +02:00
include feat: use json, seat capabilities, handle pointer events 2026-04-19 15:20:55 +02:00
protocols first commit 2026-04-17 10:42:13 +02:00
src feat: use json, seat capabilities, handle pointer events 2026-04-19 15:20:55 +02:00
.gitignore first commit 2026-04-17 10:42:13 +02:00
CMakeLists.txt first commit 2026-04-17 10:42:13 +02:00
LICENSE first commit 2026-04-17 10:42:13 +02:00
README.md first commit 2026-04-17 10:42:13 +02:00

VSKI UI Runner

This is a flutter embedder shell for VSKI OS adapted from Sony's work. Currently supports only one output - multi window is WIP.

Core features:

  • supports both AOT (release) and JIT (debug) embedders
  • compiles against musl

WIP:

  1. Multiple views/layers - we don't want a runtime per widget, but we want to control where we render them using Wayland protocols
  2. Test ARM builds - this work is pending for all ui related modules after they are stabilized.