Skip to main content

Simple vertex array that avoids repeating vertices

Project description

VertexArray
===========

A simple library for efficiently storing & manipulating vertex arrays in python.

Requirements
------------

1. Python 3.+

This library is pure python 3 and has no other requirements.

Installation
------------

`python3 setup.py install`

Usage
-----

```python

>>> from vertexarray import VertexArray
>>> va = VertexArray()
>>> face = va.extend([(1, 0, 0), (0, 1, 0), (0, 0, 1)])

```

0.1.0 (2016-04-06)
------------------

- Initial development version, copied & renamed from maze-builder.

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

vertexarray-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

vertexarray-0.1.0-py3-none-any.whl (4.0 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