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.
===========
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vertexarray-0.1.0.tar.gz.
File metadata
- Download URL: vertexarray-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5534603cf3b7468ff4f4ccc67b7d195cfb58d005a5c361ada8a8800265410f5
|
|
| MD5 |
82adfc996748a547628013e4fc8f6a55
|
|
| BLAKE2b-256 |
a7a0d84eb2f273654e9c3970068a3b570e60ad995cd7405367a0f185459c7b6e
|
File details
Details for the file vertexarray-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vertexarray-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a441b532baf4843accf41f59c9e31b62a9e4a4fa2406d3216bdb00087f1643f4
|
|
| MD5 |
55c5686457c7750d641a0f436d8263bd
|
|
| BLAKE2b-256 |
e895a72049b6d876b256556b053589997c07cf2e1fdf887692942f339b5c9859
|