Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Freehand drawing tool PySide
Forum Updated to NodeBB v4.3 + New Features

Freehand drawing tool PySide

Scheduled Pinned Locked Moved Showcase
1 Posts 1 Posters 4.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bootchk
    wrote on last edited by
    #1

    I wrote a freehand drawing tool using Qt, PySide, Python. See https://github.com/bootchk/freehandTool

    Input is pointer (mouse) events, output is a QGraphicsPathItem (i.e. vector graphics.)

    A component that could be adapted for a full app.

    Doesn't teach much about Qt, but it is a common concern for drawing apps.

    Uses fairly sophisticated algorithms from potrace. Shows use of Python generators in a filter pipe.

    The moderators will no doubt bust this to a different forum.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved