From da77fa8432f7a3b1e18e4dd396216b4541877ba2 Mon Sep 17 00:00:00 2001 From: David Williams Date: Tue, 4 Dec 2012 21:57:54 +0100 Subject: [PATCH] Updated readme with some real information for BitBucket. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9081fcb5..6c88db24 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,5 @@ 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 `_. -For installation instructions, please see INSTALL.txt +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 '_ on our website. \ No newline at end of file