wassgha / zura

A reverse-engineered kernel replication of our friend Zura Mestiashvili (joke repo, not actual code!)
The Unlicense
0 stars 0 forks source link

Implement Liew avoidance mode #4

Closed wassgha closed 5 years ago

wassgha commented 5 years ago

Implements a Liew visibility listener that keeps subject alive by actively avoiding all Liew instances.

Pseudo-code

zura.on(Liew.isVisible, () => {
   zura.gps.recalculateRoute();
}