This feels like a Rube-Goldberg kind of integration. I would love to know if there's an actual use for this opinionated stack, because I would've never guessed it.
Maybe I'm an old fart, but "rendering engine" used to mean 3D graphics. This is actually a cross-platform UI toolkit? Or rather a web toolkit than can be deployed to desktop via Tauri?
One-liner with uv to try this out:
Looks promising. Here's a screenshot: https://gist.github.com/simonw/092386c894d3a0deb2572f3155552...This feels like a Rube-Goldberg kind of integration. I would love to know if there's an actual use for this opinionated stack, because I would've never guessed it.
I had a poke around in the wheel and it looks like a lot of the heavy lifting is done by this 30.8MB binary file:
pywry/_vendor/pytauri_wheel/ext_mod.cpython-310-darwin.so
Looks like that's vendored from this project: https://github.com/pytauri/pytauri
Interesting project. The examples page needs screenshots.
Maybe I'm an old fart, but "rendering engine" used to mean 3D graphics. This is actually a cross-platform UI toolkit? Or rather a web toolkit than can be deployed to desktop via Tauri?