ChromaPulse demonstrates how responsive, visually brilliant apps don't necessitate convoluted codebases.
- A UIVisualEffectView just below the status bar facilitateing navigtion between a pallette of purple background views.
- User interactions outside of the UIVisualEffectView yield a bevy of polychromatic ripples that follow the user's touch. Each ripple starts square, then grows, rounds, and fades back to the nothingness from which it came.
-
Continuous Integration
- [TODO: Fix] Travis-Ci -
Template:
- Single View Application
-
Frameworks:
- Core Graphics
-
Mechanism:
- Squares/"ripples" = subclassed UIView called according to touch event
- Background colors are an array indexed into by swiping left or right on the occluded region
- Occluded region = subclassed UIButton responsive only to left and right swiping (The Swift version I'm currently building will use a UIPanGestureRecognizer)
- Leverage Apple's latest UITesting
- Make a Swift version and quantify differences in speed and size of app.
- Leverage Accelerometers
- Add controls for various attributes