Skip to content

Commit

Permalink
start week4
Browse files Browse the repository at this point in the history
  • Loading branch information
sshovkov committed Oct 11, 2023
1 parent a7f8fe8 commit 27f1d25
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Week2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This week I started going in-person to the Recurse Center hub. The hub occupies

There’s a computer lab with working computers from the '80s and '90s, a closet full of spare hardware for tinkering, a library with every computer-related book imaginable, a power nap corner, a full kitchen, and of course tons of desks (with monitors and keyboards) for heads-down work or pair programming.

![](assets/week2/rc_hub.png)

## Setting Up This Repo

When I was first researching RC, I came across several blogs from former Recursers that helped shape my understanding of the program and made me excited about the opportunity. I found it energizing to read other people's accounts of what they built, how, and why.
Expand Down
23 changes: 23 additions & 0 deletions Week4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Week 4

<span style="opacity: 0.5;">10/09/2023 - 10/13/2023</span>

Unfortunately I caught a terrible cold or flu at the end of last week that had me in bed and unable to look at a single screen. I took time away from the Recurse Center hub and focused on resting and reading.

## Digital finger painting

This week I was finally recovering from my cold and jumped back into playing with Google's MediaPipe library and the hand tracking implemenation from last week. I wanted to create a finger-painting-esque experience that would use the detected hand landmarks and paint in between the index finger coordinates as it moves across a canvas.

![](assets/week4/finger_painting_small_file.gif)

**Controls:**

- Right hand: Use your right index finger to draw on the screen.
- Left hand: Raise and hold your left hand to stop drawing.

**How it works:**
...

## Experimental brand design

...
Binary file added assets/week2/rc_hub.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 assets/week4/finger_painting_small_file.gif
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 27f1d25

Please sign in to comment.