|
|
|
|
|
by Austizzle
865 days ago
|
|
The film (especially vfx) industry runs on Python, and so much code is written for Python. Same reason you'd want to run your server in node.js so it matches your front end code ( and you can reuse code on the front end and backend). Pyscript lets us have the same programming language in the front end and the backend, and access to all of our internal packages on the front end. A lot of vfx software is written in QT, so at a previous company I actually made a wrapper around a subset of the QT interface and widgets, and replicated it in Pyscript, so we could write an app once and run it from inside vfx applications, or run it in the browser with no additional coding. It wasn't perfect, but it worked and made things simpler |
|
[1] https://github.com/pyscript/pyscript?tab=readme-ov-file#summ...