Live data from Hacker News

Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk

github.com

1–10 of 21 posts

Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk

#4
post #3

I 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

#5
post #4
post #3

I 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.

This is in fact the issue.

Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk

#6
post #4

Earlier 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.

Ah, thanks for spotting that. I'll hold off on checking into this project until I upgrade to XCode8 .. appreciate the effort!

Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk

#7
post #6

Earlier 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!

In the mean time, there is a compiled version in the release page.

Re: Show HN: Dynamic drawing application in Swift, inspired by Bret Victor talk

#9
post #6

Earlier 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!

As kawera said you can either download the compiled version or checkout commit HEAD^5 (cc60e82c) which is compatible with XCode7
Post reply on HN