Tuesday, July 15, 2025

shapescript is like openscad for iphones

came across this 5mb app on the hunt for a parametric modeller for cad stuff. you can import text files extrude them, set the background green and key them out in lumafusion to add cool 3d animated text. This is my basic script:

define words import "Text.txt"

font "Menlo-Bold"
color grey

extrude {
  size 2 2 0.5 
  metallicity 0.9

  text words
}
//background green

shapescript mobile on the app store

No comments:

Post a Comment