I'm currently working on this app, and these screenshots show the current progress of it.
See my iOS README for more details on the app. These screenshots are meant to show the types of art the user can create with the app along with showing the main UI on both iPhones and iPads. The UI is still a work-in-progress in some places.
The final version of the app will only have the Metal implementation; this app started out with the UIBezierPath implementation, and I realized later on that Metal would be a better option for what I'm wanting to do with the app. I'm currently working on getting all the pattern styles to work in the Metal implementation.
-
PatternsiPad1: Pattern style grid random (grid of squares/rectangles with them filled randomly with user's selected colors)
-
PatternsiPad2: Pattern style random triangles (triangles placed at random locations on the screen)
-
PatternsiPhone1: Pattern style random circles (circles placed at random locations on the screen)
-
PatternsiPhone2: Pattern style grid zig zag (grid of squares/rectangles in a zig zag design)
-
PatternsiPhone3: Pattern style grid zig zag (grid of squares/rectangles in a zig zag design); has the pattern's spacing increased, showing the effect of adjusting that control
-
PatternsiPhone4: Shows where the user selects a pattern type, organized by category
- PatternsiPadMetal1: Pattern style grid "V" showing start of Metal implementation