Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.16 KB

wasabigeom - fast geometry types for Python games

Build Wheels PyPI PyPI - Python Version PyPI - Wheel Documentation Status Discord

wasabigeom is a 2D geometry library intended for game development. It started life as a pure Python library but is now implemented in optimised Cython code.

Documentation

View on ReadTheDocs

Installation

To install, just run:

pip install wasabi-geom

What's new in 2.0.0

I took the existing wasabi.geom code and Cythonised it.

I've made some big, breaking changes to the interface; notably, I prefer radians thes days and eschew namespace packages. To install the old, pure-Python version, pin to wasabi-geom<2.