The Gold Standard of Pythonic Visuals. Proprietary Internal Tool.
Project description
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file liumify-2.0.0.tar.gz.
File metadata
- Download URL: liumify-2.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c80071e6d84b4f46088490516ed4e629d65ae29db2d9c682036eaf58d48a5898
|
|
| MD5 |
847a8af04aad362358c9883c8f934d8d
|
|
| BLAKE2b-256 |
4827cb82b85be8050a5d0e94e75546be58e16352630e33a88f34db6cb96b9303
|
File details
Details for the file liumify-2.0.0-py3-none-any.whl.
File metadata
- Download URL: liumify-2.0.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00562bd60dc7ae2cc7a59d19936e22e3d598434e8a4b667e993a4a2b76e6c7b1
|
|
| MD5 |
fd8f25c5b312f9fb4bbbba805c352b34
|
|
| BLAKE2b-256 |
5d0dc82d5cedc4df6052adb25d89f55f7efa0cf1325279382fd7539afc34c463
|