Pyglet2d

Latest version: v0.2.1

Safety actively analyzes 613734 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.1

------------------

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

0.2.0

------------------

* 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

------------------

* Fixed Shape docstring.
* Changed docs from napoleon to numpydoc.

0.1.1

------------------

* 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

------------------

* First release on PyPI.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.