Skip to main content

The Gold Standard of Pythonic Visuals. Proprietary Internal Tool.

Project description

Liumify™

The Gold Standard of Pythonic Visuals.

Proprietary Version


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

  1. The Liumi Signature Look: Out-of-the-box support for our "Gold & Glass" aesthetic.
  2. HD Rendering Core: Physically-based materials (PBR) and volumetric lighting.
  3. Real-time Interactivity: WebSocket-driven state management for zero-latency updates.
  4. 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


Download files

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

Source Distribution

liumify-2.0.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

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

liumify-2.0.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

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

Hashes for liumify-2.0.0.tar.gz
Algorithm Hash digest
SHA256 c80071e6d84b4f46088490516ed4e629d65ae29db2d9c682036eaf58d48a5898
MD5 847a8af04aad362358c9883c8f934d8d
BLAKE2b-256 4827cb82b85be8050a5d0e94e75546be58e16352630e33a88f34db6cb96b9303

See more details on using hashes here.

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

Hashes for liumify-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 00562bd60dc7ae2cc7a59d19936e22e3d598434e8a4b667e993a4a2b76e6c7b1
MD5 fd8f25c5b312f9fb4bbbba805c352b34
BLAKE2b-256 5d0dc82d5cedc4df6052adb25d89f55f7efa0cf1325279382fd7539afc34c463

See more details on using hashes here.

Supported by

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