Random
https://design.google.com/articles/making-motion-meaningful/
- Article on motion design at Google.
https://developer.apple.com/library/ios/samplecode/sc2284/Introduction/Intro.html
- Shows how to leverage Core Animation’s timing and rendering callbacks to implement custom animatable properties for CALayer subclasses. This technique is supported whether your CALayer subclass belongs to a UIView or is standalone. Both explicit and implicit animation triggers are demonstrated, as well as basic and keyframe animation types.
- Many animations and subtle interactions.
http://graphics.pixar.com/usd/docs/index.html
- Pixar's universal scene description
- Discusses open source maintenance.
- Nice list of generators for yeoman.
- Would be rad if we had a similar thing for Language implementations.
https://github.com/Moya/contributors/tree/v2
- Community contribution guidelines
- Processing on the web.
http://aroc.github.io/side-comments-demo/
- Side comments.
https://cocoapods.org/pods/Forgeries
- For unit testing UIKit objects.
http://framer-spring.s3-website-us-east-1.amazonaws.com/
- Interactive spring playground.
- Delightful message. Delightful interactions.
https://www.youtube.com/watch?v=BOvAbjfJ0x1
- Iterated Prisoner's Dilemma and The Evolution of Cooperation
https://gist.github.com/cabeca/3ff77007204e5479f7af
- Removes and recreates all Xcode simulators.
https://gist.github.com/andymatuschak/d5f0a8730ad601bcccae97e8398e25b2
- A composable pattern for pure state machines with effects