donsheehy / geombasics

A Python package to construct and view basic geometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geombasics

A Python package for constructing and viewing basic geometry

The heart of this project has two main pieces. The first piece is a library to represent and compute with geometric primitives such as vectors, points, lines, circles, and polygons. The second piece is a set of tools to facilitate drawing these primitives. Currently, all drawing is assumed to be done by outputting svg (as a string) and using the convention that stylistic aspects of the drawing will be managed in css.

About

A Python package to construct and view basic geometry

License:MIT License


Languages

Language:Python 96.3%Language:CSS 3.7%