Liumify™
The Gold Standard of Pythonic Visuals.
WARNING: CONFIDENTIAL.
This software is the private intellectual property of Liumi Corporation. Unauthorized distribution, reverse engineering, or public disclosure of source code is strictly prohibited.
Overview
Liumify is a next-generation UI/UX framework designed exclusively for Liumi Corporation's internal architecture. It allows engineers to build cinema-grade 3D environments and fluid 2D interfaces using pure Python.
By abstracting complex rendering logic into our Proprietary HD Rendering Core, developers can focus on business logic while Liumify handles the physics-based lighting, soft shadows, and glassmorphism layouts.
Key Capabilities
- The Liumi Signature Look: Out-of-the-box support for our "Gold & Glass" aesthetic.
- HD Rendering Core: Physically-based materials (PBR) and volumetric lighting.
- Real-time Interactivity: WebSocket-driven state management for zero-latency updates.
- Python-First API: Define complex scenes without touching a single line of frontend code.
Quick Start
Initialize the Liumify Engine and build a dashboard in seconds.
import liumify
# 1. Initialize the Application
app = liumify.LiumifyApp(app_name="Executive Dashboard")
# 2. Add HD 3D Assets
# The 'LiumifySphere' utilizes our internal geometry engine
sphere = liumify.LiumifySphere(radius=1.5)
sphere.set_material(color_hex="#FFD700", roughness=0.1) # Liumi Gold
sphere.set_transform(y=1.0)
floor = liumify.LiumifyPlane(width=30, depth=30)
app.add(sphere)
app.add(floor)
# 3. Add Fluid UI Elements
card = liumify.UI_GlassCard(
title="Quarterly Projection",
body="Liumify rendering engine operating at 99.9% efficiency."
)
app.add(card)
# 4. Launch
if __name__ == "__main__":
# Launches the local secure webview
app.launch()
Release files for liumify 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| liumify-2.0.0.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| liumify-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.3 kB
Release files / liumify-2.0.0.tar.gz
| Download URL | liumify-2.0.0.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c80071e6d84b4f46088490516ed4e629d65ae29db2d9c682036eaf58d48a5898
|
|
BLAKE2b-256 checksum How to use checksums |
4827cb82b85be8050a5d0e94e75546be58e16352630e33a88f34db6cb96b9303
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / liumify-2.0.0-py3-none-any.whl
| Download URL | liumify-2.0.0-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
00562bd60dc7ae2cc7a59d19936e22e3d598434e8a4b667e993a4a2b76e6c7b1
|
|
BLAKE2b-256 checksum How to use checksums |
5d0dc82d5cedc4df6052adb25d89f55f7efa0cf1325279382fd7539afc34c463
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|