-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
live coding #3
Comments
Hi, I'd like to suggest using Esprima to validate users code syntax before reloading the preview as a way to help minimize the flashing from item 2?@toolness introduced me to this tool a while back for a similar web editor project with codemirror, and I believe he might be using it in his p5 widget too. |
I 100% support this idea! It is definitely in the pipeline, but thanks for pointing this out. |
Is there a way we can let the user know they are in live coding mode when the play button is pressed? It caught me by surprise while I was testing console output. This is so cool, by the way! |
The plan is to make a preference or toggle that will turn the autorun on or off for just this reason. |
Also, it's a subtle distinction but we discussed a bit during user testing the other day that technically this is not "live coding" as the sketch is restarting each time a change is made, rather than simply interpreting the new code as it is running. For now, I might lean towards the "auto-run" being off by default with an option to enable, but perhaps I'm being too conservative. |
Use core Nav logic in MobileNav.
Two items came up in meeting with @catarak today.
The text was updated successfully, but these errors were encountered: