LICENSE
MANIFEST.in
README.md
main.py
pyproject.toml
luvatrix/__init__.py
luvatrix/app.py
luvatrix.egg-info/PKG-INFO
luvatrix.egg-info/SOURCES.txt
luvatrix.egg-info/dependency_links.txt
luvatrix.egg-info/entry_points.txt
luvatrix.egg-info/requires.txt
luvatrix.egg-info/top_level.txt
luvatrix_core/__init__.py
luvatrix_core/accel.py
luvatrix_core/scaffold.py
luvatrix_core/core/__init__.py
luvatrix_core/core/app_runtime.py
luvatrix_core/core/audit.py
luvatrix_core/core/coordinates.py
luvatrix_core/core/debug_capture.py
luvatrix_core/core/debug_menu.py
luvatrix_core/core/display_runtime.py
luvatrix_core/core/energy_safety.py
luvatrix_core/core/engine.py
luvatrix_core/core/events.py
luvatrix_core/core/frame_rate_controller.py
luvatrix_core/core/hdi_thread.py
luvatrix_core/core/process_runtime.py
luvatrix_core/core/process_sdk.py
luvatrix_core/core/protocol_governance.py
luvatrix_core/core/scene_display_runtime.py
luvatrix_core/core/scene_graph.py
luvatrix_core/core/scene_rasterizer.py
luvatrix_core/core/sensor_manager.py
luvatrix_core/core/ui_frame_renderer.py
luvatrix_core/core/unified_runtime.py
luvatrix_core/core/window_matrix.py
luvatrix_core/perf/copy_telemetry.py
luvatrix_core/platform/__init__.py
luvatrix_core/platform/frame_pipeline.py
luvatrix_core/platform/vulkan_compat.py
luvatrix_core/platform/vulkan_scaling.py
luvatrix_core/platform/vulkan_setup.py
luvatrix_core/platform/android/__init__.py
luvatrix_core/platform/android/camera_processing_contract.py
luvatrix_core/platform/android/camera_style.py
luvatrix_core/platform/android/hdi_source.py
luvatrix_core/platform/android/runner.py
luvatrix_core/platform/android/scene_target.py
luvatrix_core/platform/android/sensors.py
luvatrix_core/platform/android/vulkan_target.py
luvatrix_core/platform/ios/__init__.py
luvatrix_core/platform/ios/hdi_source.py
luvatrix_core/platform/ios/lifecycle.py
luvatrix_core/platform/ios/metal_backend.py
luvatrix_core/platform/ios/runner.py
luvatrix_core/platform/ios/scene_target.py
luvatrix_core/platform/ios/window_system.py
luvatrix_core/platform/macos/__init__.py
luvatrix_core/platform/macos/hdi_source.py
luvatrix_core/platform/macos/iohid_source.py
luvatrix_core/platform/macos/metal_backend.py
luvatrix_core/platform/macos/metal_presenter.py
luvatrix_core/platform/macos/metal_scene_target.py
luvatrix_core/platform/macos/sensors.py
luvatrix_core/platform/macos/vulkan_backend.py
luvatrix_core/platform/macos/vulkan_presenter.py
luvatrix_core/platform/macos/window_system.py
luvatrix_core/platform/web/__init__.py
luvatrix_core/platform/web/build.py
luvatrix_core/platform/web/command_buffer.py
luvatrix_core/platform/web/server.py
luvatrix_core/platform/web/websocket_target.py
luvatrix_core/platform/web/python_shim/luvatrix/__init__.py
luvatrix_core/platform/web/python_shim/luvatrix/app.py
luvatrix_core/platform/web/runtime_assets/index.html
luvatrix_core/platform/web/runtime_assets/runtime/command-buffer.js
luvatrix_core/platform/web/runtime_assets/runtime/input.js
luvatrix_core/platform/web/runtime_assets/runtime/luvatrix-web.js
luvatrix_core/platform/web/runtime_assets/runtime/package.json
luvatrix_core/platform/web/runtime_assets/runtime/renderers.js
luvatrix_core/platform/web/runtime_assets/runtime/spotify-bridge.js
luvatrix_core/render/__init__.py
luvatrix_core/render/framebuffer.py
luvatrix_core/render/svg.py
luvatrix_core/targets/__init__.py
luvatrix_core/targets/base.py
luvatrix_core/targets/cpu_scene_target.py
luvatrix_core/targets/metal_target.py
luvatrix_core/targets/scene_target.py
luvatrix_core/targets/vulkan_target.py
luvatrix_core/targets/web_target.py
luvatrix_core/templates/native/android/build.gradle.kts
luvatrix_core/templates/native/android/gradle.properties
luvatrix_core/templates/native/android/gradlew
luvatrix_core/templates/native/android/settings.gradle.kts
luvatrix_core/templates/native/android/app/build.gradle.kts
luvatrix_core/templates/native/android/app/src/main/AndroidManifest.xml
luvatrix_core/templates/native/android/app/src/main/assets/luvatrix_bitmap_font.txt
luvatrix_core/templates/native/android/app/src/main/assets/luvatrix_launch_config.json
luvatrix_core/templates/native/android/app/src/main/cpp/CMakeLists.txt
luvatrix_core/templates/native/android/app/src/main/cpp/luvatrix_camera_preview.frag
luvatrix_core/templates/native/android/app/src/main/cpp/luvatrix_camera_preview_shaders.h
luvatrix_core/templates/native/android/app/src/main/cpp/luvatrix_vulkan_renderer.cpp
luvatrix_core/templates/native/android/app/src/main/java/com/luvatrix/app/CameraBridge.kt
luvatrix_core/templates/native/android/app/src/main/java/com/luvatrix/app/LuvatrixVulkanView.kt
luvatrix_core/templates/native/android/app/src/main/java/com/luvatrix/app/MainActivity.kt
luvatrix_core/templates/native/android/app/src/main/java/com/luvatrix/app/NativeVulkan.kt
luvatrix_core/templates/native/android/app/src/main/python/.gitignore
luvatrix_core/templates/native/android/app/src/main/python/luvatrix_android_boot.py
luvatrix_core/templates/native/android/app/src/main/python/luvatrix_launch_config.json
luvatrix_core/templates/native/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
luvatrix_core/templates/native/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
luvatrix_core/templates/native/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
luvatrix_core/templates/native/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
luvatrix_core/templates/native/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
luvatrix_core/templates/native/android/app/src/main/res/values/styles.xml
luvatrix_core/templates/native/android/scripts/emulator_acceptance.sh
luvatrix_core/templates/native/android/scripts/sync_python_assets.sh
luvatrix_core/templates/native/ios/project.yml
luvatrix_core/templates/native/ios/Luvatrix/AppDelegate.swift
luvatrix_core/templates/native/ios/Luvatrix/Info.plist
luvatrix_core/templates/native/ios/Luvatrix/Luvatrix-Bridging-Header.h
luvatrix_core/templates/native/ios/Luvatrix/Luvatrix.entitlements
luvatrix_core/templates/native/ios/Luvatrix/PythonBridge.h
luvatrix_core/templates/native/ios/Luvatrix/PythonBridge.m
luvatrix_core/templates/native/ios/Luvatrix/main.swift
luvatrix_core/templates/native/ios/Luvatrix/Assets.xcassets/Contents.json
luvatrix_core/templates/native/ios/Luvatrix/Assets.xcassets/AppIcon.appiconset/Contents.json
luvatrix_core/templates/native/ios/Luvatrix/Assets.xcassets/AppIcon.appiconset/icon.png
luvatrix_core/templates/native/ios/scripts/setup_ios.sh
luvatrix_core/ui/__init__.py
luvatrix_core/ui/element.py
luvatrix_core/ui/page_loader.py
luvatrix_plot/__init__.py
luvatrix_plot/api.py
luvatrix_plot/display.py
luvatrix_plot/dynamic_axis.py
luvatrix_plot/errors.py
luvatrix_plot/figure.py
luvatrix_plot/live.py
luvatrix_plot/scales.py
luvatrix_plot/series.py
luvatrix_plot/adapters/__init__.py
luvatrix_plot/adapters/normalize.py
luvatrix_plot/compile/__init__.py
luvatrix_plot/compile/app_protocol.py
luvatrix_plot/raster/__init__.py
luvatrix_plot/raster/canvas.py
luvatrix_plot/raster/draw_lines.py
luvatrix_plot/raster/draw_markers.py
luvatrix_plot/raster/draw_text.py
luvatrix_plot/raster/layers.py
luvatrix_ui/__init__.py
luvatrix_ui/component_schema.py
luvatrix_ui/planes_protocol.py
luvatrix_ui/planes_runtime.py
luvatrix_ui/planes_v2_validator.py
luvatrix_ui/ui_ir.py
luvatrix_ui/controls/__init__.py
luvatrix_ui/controls/button.py
luvatrix_ui/controls/interaction.py
luvatrix_ui/controls/stained_glass_button.py
luvatrix_ui/controls/svg_component.py
luvatrix_ui/controls/svg_renderer.py
luvatrix_ui/planning/__init__.py
luvatrix_ui/planning/agile_renderer.py
luvatrix_ui/planning/exporters.py
luvatrix_ui/planning/gantt_renderer.py
luvatrix_ui/planning/interaction.py
luvatrix_ui/planning/schema.py
luvatrix_ui/planning/validation.py
luvatrix_ui/style/__init__.py
luvatrix_ui/style/theme.py
luvatrix_ui/table/__init__.py
luvatrix_ui/table/component.py
luvatrix_ui/text/__init__.py
luvatrix_ui/text/component.py
luvatrix_ui/text/renderer.py