/pyui

A declarative, cross-platform GUI framework (ala SwiftUI) written in Python using SDL2

Primary LanguagePythonMIT LicenseMIT

Getting Started

pip install -r requirements.txt
python -m examples.demo

See the examples directory for examples of using PyUI. Here's a TodoMVC app:

PyUI TodoMVC