Show HN: BlenderQ – A TUI for managing multiple Blender renders
41 TechSquidTV 3 5/9/2025, 4:16:59 PM github.com ↗
Hi HN,
I’m a solo content-creator/Blender user and developed this tool as an easy way to manage and render multiple Blender renders locally.
The TUI portion is written in TypeScript because it gave me a good way to build the front end that allowed for some complex components in a language that I was intimately familiar with, and the portions that interact with Blender are actually Python scripts.
A lot of the Textual based programs[1] can be run without having to install them with uvx, i.e.:
[0] https://github.com/Textualize/textual[1] https://github.com/oleksis/awesome-textualize-projects
https://flamenco.blender.org/
The client is cross platform, and only requires a network share.
It may be wise to add any features you need to the project... =3