Skip to main content

Python library for Processing software. Built on top of Qt5

Project description

ProcessingQt

A python library for Processing software.

Installation Steps

APIs

Structure

  • setup()
  • draw()
  • [TODO]noLoop()
  • [TODO]redraw()
  • fullScreen()
  • push()
  • pop()

Setting

  • background()
  • fill()
  • noFill()
  • stroke()
  • noStroke()

2D Primitives

  • arc(x, y, w, h, start, stop)
  • ellipse(x, y, width, height)
  • circle(x, y, radius)
  • line(x1, y1, x2, y2)
  • point(x, y)
  • quad(x1, y1, x2, y2, x3, y3, x4, y4)
  • rect(x, y, width, height)
  • square(x, y, size)
  • triangle(x1, y1, x2, y2, x3, y3)

Attributes

  • strokeCap()
  • strokeWeight(weight)
  • strokeJoin()

Curves

  • bezier()
  • curve()

Vertex

  • beginContour()
  • beginShape()
  • bezierVertex()
  • curveVertex()
  • endContour()
  • endShape()
  • quadraticVertex()
  • vertex()

Transform

  • [TODO]applyMatrix()
  • [TODO]resetMatrix()
  • rotate()
  • rotateX()
  • rotateY()
  • rotateZ()
  • scale()
  • shearX()
  • shearY()
  • translate()

Constants

  • CLOSE
  • POINTS
  • LINES
  • TRIANGLES
  • TRIANGLE_FAN
  • TRIANGLE_STRIP
  • QUADS
  • QUAD_STRIP

Events

Missing APIs

  • Font
  • Image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ProcessingQt-1.0.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

ProcessingQt-1.0.0-py3-none-any.whl (22.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page