<linext_>
configurator.js and configurator.worker.js exist in the project but need to be overwritten with the version created by 'make'
<linext_>
it's a bit counter-intuitive why the version of those files that don't work exist in the example
monkeybusiness has joined #openscad
J1A843139 has quit [Quit: Client closed]
J1A843139 has joined #openscad
califax has quit [Ping timeout: 258 seconds]
califax has joined #openscad
la1yv_j has quit [Ping timeout: 252 seconds]
la1yv_j has joined #openscad
teepee has quit [Ping timeout: 258 seconds]
teepee has joined #openscad
JordanBrown has joined #openscad
ur5us has joined #openscad
monkeybusiness has quit [Ping timeout: 252 seconds]
monkeybusiness has joined #openscad
monkeybusiness has quit [Changing host]
monkeybusiness has joined #openscad
lastrodamo has quit [Quit: Leaving]
TheAssassin has quit [Quit: No Ping reply in 180 seconds.]
TheAssassin has joined #openscad
<linext_>
what's the trick to get text() working on web assembly?
<linext_>
how are fonts added?
<InPhase>
linext_: I could imagine a --multiscad mode where it reads "53 myoutput.stl" and then reads the next 53 lines as the input scad file, and then waits for another stdin line with line count and output file. As long as the output format is specified on the command line, this is probably a somewhat straightforward command line option for someone to add.
<InPhase>
I'm not sure if that would solve your problems or those of any other people. Generally the launching of OpenSCAD is lightweight compared to the execution.
tachoknight has joined #openscad
<linext_>
huh?
<InPhase>
Weren't you sitting there 2 hours ago talking about wanting OpenSCAD to not restart between scad file inputs?