forked from AcademySoftwareFoundation/openvdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
================================================================================
OpenVDB Development Repository
================================================================================
This GitHub repository hosts the trunk of the OpenVDB development. This implies
that it is the newest public version with the latest features and bug fixes.
However, it also means that it has not undergone a lot of testing and is
generally less stable than the production releases that we will continue to
deliver as tar-balls at www.openvdb.org/download
For documentation of the library and code examples see:
www.openvdb.org/documentation/doxygen
General discussion forum:
http://www.openvdb.org/forum
================================================================================
Contributor License Agreement
================================================================================
Developers who wish to contribute code to be considered for inclusion in the
OpenVDB distribution must first complete this Contributor License Agreement:
http://www.openvdb.org/download/OpenVDBContributorLicenseAgreement.pdf
and submit it to DreamWorks (directions are in the CLA). We prefer code
submissions in the form of pull requests to this repository, and all code
should adhere to the OpenVDB coding standards:
http://www.openvdb.org/documentation/doxygen/codingStyle.html