No description
  • Rust 49.5%
  • Shell 20.8%
  • Python 18.6%
  • Typst 11.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-23 16:49:05 +02:00
assets toptext_size variable created 2026-09-23 16:49:05 +02:00
gui gui structured, still absent rendering logic and worker thread 2026-09-12 16:11:33 +02:00
.gitignore gui init, added gitignore 2026-09-11 12:57:26 +02:00
data.toml created manifest.toml for documentation and integration, cleaned data.toml 2026-07-15 16:15:18 +02:00
manifest.toml created manifest.toml for documentation and integration, cleaned data.toml 2026-07-15 16:15:18 +02:00
README.md updated readme 2026-07-15 16:53:19 +02:00
render.sh added messages to stderr to signal progress 2026-09-11 12:46:09 +02:00

3d models renderer

blender and typst are necessary to run this script.

Usage: ./render.sh [command]

Commands:
  help                 Show this help message
  make_png             Run make_png
  all <file>           Run render and make_png on the file
  render <file>        Render a .stl file
  ci                   Continous integration, the command run authomatically by the processes module of manag3dlabs

The first commands are for manually test the script, ci is the only one used for automation
blender and typst are necessary to run this script.