Skip to content

Commit

Permalink
remove outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Dec 13, 2023
1 parent 0f28896 commit 457c844
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# controller-trigger-recorder

[./assets/acc.mp4]()
Binary file added assets/acc.mp4
Binary file not shown.
5 changes: 4 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ use egui_plot::{Line, Plot, PlotPoints};
use gilrs::Button::{LeftTrigger2, RightTrigger2};
use gilrs::Gilrs;

// TODO:
// Refresh rate arg/enum default
// Thicker lines
// Longer?
fn main() {
let should_exit = Arc::new(AtomicBool::new(false));
let should_exit_clone = should_exit.clone();
Expand Down Expand Up @@ -155,7 +159,6 @@ impl eframe::App for MyApp {
.allow_drag(false)
.allow_zoom(false);

// TODO: RW Lock
let right = self.queue_to_points(&self.right);
let left = self.queue_to_points(&self.left);

Expand Down

0 comments on commit 457c844

Please sign in to comment.