Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Added a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
terhechte committed Jun 29, 2019
1 parent 844513f commit fcddeb8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Readme.md
@@ -0,0 +1,17 @@
# Catalyst Workshop: Nerau

This is the fully implemented version of Nerau for the SwiftIsland Catalyst Workshop.

It has very descriptive and small Commits so that you can easily pick a specific feature which you'd like to implement and understand the required changes based on the Commit.

Most commits also contain additional information about the change in the Commit message.

# Notes
- The non-catalyzed version of Nerau (the one without Catalyst support), that you will receive in the workhop, might have some small differences compared to this version in order to make your life easier.
- Don't jump back to older revisions. They might not compile due to some git revision rewriting

# About Nerau

Nerau will, at some point in the future, be a tool for patients that suffered cerebral bleeding. Victims oftentimes partially loose vision in the left or right side of the brain. Currently there exists several closed source, commercial solutions that help as a treatment by training the affected brain area via a simple game of location letters on a 2D field. Nerau will be an open source solution that implements such trainings free of charge. It will also contain additional functions for understanding the progress over time.

This, current, version is just a much simpler proof of concept. Mostly to have something to apply Catalyst on.

0 comments on commit fcddeb8

Please sign in to comment.