Matt Williams 8ad0cae89a Add an example which uses the Python bindings
This is more or less a copy of the BasicExample but using ever so slightly more
modern OpenGL (>=3.0). I've tried to comment this as much as possible.

In addition to this simple example I will go on to develop a more complex
application as discussed in issue #21
2013-01-19 14:24:10 +00:00
2013-01-16 15:31:52 +00:00
2012-12-26 20:24:55 +00:00
2012-07-20 23:02:45 +01:00
2010-12-02 20:35:28 +00:00

PolyVox - The voxel management and manipulation library
=======================================================
PolyVox is the core technology which lies behind our games. It is a fast, lightweight C++ library for the storage and processing of volumetric (voxel-based) environments. It has applications in both games and medical/scientific visualisation, and is released under the terms of the `zlib license <http://www.tldrlegal.com/l/ZLIB>`_.

PolyVox is a relatively low-level library, and you will need experience in C++ and computer graphics/shaders to use it effectively. It is designed to be easily integrated into existing applications and is independent of your chosen graphics API. For more details please see `this page <http://www.volumesoffun.com/polyvox-about/>`_ on our website.
Description
No description provided
Readme 5.4 MiB
Languages
C++ 92.5%
CMake 3.4%
SWIG 2.2%
C 1%
Python 0.6%
Other 0.3%