Skip to content

FabriceSalvaire/pyglfw-cffi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pyglfw-cffi

Written by Fabrice Salvaire.

pyglfw-cffi license pyglfw-cffi python version

pyglfw-cffi last version pyglfw-cffi format pyglfw-cffi Download per month


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

About

A Python wrapper for GLFW based on CFFI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published