AuroraView provides a modern web-based UI solution for professional DCC applications like Maya, 3ds Max, Houdini, Blender, Photoshop, and Unreal Engine. On Windows we now prioritize a WebView2 backend implemented in Rust (windows-rs + webview2-com) with PyO3 bindings and maturin packaging, optimized for embedding into…
A project rulebook for AuroraView’s core technology choices, Python setup, web-page loading, and support for professional 3D and creative applications on Windows and other systems.
A set of testing and continuous-integration rules for a Rust and Python WebView project. It defines where tests go, which testing tools to use, what behavior and performance to check, and how CI builds are run.
A project rule defining how AuroraView sends events from Python and Rust to JavaScript. Events are emitted through the AuroraView bridge and received by JavaScript handlers registered in that same system.
Project rules for AuroraView, which divides some parts of the application into Git submodules—separate repositories included inside another repository. They describe each module and how to clone, update, and reference them.