Skip to content

Commit db2b9c9

Browse files
juney-leegitbook-bot
authored andcommitted
GITBOOK-61: No subject
1 parent 1b1768d commit db2b9c9

File tree

4 files changed

+20
-28
lines changed

4 files changed

+20
-28
lines changed
379 KB
Loading
1.95 MB
Loading

gitbook/README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
description: The official guide to using RhinoVAULT
3-
cover: .gitbook/assets/RV_splash.jpg
4-
coverY: 0
53
layout:
6-
cover:
7-
visible: true
8-
size: full
94
title:
105
visible: false
116
description:
@@ -20,39 +15,30 @@ layout:
2015

2116
# About
2217

23-
24-
2518
<figure><img src=".gitbook/assets/RV_splash.jpg" alt=""><figcaption></figcaption></figure>
2619

20+
## Welcome to RhinoVAULT!
21+
2722
The Rhinoceros® plug-in [RhinoVAULT](https://www.food4rhino.com/en/app/rhinovault), originally developed by Dr. Matthias Rippmann at the Block Research Group at ETH Zurich, emerged from research on structural form finding using the _Thrust Network Analysis (TNA)_ approach to intuitively create and explore compression-only structures.
2823

2924
Using reciprocal diagrams, RhinoVAULT provides an intuitive, fast funicular form-finding method, adopting the same advantages of techniques such as _Graphic Statics_, but offering a viable extension to three-dimensional problems. Our goal is to share a transparent setup to let you not only create beautiful shapes but also to give you an understanding of the underlying structural principles.
3025

31-
The current development of RhinoVAULT is implemented based on the [COMPAS](https://compas-dev.github.io/) framework.
26+
<figure><img src=".gitbook/assets/RV_early-application-examples.jpg" alt=""><figcaption><p>Early examples of RhinoVAULT ca. 2010s.</p></figcaption></figure>
3227

3328
***
3429

35-
## Research Platform <a href="#research-platform" id="research-platform"></a>
30+
### Research Platform <a href="#research-platform" id="research-platform"></a>
3631

37-
‌RhinoVAULT is an open-source research and development platform for funicular form-finding built with [COMPAS](https://compas-dev.github.io/), a Python-based framework for computational research and collaboration in Architecture, Engineering, and Digital Fabrication.
32+
‌The current version of RhinoVAULT is an open-source research and development platform for funicular form-finding built with [COMPAS](https://compas-dev.github.io/), a Python-based framework for computational research and collaboration in Architecture, Engineering, and Digital Fabrication.
3833

3934
RhinoVAULT is a plugin that is specifically developed for Rhino 8 and above, built entirely with open source packages from the COMPAS ecosystem and will, therefore, be available not only for Rhino and Grasshopper, but also for Blender and other tools with a Python scripting interface, and ultimately even in the browser.
4035

41-
***
42-
43-
## COMPAS
36+
<figure><img src=".gitbook/assets/compas_cluster-diagram.png" alt=""><figcaption><p>The COMPAS ecosystem</p></figcaption></figure>
4437

45-
RhinoVAULT uses the following COMPAS packages. After installing RhinoVAULT with Yak, these requirements will be installed automatically if they are not yet available. Note that the tool ,ight be unresponsive for a few seconds while this happens. The packages are installed in a separate virtual environment named `rhinovault`.
38+
### Open Source
4639

47-
* [compas](https://github.com/compas-dev/compas)
48-
* [compas\_ags](https://github.com/blockresearchgroup/compas\_fd)
49-
* [compas\_fd](https://github.com/blockresearchgroup/compas\_fd)
50-
* [compas\_rui](https://github.com/blockresearchgroup/compas\_rui)
51-
* [compas\_session](https://github.com/blockresearchgroup/compas\_session)
52-
* [compas\_tna](https://github.com/blockresearchgroup/compas\_dr)
53-
54-
***
40+
The development of RhinoVAULT is hosted on Github and is entirely open source, and we very much welcome your feedback. Please use the [issue tracker](https://github.com/BlockResearchGroup/compas-RV/issues) of the RhinoVAULT [GitHub repository](https://github.com/BlockResearchGroup/compas-RV) or the [COMPAS forum](https://forum.compas-framework.org/) to submit information about bugs, technical problems, or feature requests.
5541

56-
## Open Source
42+
### Disclaimer
5743

58-
The development of RhinoVAULT is hosted on Github and is entirely open source, and we very much welcome your feedback. Please use the [issue tracker](https://github.com/BlockResearchGroup/compas-RV/issues) of the RhinoVAULT GitHub repository or the [COMPAS forum](https://forum.compas-framework.org/) to submit information about bugs, technical problems, or feature requests.
44+
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.

gitbook/introduction/getting-started.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,18 @@ To check the installation, simply press the left-most button on the toolbar. Thi
4343

4444
<figure><img src="../.gitbook/assets/RV_popup.png" alt=""><figcaption><p>RhinoVAULT splash screen</p></figcaption></figure>
4545

46+
RhinoVAULT uses the following COMPAS packages. After installing RhinoVAULT with Yak, these requirements will be installed automatically if they are not yet available. Note that the tool ,ight be unresponsive for a few seconds while this happens. The packages are installed in a separate virtual environment named `rhinovault`.
47+
48+
* [compas](https://github.com/compas-dev/compas)
49+
* [compas\_fd](https://github.com/blockresearchgroup/compas\_fd)
50+
* [compas\_rui](https://github.com/blockresearchgroup/compas\_rui)
51+
* [compas\_session](https://github.com/blockresearchgroup/compas\_session)
52+
* [compas\_tna](https://github.com/blockresearchgroup/compas\_dr)
53+
4654
{% hint style="info" %}
47-
Note that installing the packages (and the dependencies of the packages) may take some time, so don't worry if the the dialog doesn't pop up immediately.
55+
Note that installing the packages (and the dependencies of the packages) may take some time, so don't worry if the the dialog doesn't pop up immediately. Be patient!
4856
{% endhint %}
4957

5058
***
5159

52-
## Issue Tracker
53-
54-
If you have any issues with the installation, please submit an issue or question on the RhinoVAULT [Issue Tracker](https://github.com/blockresearchgroup/compas-RV/issues).
60+
##

0 commit comments

Comments
 (0)