shiffman / BodyBlock

Experimenting with BodyPix model and Obscuring faces/bodies.
30 stars 4 forks source link

Add loading gif on initialization and saving #19

Open joeyklee opened 4 years ago

joeyklee commented 4 years ago
owenmcateer commented 4 years ago

I have created a loading screen to be shown as early as possible until all models are loaded and the App is ready. Here is the simple "block" loading icon. https://github.com/owenmcateer/BodyBlock/blob/loadingScreen/src/common/loading.svg

PR: https://github.com/shiffman/BodyBlock/pull/23

joeyklee commented 4 years ago

23 address the initialization, but we will still need to handle the loading icon on saving. We can address this in a follow up PR :)

Thanks @owenmcateer !

owenmcateer commented 4 years ago

Agreed, I've created a new issue to add state to the App #24