GitXplorerGitXplorer
p

TinyDraw-Live

public
10 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
fcb54fe8d49e354aaac953ec5ac9d20937f818ac

Using a label with a paintbrush image to represent the brush options

ppd95 committed 3 years ago
Unverified
19fef26b3c34126844f9a2e4e16ee4973467a8ba

Adding a screenshot

ppd95 committed 3 years ago
Unverified
363695faaa0a9da4195c4cc832d64b5342482774

Load brush options from last stroke drawn

ppd95 committed 3 years ago
Unverified
aaa609ac17366d22e1c5accb17cb85c2c6593bd7

Adding a basic README

ppd95 committed 3 years ago
Unverified
4fb4afdfec59df74146ba4f7a99849a4599a7807

Cleanup

ppd95 committed 3 years ago
Unverified
f71d4337e94de2c7451881b4464514c4de120af2

Make the drawn path smoother by using quadratic interpolated curve

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