ClojureBridge / drawing

Experimental capstone app for ClojureBridge curriculum using Quil
25 stars 36 forks source link

Update create-something.md #11

Closed juliangamble closed 9 years ago

juliangamble commented 9 years ago

Added check for missing static content

bridgethillyer commented 9 years ago

This needs explanation in the narrative if it is going to be included. Both if and do need to be introduced. I don't believe that do is in the curriculum at all. My personal preference is to fall down on the side of the program being less correct and more understandable. There is probably a way to handle this one where it is both correct and understandable, though.

yokolet commented 9 years ago

@juliangamble thanks for the patch. Recently, I updated snowflakes app to avoid functions which are not covered by main curriculum. The change eliminated dosync, ref and deref functions. Images are always in a state argument, and there should not be synchronization related problems anymore. The old implementation had a possibility draw/update functions may run before images were loaded. But, that won't happen anymore. I'm going to close this issue as well as the pull request. But, I really appreciate your work on this app. If you find a problem or get ideas, let us know! We are happy to hear your thoughts.