Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed Jul 31, 2023
2 parents 16e4500 + 2e1ae5e commit 3143dca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libasound2-dev
sudo apt-get install -y libudev-dev
- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Rust](https://github.com/altunenes/weber_fechner/actions/workflows/rust.yml/badge.svg)](https://github.com/altunenes/weber_fechner/actions/workflows/rust.yml)

# weber_fechner

A psychophysics experiment about Weber–Fechner law based on vision using `bevy` game engine.
Expand All @@ -10,4 +12,4 @@ Currently, it is just a template for the experiment, and it is not ready for the
- [x] Show the stimulus and change the frames based on the keyboard input.
- [ ] Track the keyboard inputs, Response time, and the correctness of the response.
- [ ] Collect the data and save it to a file.
- [ ] Add a small GUI to control the experiment.
- [ ] Add a small GUI to control the experiment.

0 comments on commit 3143dca

Please sign in to comment.