Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
1–10 of 21 posts
Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#2Another approach towards the same goal is this http://ravichugh.github.io/sketch-n-sketch/
Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#3Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#4I can't get this to build - XCode 7.3.1 - and there don't seem to be any requirements in the SETUP.md that I can see - anyone know what it takes to get this to build?
Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#5I can't get this to build - XCode 7.3.1 - and there don't seem to be any requirements in the SETUP.md that I can see - anyone know what it takes to get this to build?
I can't tell for sure from that limited information, but the most recent commit has comment "upgrade to xcode 8/swift 3" . AFAIK, Xcode 7 doesn't do Swift 3.
Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#6Earlier quoted context omitted.
I can't tell for sure from that limited information, but the most recent commit has comment "upgrade to xcode 8/swift 3" . AFAIK, Xcode 7 doesn't do Swift 3.
This is in fact the issue.
Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#7Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#8Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk
#9Earlier quoted context omitted.
This is in fact the issue.
Ah, thanks for spotting that. I'll hold off on checking into this project until I upgrade to XCode8 .. appreciate the effort!