Skip to main content

2D shape primitives for pyglet.

Project description

Polygon primitives for pyglet.

Travis-CI Build Status
Coverage Status
PyPi Package
License
Git Repository
Mercurial Repository

This package provides a Shape object that can be acts as an interface between the libraries polygon and pyglet. The former provides numerical routines for handling shapes, and the latter can process OpenGL bindings. With pyglet2d, you can incorporate 2D shapes into your applications without having to write your own OpenGL calls.

Features

  • In addition to the standard constructor (from a list or array of points), four others are provided: Shape.regular_polygon, Shape.circle, Shape.rectangle, and Shape.from_dict. The latter is a specification-based constructor that is easy to use with JSON or YAML.

  • Shape has two methods that are useful as pyglet callbacks: Shape.draw and Shape.update. A Shape can be given a velocity and/or an angular velocity, and it will be updated accordingly when Shape.update is called.

  • A Shape can be manipulated using the methods Shape.scale, Shape.rotate, Shape.flip_x, Shape.flip_y, Shape.flip, and Shape.translate, or with in-place arithmetic (e.g. shape += [5, 0]).

  • Alternatively, setting the properties Shape.center and Shape.radius will translate and scale the shape, respectively.

  • Clipping operations provided by polygon are bound to the operators |, +, (union), & (intersection), - (difference), and ^ (xor).

  • Additional polygon methods can be accessed directly from the Shape.poly attribute, where the Polygon object is stored.

  • Shortcuts are provided to polygon functions via the boolean methods Shape.overlaps(other) and Shape.covers(other).

Example

See tests/graphics_demo.py for a usage example. This script also serves as a test. Run it to make sure that your graphics pipeline is working correctly:

python tests/graphics_demo.py

Requirements

  • Python >= 3.3

  • pyglet >= 1.2alpha1. This must be manually installed as it is not on PyPi.

  • polygon >= 3

  • numpy

Installation

pip install pyglet2d --upgrade

Documentation

https://pyglet2d.readthedocs.org/

Development

To run the all tests run:

tox

Changelog

0.2.1 (2014-07-27)

  • All in-place operations now return the Shape, allowing operations to be chained.

0.2.0 (2014-07-27)

  • Added optional arguments y_factor and center to Shape.scale.

  • Implemented Shape.rotate.

  • Implemented angular velocity.

  • Argument start_angle in Shape.regular_polygon is now in radians.

  • graphics_test.py renamed to graphics_demo.py.

  • Implement Shape.flip_x, Shape.flip_y, and Shape.flip.

  • Explicitly set the Polygon3 data style to STYLE_NUMPY.

  • Implement Shape union and difference with the addition and subtraction operators.

  • Don’t throw an error when comparing the equality of shapes with different numbers of vertices.

0.1.2 (2014-07-26)

  • Fixed Shape docstring.

  • Changed docs from napoleon to numpydoc.

0.1.1 (2014-07-26)

  • Mocking of graphics calls to pyglet, for testing without a display (e.g., on Travis).

  • Fixed intersphinx links in docs.

  • Fixed coveralls.io integration.

0.1.0 (2014-07-25)

  • First release on PyPI.

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

pyglet2d-0.2.1.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

pyglet2d-0.2.1-py2.py3-none-any.whl (9.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyglet2d-0.2.1.tar.gz.

File metadata

  • Download URL: pyglet2d-0.2.1.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyglet2d-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3afc2517392d2023a58526e2af21320692a91c36290069f4118b3d4fcbe2b98f
MD5 407cae038d7177796ba9572f046842af
BLAKE2b-256 38ebc19e645d4cfb8195cb1217888d31d0079d41ba7ed2a1147ba6d4ef414d41

See more details on using hashes here.

File details

Details for the file pyglet2d-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyglet2d-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f4a55f0871a2cc1628fb1f4eabfb0f70e6fcf9d98dfdd15515030b4919c16846
MD5 f88bc1b2ca5e126e2f9da27567bb956a
BLAKE2b-256 f29b22f7b079732c59d1200bc6bfaff6f777828f82c31dd13b79a5681a4a6dc8

See more details on using hashes here.

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