kittsville / Pyroon

An interactive visualisation library of Reddit's switch-a-roos
http://pyroon.sci1.uk/
MIT License
0 stars 0 forks source link

Add pretty loading/rendering screens #5

Closed kittsville closed 7 years ago

kittsville commented 7 years ago

I'm thinking take a bunch of the stuff I did for Actypus and use it on Pyroon's front-end. This would involve a loading screen for assets and a screen while the browser renders the Cytoscape graph.

This would serve two purposes:

Which doesn't give me* much faith in the site loading and I made the damn thing

kittsville commented 7 years ago

Check fancy-front branch for progress

kittsville commented 7 years ago

Loading the site via Chrome's throttling tools shows horrific performance over slower connections. I got Actypus loading in fractions of a second. Those synchronous scripts are ruining page loads! Will need to wrap Cytoscape/etc. in wrapper functions so they can be loaded async.

kittsville commented 7 years ago

Wrapping covered in #13.