Skip to content

Commit

Permalink
Add screenshots to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dclause committed Oct 20, 2024
1 parent 21f580d commit e59fcdd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Hermes-Studio
<h1 align="center">
<img src="/docs/public/samples/splashscreen.png" />
Hermes-Studio
</h1>

<div align="center">

[![License](https://img.shields.io/github/license/dclause/hermes-studio?color=success)](https://github.com/dclause/hermes-studio/blob/develop/LICENSE)
[![Documentation](https://img.shields.io/badge/documentation-_online-success)](https://dclause.github.io/hermes-studio/)
[![Build FRONTEND](https://github.com/dclause/hermes-studio/actions/workflows/build_frontend.yml/badge.svg)](https://github.com/dclause/hermes-studio/actions/workflows/build_frontend.yml)
[![Build BACKEND](https://github.com/dclause/hermes-studio/actions/workflows/build_backend.yml/badge.svg)](https://github.com/dclause/hermes-studio/actions/workflows/build_backend.yml)

## No-code remote control interface for your robot
</div>

**_Hermes-Studio_ is an open-source intuitive drag-and-drop interface to manage and remote control your Arduino-based
robot in minutes. No programming skills required.**
Expand All @@ -15,6 +20,13 @@ the power of the [Hermes-Five](https://github.com/dclause/hermes-five) API for r

_I personally use this project to control my homemade [InMoov](http://inmoov.fr/) robot._

<div align="center">
<img src="/docs/public/samples/boards_connected.png?raw=true" width=200 />
<img src="/docs/public/samples/control_connected.png?raw=true" width=200 />
<img src="/docs/public/samples/groups_connected.png?raw=true" width=200 />
<img src="/docs/public/samples/timeline_connected.png?raw=true" width=200 />
</div>

## Documentation

To check out docs, visit [Github Pages](https://dclause.github.io/hermes-studio/).
Expand All @@ -27,7 +39,8 @@ you can follow the compilation guide.

> [!CAUTION]
> All Arduino boards used in the project must be configured to use
> the [StandardFirmataPlus.ino](https://github.com/firmata/arduino/blob/main/examples/StandardFirmataPlus/StandardFirmataPlus.ino)
>
the [StandardFirmataPlus.ino](https://github.com/firmata/arduino/blob/main/examples/StandardFirmataPlus/StandardFirmataPlus.ino)
> sketch.
## Features
Expand Down
Binary file added docs/public/samples/boards_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/samples/control_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/samples/groups_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/samples/splashscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/samples/timeline_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e59fcdd

Please sign in to comment.