2row-unb / 2rs-viewer

Expose athlete performance and other statuses
GNU General Public License v3.0
0 stars 0 forks source link

2RS-Viewer

The purpose of this system is to show the following data:

Contributing

Installing Godot

Importing the Project

  1. Clone this repository:

    $ git clone git@github.com:remarema-unb/2rs-viewer.git
  2. Start Godot
  3. Click on Import button
  4. Locate the project directory
  5. Select the project.godot file
  6. Click on Import & Edit button

Executing the 2RS-Viewer in Development

  1. If you have a local instance of 2RS-Controller, start it before executing 2RS-Viewer

    1. If you don't have a local instance, using a terminal go to the mocks/controller directory
    2. Start the mocked 2RS-Controller:

      $ sudo docker-compose up
  2. In Godot, click on Play button (or press F5 key)

History

v0.0.0.1

Figure 1 - 2RS-Viewer v0.0.0.1