No description
- C++ 80.7%
- C 19.2%
- CMake 0.1%
| include | ||
| protocols | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
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:
- Multiple views/layers - we don't want a runtime per widget, but we want to control where we render them using Wayland protocols
- Test ARM builds - this work is pending for all ui related modules after they are stabilized.