GitXplorerGitXplorer
p

TinyDraw-Live

public
10 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
562c7ee3f977f41973128658fe33000978c8c1a8

Remove own NavigationView and navigation title (which overlayed the file name)

ppd95 committed 3 years ago
Unverified
3b135f6900a3544c91c42c7b5a28245be6ba977a

Support load and save using a custom file format

ppd95 committed 3 years ago
Unverified
46bd50de5a8e3054e65609c69c0f83d0abe05b66

Adding undo and redo functionality

ppd95 committed 3 years ago
Unverified
820dccfa88624670d60e115b784de0cf9a69daa7

Adding line spacing and bluring option

ppd95 committed 3 years ago
Unverified
558411a8523015fb3cb2f01c0bc02461f7a3932b

Adding some basic brush options placed in the toolbar

ppd95 committed 3 years ago
Unverified
b6239581a149b9b66d1ac682ce2988ff9a0aa3e6

MVP of TinyDraw - draw simple strokes in a canvas

ppd95 committed 3 years ago

README

The README file for this repository.

TinyDraw

A small little drawing app fro iPad using SwiftUIs Canvas view. Implemented along the HWS+ live stream by Paul Hudson.

Features

  • Drawing lines with drag gestures
  • Brush options:
    • color (using ColorPicker)
    • line width
    • blur
    • line/dash-spacing
  • Undo and redo
  • Loading from and saving to custom tinydraw file type (a JSON file with all strokes and their properties)
  • Supporting the standard iOS document picker

Screenshots

House