No description
Find a file
2012-10-28 08:44:16 +01:00
gltools Add 2d texture and GLSL shaders 2012-10-28 08:44:16 +01:00
.gitattributes Added documentation 2012-10-24 14:09:39 +02:00
.gitignore Added documentation 2012-10-24 14:09:39 +02:00
LICENSE.txt Initial commit 2012-10-23 10:58:01 +02:00
README.rst Added support for saving framebuffer to PNG 2012-10-24 18:08:54 +02:00

Introduction
============

gltools is library for quickly creating OpenGL based
application in Python/Cython with support for:

 * Access to vertex buffers and GLSL shaders
 * Access to truetype fonts
 * Windows handling through GLFW
 * Saving framebuffer content to PNG file.
 * Simple GUI controls

OpenGL version 2.1 is targeted which should be available
in most computers these days, even in a laptop's integrated
graphics.

The license is GPL v2.

Building
========

 * Python 2.6 or later and Cython 0.17.
 * The geotools_ library.
 * GLFW_ v3.0 (not released, must be build from repo)
 * OpenGL headers
 
The extension have only been build on the Linux platform.

Documentation
=============

See online Sphinx docs_

.. _docs: http://tenko.github.com/gltools/index.html

.. _geotools: http://github.com/tenko/geotools

.. _GLFW: http://github.com/elmindreda/glfw