robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

feat: port to windows #78

Closed robbielyman closed 4 months ago

robbielyman commented 11 months ago

the purpose of this PR is to get seamstress working on Windows. with the current changes, it should hopefully be able to compile, but problems may exist.

robbielyman commented 4 months ago

i'm gonna close this. seamstress 2 will have a TUI aspect, which becomes significantly more complicated when you can't rely on the terminal being a normal terminal... additionally some of the Lua stuff especially under util.lua seems to rely on a linux/macOS assumption...