ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
65 stars 13 forks source link

new UI does not appear when launched with Flask #87

Closed agurvich closed 2 years ago

agurvich commented 2 years ago

looks like maybe the socket address changed? the params in initViewer are being sendToGUI'd but the params don't even make it to the GUIparams.

agurvich commented 2 years ago

d13f63fdad56c143ef9acb351e9d78b104e3f5e3

turns out the issue was message spam from the FPS drowning out the GUI init message. reducing the frequency of updating the FPS seems to have solved the problem.