erich666 / Mineways

Exports models from Minecraft for 3D printing or rendering
http://mineways.com
Other
408 stars 60 forks source link

Interactive scripting #49

Open erich666 opened 4 years ago

erich666 commented 4 years ago

From @TheDuckCow:

I think the main other thing we discussed (which is still a challenge, I know) would be to call the mineways executable from a command prompt, and have it execute the script totally headless... that, and/or have the option to take script inputs via continuous standard input stream (so that the world could be kept open in memory in a parallel process via a parent program, and execute new commands as dictated by the user in the still-open instance, passed through via stdin). Right now you can only run one script, can't provide new inputs thereafter (it either quits, or becomes an orphaned process with no UI and no way to pass new commands).

erich666 commented 1 year ago

Looking this one over today, I have to admit to having little interest in trying to make the dog dance. I'm not enough of an MFC and WIndows pro to figure out how to do something like this. So, I'll leave it open, but mark it "wontfix" for now.