A CFFI-based wrapper for GLFW3
Project description
pyglfw-cffi
Written by Fabrice Salvaire.
This Python module provides a CFFI wrapper for the GLFW library.
GLFW is an Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events.
Look the file simple-test.py to learn how to use the wrapper.
Installation
Dependencies
pyglfw-cffi requires the following dependencies:
Installation from PyPi Repository
pyglfw-cffi is made available on the PyPI repository at https://pypi.python.org/pypi/pyglfw-cffi
Run this command to install the last release:
pip install pyglfw-cffi
Installation from Source
The pyglfw-cffi source code is hosted at https://github.com/FabriceSalvaire/pyglfw-cffi
To clone the Git repository, run this command in a terminal:
git clone git@github.com:FabriceSalvaire/pyglfw-cffi.git
Then to build and install pyglfw-cffi run these commands:
python setup.py build
python setup.py install
Testing
To test the wrapper run this script:
python simple-test.py
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
File details
Details for the file pyglfw-cffi-0.1.2.tar.gz
.
File metadata
- Download URL: pyglfw-cffi-0.1.2.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ac0f8ce0b70f8c57c0a8a23d4b0e07f5ef20d17dd4184b04fe7e7a12ee521bb |
|
MD5 | 9e1df3685777e1aaa96209e909a782b0 |
|
BLAKE2b-256 | 24177b3751ca009c5ded83577aee2937088d14f1778efa42bbefe4197a670a92 |