Menu

Tree [f437e2] default tip /
 History

Read Only access


File Date Author Commit
 config 2012-01-07 Sergey Prokhorchuk Sergey Prokhorchuk [f116f4] fixed a problem with unresolved symbols from GL...
 devtools 2012-11-25 Sergey Prokhorchuk Sergey Prokhorchuk [9360e1] version has been set to 0.9.9
 docapi 2012-11-25 Sergey Prokhorchuk Sergey Prokhorchuk [9360e1] version has been set to 0.9.9
 extern 2011-09-06 Sergey Prokhorchuk Sergey Prokhorchuk [e6ad54] GLEW library updated to 1.7.0
 ngpcore 2012-12-02 Sergey Prokhorchuk Sergey Prokhorchuk [ae8e5e] added handling of setlocale result being NULL
 ngplant 2012-12-02 Sergey Prokhorchuk Sergey Prokhorchuk [98defe] setlocale-related fixed in p3dexpobj and p3dplu...
 ngpshot 2010-07-10 Sergey Prokhorchuk Sergey Prokhorchuk [79fa18] .png and .jpg images support modules moved from...
 ngput 2012-10-21 Sergey Prokhorchuk Sergey Prokhorchuk [2f3307] fix compilation error with gcc 4.7
 ngpview 2010-07-10 Sergey Prokhorchuk Sergey Prokhorchuk [79fa18] .png and .jpg images support modules moved from...
 plugins 2011-01-15 Sergey Prokhorchuk Sergey Prokhorchuk [c83cd1] fix phrase in comment
 pywrapper 2009-10-21 Sergey Prokhorchuk Sergey Prokhorchuk [89dad1] Initial commit
 samples 2009-10-21 Sergey Prokhorchuk Sergey Prokhorchuk [89dad1] Initial commit
 scripts 2009-10-21 Sergey Prokhorchuk Sergey Prokhorchuk [89dad1] Initial commit
 sctool 2012-08-12 Sergey Prokhorchuk Sergey Prokhorchuk [f47930] fixed cross-compile build (unneeded libGLU remo...
 shaders 2010-07-12 Sergey Prokhorchuk Sergey Prokhorchuk [c02bd4] fixed a bug in ngplant default shader which cau...
 .hgignore 2011-02-08 Sergey Prokhorchuk Sergey Prokhorchuk [033422] .hgignore added
 .hgtags 2012-12-06 Sergey Prokhorchuk Sergey Prokhorchuk [f437e2] Added tag v0.9.9 for changeset 98defeba9744
 COPYING 2009-10-21 Sergey Prokhorchuk Sergey Prokhorchuk [89dad1] Initial commit
 COPYING.BSD 2009-10-21 Sergey Prokhorchuk Sergey Prokhorchuk [89dad1] Initial commit
 INSTALL 2010-04-19 Sergey Prokhorchuk Sergey Prokhorchuk [f3c7a4] MacOS X build improvements (OpenGL framework an...
 README 2012-11-25 Sergey Prokhorchuk Sergey Prokhorchuk [9360e1] version has been set to 0.9.9
 README.extern 2011-09-06 Sergey Prokhorchuk Sergey Prokhorchuk [e6ad54] GLEW library updated to 1.7.0
 ReleaseNotes 2012-11-25 Sergey Prokhorchuk Sergey Prokhorchuk [9360e1] version has been set to 0.9.9
 SConstruct 2012-11-07 Sergey Prokhorchuk Sergey Prokhorchuk [105b4d] EXTRA_VERSION option support implemented

Read Me

                         ngPlant version 0.9.9

INSTALL file contains instructions on how to build and install ngPlant
libraries and applications.

*********************  Directory structure description ********************
ngpcore     - libngpcore sources
ngput       - libngput sources
pywrapper   - Python bindings sources (_ngp module)
ngplant     - ngplant application sources
ngpshot     - ngpshot application sources
ngpview     - example application, which uses ngpcore high-level interface to
              render plant models.
docapi      - ngpcore high-level programming interface documentation for C++
              and Python (xml sources and generated .html documentation)
config      - local configuration files
sctool      - helper modules for scons
devtools    - additional tools
samples     - sample plant models and textures
scripts     - sample Python scripts
plugins     - ngplant plug-ins directory
extern/lua  - Lua 5.1.4 source code. Please read README.extern file for
              more detailed information.
extern/glew - GLEW 1.4.0 source code. Please read README.extern file for
              more detailed information.

ngplant/images/ngplant.svg is ngplant's icon image in svg format. It was
created by Yorik van Havre.

********************************* LICENSE *********************************
ngpcore, ngput and pywrapper libraries are distributed under the terms of
the BSD License - see COPYING.BSD file.
ngplant, ngpshot and ngpview applications are distributed under the terms of
the GNU General Public License - see COPYING file.
For information about Lua source code license please read README.extern and
extern/lua/COPYRIGHT.
For information about GLEW source code license(s) please read README.extern and
extern/glew/CREDITS.