Skip to main content

OpenGL Mathematics library for Python

Project description

A semi-complete implementation of OpenGL Mathematics (GLM).

Why “semi-complete”? - PyGLM is missing some features because I wasn’t able to implement them properly or ignored them, because I thought they weren’t going to be used by anyone anyway (like glm::tvec1). If you want to request features, please create an issue on the issue tracker.

PyGLM is still in development (hence the WIP).

To install PyGLM, just use the default PyPI procedure.

pip install PyGLM

To import PyGLM’s functions, simply use ‘import glm’.

Example:

import glm

v = glm.vec3()

v.x = 7

z = v.xxx

print(z)

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

PyGLM-0.3.1a1.tar.gz (116.5 kB view hashes)

Uploaded Source

Built Distributions

PyGLM-0.3.1a1-cp36-cp36m-win_amd64.whl (212.6 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

PyGLM-0.3.1a1-cp36-cp36m-win32.whl (184.6 kB view hashes)

Uploaded CPython 3.6m Windows x86

PyGLM-0.3.1a1-cp35-cp35m-win_amd64.whl (212.6 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

PyGLM-0.3.1a1-cp35-cp35m-win32.whl (184.6 kB view hashes)

Uploaded CPython 3.5m Windows x86

PyGLM-0.3.1a1-cp34-cp34m-win_amd64.whl (228.7 kB view hashes)

Uploaded CPython 3.4m Windows x86-64

PyGLM-0.3.1a1-cp34-cp34m-win32.whl (194.2 kB view hashes)

Uploaded CPython 3.4m Windows x86

PyGLM-0.3.1a1-cp33-none-win_amd64.whl (228.9 kB view hashes)

Uploaded CPython 3.3 Windows x86-64

PyGLM-0.3.1a1-cp33-none-win32.whl (194.9 kB view hashes)

Uploaded CPython 3.3 Windows x86

PyGLM-0.3.1a1-cp27-cp27m-win32.whl (158.8 kB view hashes)

Uploaded CPython 2.7m Windows x86

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