Skip to content

Commit 3208054

Browse files
authored
Merge pull request #10 from mars-sim/screenshots
Update screenshots
2 parents add6a0d + 902c86d commit 3208054

20 files changed

+25
-12
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ This is a web site for the MarsSim project using [Hugo](https://gohugo.io). with
66

77
Building and running the site locally requires a recent `extended` version of [Hugo](https://gohugo.io).
88
You can find out more about how to install Hugo for your environment in our
9-
[Getting started](https://www.docsy.dev/docs/getting-started/#prerequisites-and-installation) guide.
9+
[Getting started](https://gohugo.io/installation/) guide.
1010

1111
Once you've made your working copy of the site repo, from the repo root folder, run:
1212

1313
```bash
1414
hugo server
1515
```
1616

17+
The first run will take longer as it downloads modules.
18+
19+
## installation
20+
21+
THe installation requires numerous tools.
22+
23+
- Hugo extended version that can be installed as precomplied binary see [Hugo Installation](https://gohugo.io/installation/). Nore Docsy does not work with all versions of Hugo, v0.137.1 does work and is used in the GitHub build
24+
- Go lang needs installing (https://go.dev/learn/)
1725

1826
[Docsy user guide]: https://docsy.dev/docs
1927
[Docsy]: https://github.com/google/docsy

content/docs/screenshots/_index.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,30 @@ date: 2017-01-05
55
weight: 50
66
---
77

8-
{{% alert color="warning" %}}
9-
This page does not use the latest release.
10-
{{% /alert %}}
8+
<span class="badge text-bg-primary">Version: 3.9.0</span>
9+
Screenshots from Mars Simulation Project.
1110

12-
Screenshots from Mars Simulation Project Version 3.1.0
11+
Overview of the application showing the Resupply Tool, a Person, Monitor Tool and Settlement Map.
12+
{{< figure src="/images/screenshots/overview.png" caption="Main Application" >}}
1313

14-
{{< figure src="/images/maps.png" caption="Settlement Map and Mars Navigator Mini-map" >}}
14+
The Settlement Map shows the Buildings, Persons, Robots & Vehicles within a Settlement.
15+
{{< figure src="/images/screenshots/settlement-map.png" caption="Settlement Map" >}}
1516

16-
{{< figure src="/images/MiningOutpost.png" caption="Mining Outpost" >}}
17+
The monitor tool shows a tablular display of various entities within a sellected settlement.
18+
{{< figure src="/images/screenshots/monitor-tool.png" caption="Monitor Tool" >}}
1719

18-
{{< figure src="/images/monitortool.png" caption="Monitor Tool" >}}
20+
Settlement can start Missions to go explore the Mars Surface.
21+
{{< figure src="/images/screenshots/mission-tool.png" caption="Mission Tool" >}}
1922

20-
{{< figure src="/images/helpbrowser.png" caption="Help Browser" >}}
23+
Persons collaborate to advance science knowledge.
24+
{{< figure src="/images/screenshots/science-study.png" caption="Science Tool" >}}
2125

22-
{{< figure src="/images/infowindows.png" caption="Info Windows: Vehicle/Settlement/Bots" >}}
26+
The various attributes of the simulated entities are shown in targeted tab panels.
27+
{{< figure src="/images/screenshoits/info-windows.png" caption="Info Windows: Vehicle/Settlement/Building" >}}
2328

24-
{{< figure src="/images/personwindow.png" caption="Info Window: Person" >}}
29+
There is also a command line interface to directly control simulated entities and parameters.
30+
{{< figure src="/images/screenshoits/console.png" caption="Console" >}}
2531

26-
{{< figure src="/images/creweditor.png" caption="Crew Editor" >}}
2732

2833

2934

-631 KB
Binary file not shown.

static/images/MiningOutpost.png

-1010 KB
Binary file not shown.

static/images/config.png

-247 KB
Binary file not shown.

static/images/creweditor.png

-420 KB
Binary file not shown.

static/images/helpbrowser.png

-69.2 KB
Binary file not shown.

static/images/infowindows.png

-369 KB
Binary file not shown.

static/images/maps.png

-1.05 MB
Binary file not shown.

static/images/monitortool.png

-180 KB
Binary file not shown.

0 commit comments

Comments
 (0)