|
| 1 | +# About |
| 2 | + |
| 3 | +<figure><img src="../.gitbook/assets/RV_splash.jpg" alt=""><figcaption></figcaption></figure> |
| 4 | + |
| 5 | +## Welcome to RhinoVAULT |
| 6 | + |
| 7 | +RhinoVAULT is a Rhino plugin for the form-finding of funicular shell structures using the _Thrust Network Analysis_ (TNA) method. Integrating principles of _graphic statics_, RhinoVAULT provides an intuitive and uniquely interactive approach to funicular form-finding, enabling the creation of structurally efficient and expressive shapes while offering insights into the underlying structural behavior. |
| 8 | + |
| 9 | +Originally developed by Dr. Matthias Rippmann at the Block Research Group at ETH Zurich, RhinoVAULT’s current development leverages [COMPAS](https://compas-dev.github.io/), a Python-based framework for computational research and collaboration in architecture, engineering, and digital fabrication. Built with open-source packages from the COMPAS ecosystem, the core functionalities of RhinoVAULT is available not only for Rhino but also any other CAD software or browser with a Python scripting interface. |
| 10 | + |
| 11 | +As a fully open-source tool, RhinoVAULT is accessible to all, supporting students, researchers and design professionals globally in realizing innovative projects. Learning about your projects is invaluable for software development and serves as an inspiration to the structural design community. We invite you to connect with us to share projects created with RhinoVAULT or to explore opportunities for collaborations and workshops. |
| 12 | + |
| 13 | +Happy form finding! |
| 14 | + |
| 15 | +<figure><img src="../.gitbook/assets/RV_early-application-examples.jpg" alt=""><figcaption><p>Early examples of RhinoVAULT (Rippmann, ca. 2010s.)</p></figcaption></figure> |
| 16 | + |
| 17 | +*** |
| 18 | + |
| 19 | +### Open-source Research Platform <a href="#research-platform" id="research-platform"></a> |
| 20 | + |
| 21 | +RhinoVAULT is a plugin that is specifically developed for Rhino 8 and above, built entirely with open-source packages from the rich COMPAS ecosystem. The [source codes of RhinoVAULT](https://github.com/BlockResearchGroup/compas-RV) is hosted on and accessible via GitHub, and we very much welcome your feedback. Please use the RhinoVAULT [issue tracker](https://github.com/BlockResearchGroup/compas-RV/issues) or the [COMPAS forum](https://forum.compas-framework.org/c/rhinovault/47) to submit information about any bugs, technical problems, or feature requests. You can also contribute to the source code by following the [developer guide](https://github.com/BlockResearchGroup/compas-RV/wiki/Developer-Guide). |
| 22 | + |
| 23 | +RhinoVAULT uses the following COMPAS packages: |
| 24 | + |
| 25 | +* [compas](https://github.com/compas-dev/compas) |
| 26 | +* [compas\_fd](https://github.com/blockresearchgroup/compas\_fd) |
| 27 | +* [compas\_rui](https://github.com/blockresearchgroup/compas\_rui) |
| 28 | +* [compas\_session](https://github.com/blockresearchgroup/compas\_session) |
| 29 | +* [compas\_tna](https://github.com/blockresearchgroup/compas\_dr) |
| 30 | + |
| 31 | +<figure><img src="../.gitbook/assets/compas_cluster-diagram.png" alt=""><figcaption><p>The COMPAS ecosystem</p></figcaption></figure> |
| 32 | + |
| 33 | +*** |
| 34 | + |
| 35 | +### Citing RhinoVAULT |
| 36 | + |
| 37 | +RhinoVAULT is freely available under the MIT License in the hope that you will enjoy it and use it for original and creative work. It can be shared and used for academic and commercial purposes, but with proper attribution. If you use RhinoVAULT for any projects, publications or other applications, please cite: |
| 38 | + |
| 39 | +``` |
| 40 | +@misc{compas-RV, |
| 41 | + title = {{COMPAS RhinoVAULT}: Funicular Form Finding for Rhinoceros}, |
| 42 | + author = {Tom Van Mele and Juney Lee}, |
| 43 | + year = {2024}, |
| 44 | + doi = {}, |
| 45 | + url = {https://github.com/BlockResearchGroup/compas-RV}, |
| 46 | +} |
| 47 | +``` |
| 48 | + |
| 49 | +*** |
| 50 | + |
| 51 | +### Disclaimer |
| 52 | + |
| 53 | +Although being developed and tested thoroughly, RhinoVAULT may contains errors – therefore no guarantee can be given that RhinoVAULT always computes correct results. Use of RhinoVAULT is entirely at your own risk, and please read the [legal terms](../additional/legal.md) carefully before using RhinoVAULT. |
0 commit comments