CmdrDats / igoki

Clojure Go Kifu recorder and OGS player
Eclipse Public License 1.0
161 stars 16 forks source link

Decouple camera read speed from the actual move 'stable' consideration (add actual time checks instead) #82

Open CmdrDats opened 2 years ago

CmdrDats commented 2 years ago

At the moment, it reads the camera slowly because that gives the board reading space to debounce - but it shouldn't really be needed, debouncing can happen much more effectively even on fast camera read speeds.