diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/scirenderer/README | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
Diffstat (limited to 'modules/scirenderer/README')
-rwxr-xr-x | modules/scirenderer/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/scirenderer/README b/modules/scirenderer/README new file mode 100755 index 000000000..8c2c059d0 --- /dev/null +++ b/modules/scirenderer/README @@ -0,0 +1,19 @@ +SciRenderer is a rendering library based on JoGL. + +This Java API allows contructor of 2D or 3D plotting of simple 2d graph to +complex scenes. + +This library has been developped by the Scilab Consortium (DIGITEO) and +Scilab Enterprises. + +This library has been developed in the context of the Collaviz project +http://www.collaviz.org/ . + +Collaviz is a project with the financial support of the French National +Research Agency (ANR). + +This library is released under the CeCILL license. See COPYING-FR or COPYING. + +Source releases are prepared with: +VERSION=1.1.0 +git archive master -o scirenderer-$VERSION.tar.gz -9 --prefix scirenderer-$VERSION/ |