You are browsing as a guest. Sign up (or log in) to start making projects!

1h 10m 8s logged

Good news and bad news: The good news is that I’ve been able to drastically clean up my code, make a few performance optimizations, and make the camera viewport respect config.json preferences. I’ve also been able to port 90% of my code over to using dictionaries and keys instead of just variables, which now allows it to store data about the position and movement of every finger instead of just one(although the index is still the only one being used right now).
The bad news is that I am truly losing my marbles trying to devise a system that would be able to wait until all fingers have been processed to evaluate whether or not a gesture was a one, two, or three finger one while still being in the normal execution loop, and not interfering with the next frame’s processing. Hopefully I’ll be able to come up with a solution tomorrow.

0
7

Comments 0

No comments yet. Be the first!