Skip to main content

Elysium UI

Python UI without the rectangles.

Status: 1.0 — production / stable. The public API follows strict semver; see the CHANGELOG.

A GPU-accelerated framework for borderless, shaped, animated Python desktop applications. Skia + wgpu hybrid rendering, designer-and- developer split via .esk skin files, animation as a first-class citizen, and a dedicated authoring app (Elysium Designer).

It targets Qt/PySide6 parity for desktop UI while deliberately staying focused on the UI layer — see the scope statement for what's in and what's left to the Python ecosystem.

Documentation

Both sites build from this repo: docs/ and docs-designer/.

Quick start

pip install elysium-ui

Run the minimum borderless ellipse window:

import elysium as ely

ELLIPSE = "M 0,180 A 180,180 0 1 0 360,180 A 180,180 0 1 0 0,180 Z"

app = ely.App(title="Hello", identifier="dev.example.hello")
window = app.window(transparent=True, title_bar=False,
                    resizable=False, initial_size=(360, 360))
window.set_hit_test_path(ELLIPSE)
app.run()

A 360 by 360 transparent ellipse window appears with no chrome, clipping clicks to the ellipse.

Four lead demos

The Getting Started tutorials walk through four flagship apps:

Demo Time What you build
Aurora Clock 30 min Borderless transparent ellipse clock with breathing aurora glow
Pomodoro Timer 25 min Rounded-rect Pomodoro with radial progress + popover settings
Stylized Music Player 90 min Late-1990s-style irregular faceplate music player skin
Butterfly Banner 20 min The Elysium logo: a butterfly descends and unfurls the wordmark

Together they exercise the entire public API: App, Window, shaped windows, skins, signals, effects, Tweens, Springs, Timelines, themes, components, brush, PBR, AI, marketplace.

The Designer

The companion authoring app ships as a signed standalone executable per OS:

  • macOS: Elysium Designer.app
  • Windows: ElysiumDesigner.exe
  • Linux: Elysium-Designer.AppImage

Download from releases, or build from source (see the build-from-source guide).

The Designer's lead tutorial is the Blue Morpho to Monarch butterfly texture-transfer workflow, which produces the same .esk the Butterfly Banner framework demo loads.

Architecture

Layer Crate / Package
Pure-Rust primitives (geometry, display list, color, time) ely-core
Windowing + input + a11y (winit) ely-platform
Skia paint + wgpu compositor + WGSL effects ely-render
.esk parser + naga shader sandbox + Ed25519 signatures ely-skin
Hot-reload IPC ely-ipc
PyO3 bindings (the _native module) ely-py
Pure-Python framework python/elysium/
Standalone visual designer elysium-designer/

Build from source

# Native + Python in one command:
maturin develop --release

# Rust workspace tests:
cd elysium-native && cargo test --workspace

# Python suite:
pytest python/elysium/

# Live-window end-to-end test (gated on a display):
ELYSIUM_RUN_WINDOW_TEST=1 pytest tests/test_smoke.py::test_phase0_live_window_end_to_end

Contributors: see CONTRIBUTING.md and the contributing guide on the docs site.

Where the artifacts land

What Where For
Framework elysium-native/target/wheels/ pip install consumers (developers building apps with the library)
Designer (Mac) dist/macos/ElysiumDesigner.app End-users on macOS
Designer (Win) dist/windows/ElysiumDesigner.exe End-users on Windows

The framework directory holds the pip-installable wheel + universal sdist produced by maturin build --release --sdist. The Designer directories hold the single-file PyInstaller bundles produced by scripts/build-designer.sh (or .ps1 on Windows) — no Python install required to run, since each bundle ships its own interpreter and the compiled native extension.

Cross-platform wheels + Designer binaries also come out of CI: trigger release-library.yml for wheels (Win/Mac arm64+x86_64/Linux), or build-binaries.yml for the Designer matrix.

Examples

Folder Purpose
examples/hello/ Minimum-viable app; smoke test
examples/butterfly/ Blue Morpho reference + Monarch model used by both lead tutorials
examples/components/ Single-window showcase of every built-in component
examples/agent-cursor/ Aether-driven borderless cursor companion
examples/snapshot-relay/ Headless /snapshot HTTP relay for tests

License

Permissive. See LICENSE.

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elysium_ui-1.1.6.tar.gz (608.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

elysium_ui-1.1.6-cp310-abi3-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.10+Windows x86-64

elysium_ui-1.1.6-cp310-abi3-manylinux_2_28_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ x86-64

elysium_ui-1.1.6-cp310-abi3-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

elysium_ui-1.1.6-cp310-abi3-macosx_10_12_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file elysium_ui-1.1.6.tar.gz.

File metadata

  • Download URL: elysium_ui-1.1.6.tar.gz
  • Upload date:
  • Size: 608.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for elysium_ui-1.1.6.tar.gz
Algorithm Hash digest
SHA256 39ab98b1a0e1eedac9cf6a7f307e1f1857a2fc08f11acebe84c7005f5a75fae9
MD5 3509b9d5888d17bfb4b2e09478e7c4de
BLAKE2b-256 03b96bc18c2fceea6998a791a087044d5ec5aebe89465b23ce8be1878b37cbb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for elysium_ui-1.1.6.tar.gz:

Publisher: release-library.yml on elysiumui/elysium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file elysium_ui-1.1.6-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: elysium_ui-1.1.6-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for elysium_ui-1.1.6-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 aa044c16fd29041406cca2141fe1e5d9d6c90c47be93650446981c6c4266723d
MD5 5dca10f844a3a362540e8cfb18a2224d
BLAKE2b-256 559342934a09df8cda149c7984e2f69db8b17545b8cd8c0838d77e3891962ac7

See more details on using hashes here.

Provenance

The following attestation bundles were made for elysium_ui-1.1.6-cp310-abi3-win_amd64.whl:

Publisher: release-library.yml on elysiumui/elysium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file elysium_ui-1.1.6-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elysium_ui-1.1.6-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c88889a9185eda82eefd6dff7c9b420d753a4ce7dacd259e54df2ac4e2963a6
MD5 5bbc67a881edfd4b032eb6d92f7e4da4
BLAKE2b-256 880c39bcf25e95f59852ad643820b19a71b5bee93a4a1feff2dda4b6f3c65a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for elysium_ui-1.1.6-cp310-abi3-manylinux_2_28_x86_64.whl:

Publisher: release-library.yml on elysiumui/elysium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file elysium_ui-1.1.6-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elysium_ui-1.1.6-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c391e326871e642d911984f670bd851b70b78d8a2272733206f862ccdfed43f9
MD5 ab9ff45a01ea2c290754d18ac6f722d9
BLAKE2b-256 2f66614729eb8b192c43bc2d24facf8ca5603f3d183ee60b797bd235e6bf1247

See more details on using hashes here.

Provenance

The following attestation bundles were made for elysium_ui-1.1.6-cp310-abi3-macosx_11_0_arm64.whl:

Publisher: release-library.yml on elysiumui/elysium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file elysium_ui-1.1.6-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for elysium_ui-1.1.6-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 267f838271c52a8657871da1fcf2a433182e57498c09ad4c43af6dde7766f14b
MD5 657f296d2864893c72baaaeda8f78b30
BLAKE2b-256 d65185355e06cd32aaa3dbf6cee8fc9f11a4e3a809ee6aa198454ed99cedbcaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for elysium_ui-1.1.6-cp310-abi3-macosx_10_12_x86_64.whl:

Publisher: release-library.yml on elysiumui/elysium

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page