You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BioDynaMo is a software platform to easily create, run, and visualise 3D agent-based simulations.
33
+
***Blazing fast:** The core of the platform is written in C++ and is highly optimized to harness the computational power of modern hardware.
34
+
***Modular:** Reuse, adapt, or create modules that represents a specific biological behavior or entity. With BioDynaMo you don't need to start from scratch anymore!
35
+
***Visual:** Effortlessly create astonishing images and animations of your simulations. Your publications and presentations will stand out even more!
36
+
37
+
## Installation
38
+
39
+
Simply run the following command:
40
+
41
+
```
42
+
curl https://biodynamo.github.io/install | bash
43
+
```
44
+
45
+
For more information, check out our [user's guide](https://www.biodynamo.org/user-guide) documentation that is designed for people who will use BioDynaMo on a day-to-day basis, and aims at providing users with all essential info to make full use of BioDynaMo.
46
+
47
+
30
48
## Try it online
31
49
32
50
[](https://codespaces.new/BioDynaMo/biodynamoOnline)
33
51
34
52
Click the badge above to launch a pre-configured BioDynaMo environment in your browser.
35
53
You just need a free GitHub account (120 core-hours/month free).
36
54
55
+
37
56
### Quick start
38
57
39
58
Once the codespace loads, run a demo:
@@ -47,23 +66,6 @@ bdm view # opens ParaView on the VNC desktop
47
66
A **VNC desktop** tab opens automatically in your browser (port 6080).
48
67
ParaView and other GUI applications render there.
49
68
50
-
## What is BioDynaMo?
51
-
52
-
BioDynaMo is a software platform to easily create, run, and visualise 3D agent-based simulations.
53
-
***Blazing fast:** The core of the platform is written in C++ and is highly optimized to harness the computational power of modern hardware.
54
-
***Modular:** Reuse, adapt, or create modules that represents a specific biological behavior or entity. With BioDynaMo you don't need to start from scratch anymore!
55
-
***Visual:** Effortlessly create astonishing images and animations of your simulations. Your publications and presentations will stand out even more!
56
-
57
-
## Installation
58
-
59
-
Simply run the following command:
60
-
61
-
```
62
-
curl https://biodynamo.github.io/install | bash
63
-
```
64
-
65
-
For more information, check out our [user's guide](https://www.biodynamo.org/user-guide) documentation that is designed for people who will use BioDynaMo on a day-to-day basis, and aims at providing users with all essential info to make full use of BioDynaMo.
66
-
67
69
<!-- ## Examples
68
70
-- Show some nice visualizations here, with a one-liner explanation -->
0 commit comments