Skip to main content

Graphical animation module.

Project description

StrawberryPy

Graphical animation module.

How To Use

Basic elements

  • Every animation needs an scene. You can declare a scene variable like this: scene = strawberrypy.Scene2D((resX, resY), fps)
  • Next, append layers to the engine: scene.AddLayer(layer) The layers will be rendered in order, with the first layer on the bottom.
  • Layers can be declared like this: layer = strawberrypy.Layer()
  • Layers contain shapes, added like this: layer.Add(strawberrypy.shapes.(some shape))

Avaliable shapes

  • Polygon: strawberrypy.shapes.Polygon(((vert1X, vert1Y), (vert2X, vert2Y)), (R, G, B), borderWidth)
  • Circle: strawberrypy.shapes.Circle((centerX, centerY), radius, (R, G, B), borderWidth)

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

strawberrypy-0.0.5.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

strawberrypy-0.0.5-py3-none-any.whl (17.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