Skip to content

Commit 6ffbdf0

Browse files
why crash?
1 parent f128187 commit 6ffbdf0

File tree

5 files changed

+35
-3
lines changed

5 files changed

+35
-3
lines changed

content/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ Welcome to the Crash Docs.
88

99
Crash allows you to create shared models which can be interacted with by people within your office, or across the globe.
1010

11+
Crash achieves this by connecting Rhino applications on different computers together via a cloud model.
12+
1113
## How can I get started?
1214

1315
{{< cards >}}
1416
{{< card link="docs/getting-started" title="Get Started" icon="book-open" >}}
1517
{{< card link="docs/installation" title="Install Crash" icon="cloud-download" >}}
1618
{{< card link="docs/use-cases" title="What can Crash do?" icon="question-mark-circle" >}}
19+
{{< card link="docs/why-crash" title="Why should I use Crash?" icon="question-mark-circle" >}}
1720
{{< /cards >}}

content/docs/advanced/deploying-crash.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: true
77
weight: 3000
88
---
99

10-
{{< callout emoji="⚠️" >}}
10+
{{< callout type="warning" >}}
1111
Crash does not offer an authentication system (… yet …), if someone knows the URL they can join!
1212
{{< /callout >}}
1313

@@ -19,7 +19,7 @@ Crash does not offer an authentication system (… yet …), if someone knows th
1919

2020
{{< tab >}}**Exe**:
2121

22-
{{< callout emoji="⚠️" >}}
22+
{{< callout type="warning" >}}
2323
crash.server is only released for Windows currently. If you need a linux build you can build it from source easily.
2424
{{< /callout >}}
2525

content/docs/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Crash is available for Rhino 7 on Windows, and Rhino 8 for both Windows and Mac.
1414
To install Crash for Rhino, run the `PackageManager` command and search for Crash.
1515
If you cannot see Crash, try updating your Rhino Version.
1616

17+
Crash users can join models from any Rhino Version, and do not need to be on the same version.
18+
1719
You may also need to check "Show Pre-release Versions"
1820

21+
_Note that at the time of reading, 1.4.2-beta may not be the latest version. Always use the latest version_
1922
![Installing Crash via the Yak Package Manager](install-crash-with-yak.png)

content/docs/joining-a-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Click the Join button on the left of your address
4444

4545
Crash will now attempt to join the shared model.
4646

47-
{{< callout emoji="⚠️" >}}
47+
{{< callout type="warning" >}}
4848
Do not join URLs or IP addresses you are not familiar with.
4949
And do not give our your own IP Address to people you are unfamiliar with.
5050
{{< /callout >}}

content/docs/why-crash.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Why Crash?
3+
type: docs
4+
prev: /
5+
toc: true
6+
weight: 50
7+
---
8+
9+
## Crash is Open Source
10+
11+
Crash is completely transparent in its code and is user-driven.
12+
Crash will be open source forever
13+
14+
## Crash is very Hackable
15+
16+
Crash is designed to be as user-customisable as possible. This extends pass settings and includes the ability to write plugins, and even offer changes to the source code.
17+
18+
# Why shouldn't I use Crash?
19+
20+
## Crash is new and untested
21+
22+
Bugs are to be expected and Crash might not be as stable as you need right now.
23+
24+
{{< callout type="info" >}}
25+
If you have a reason you cannot use Crash, but would like to, please reach out using the Contact button above.
26+
{{< /callout >}}

0 commit comments

Comments
 (0)