--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Elm Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elm-discuss/vtDxwvsL7DE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elm-discuss...@googlegroups.com.
About the slider which traditional debugger used to have, I'm not sure it would be used very much in practice.
--
Yeah, I know. The time-traveling feature is still alive in my version (by clicking messages).But I have little experience of animation or game-like programs. Is slider useful for them?
--
Hmm... It seems the most interesting part is hot swapping (which is hard for me to implement). Without hot swapping, the remaining feature is "search some point, play from that point and go toward another future". This makes sense to some extent because you sometimes miss the route, but you cannot fix the behavior.In this context, let's ask Evan. I recently found it is difficult to modify inline style of all list items at the same time. Hot swapping would also do well for such cases.
--