README.md
pyproject.toml
luvatrix.egg-info/PKG-INFO
luvatrix.egg-info/SOURCES.txt
luvatrix.egg-info/dependency_links.txt
luvatrix.egg-info/requires.txt
luvatrix.egg-info/top_level.txt
luvatrix_core/__init__.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/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/protocol_governance.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/platform/__init__.py
luvatrix_core/platform/frame_pipeline.py
luvatrix_core/platform/vulkan_compat.py
luvatrix_core/platform/vulkan_scaling.py
luvatrix_core/platform/macos/__init__.py
luvatrix_core/platform/macos/hdi_source.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/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/vulkan_target.py
luvatrix_core/targets/web_target.py
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/ui_ir.py
luvatrix_ui/controls/__init__.py
luvatrix_ui/controls/button.py
luvatrix_ui/controls/interaction.py
luvatrix_ui/controls/svg_component.py
luvatrix_ui/controls/svg_renderer.py
luvatrix_ui/style/__init__.py
luvatrix_ui/style/theme.py
luvatrix_ui/text/__init__.py
luvatrix_ui/text/component.py
luvatrix_ui/text/renderer.py
tests/test_app_runtime.py
tests/test_audit_sink.py
tests/test_coordinates.py
tests/test_demo_app_protocol_example.py
tests/test_display_runtime.py
tests/test_energy_safety.py
tests/test_frame_pipeline.py
tests/test_frame_rate_controller.py
tests/test_full_suite_interactive_example.py
tests/test_hdi_thread.py
tests/test_luvatrix_plot.py
tests/test_luvatrix_ui_button.py
tests/test_luvatrix_ui_component_schema.py
tests/test_luvatrix_ui_ir.py
tests/test_luvatrix_ui_svg_renderer.py
tests/test_luvatrix_ui_text_renderer.py
tests/test_luvatrix_ui_theme.py
tests/test_macos_hdi_source.py
tests/test_macos_sensors.py
tests/test_macos_vulkan_backend.py
tests/test_macos_vulkan_presenter.py
tests/test_plot_app_protocol_example.py
tests/test_protocol_governance.py
tests/test_renderer_e2e.py
tests/test_sensor_manager.py
tests/test_ui_frame_renderer.py
tests/test_unified_runtime.py
tests/test_vulkan_scaling.py
tests/test_window_matrix_protocol.py