Pocket Artist
iPad App
Objective: Create an app that will let you color in abstract art in the style
of 1920's artist Piet Mondrian.
Problem: How can we make a grid that looks like something Mondrian would have used?
Solution: Make the grid in stages:
- Divide the screen into a regular grid.
- Offset the gridlines by random numbers to create an irregular distance between
the lines.
- Combine some sets of adjacent cells into single cells.
- Create buttons from the resulting cells, so we can detect touch events.