nicschumann / many-rivers

Home base for work related to simulation and rendering for Many Rivers
https://todoslosriosposibles.com
1 stars 0 forks source link

Experiential Edge Cases #11

Closed nicschumann closed 9 months ago

nicschumann commented 1 year ago

Edge Cases & Failure Modes

This simulator and renderer is fairly resource intensive, and probably requires a recent computer with a decent, WebGL capable graphics card to work at all. We should consider what happens when people don't meet that minimum hardware requirement.

Todos

federicoperezvilloro commented 10 months ago

I added a "technical disclaimer" to the info panel.

Thinking we can design for desktop computers only for now and have a message about it when detecting a user visiting from mobile.

Regarding slow internet connectivity and graphic cards, is it something we can automatically detect as to trigger messages or should we just list a series of things in the info panel disclaimer?

nicschumann commented 9 months ago

We're going with a technical disclaimer for the time being. If we test on a lot of comps and find it's slow, we'll just scale down the resolution of the simulation domain. That's the best way to increase the frame rate of the simulation!

This is closed by #47.