Closed songcarver closed 6 years ago
That's a great idea. I didn't think it was possible but… I just tried and it's actually very simple. I’m not working a lot on this plugin lately but expect a tiny update in few days!
@songcarver maybe something like this? I’m catching errors and displaying a notification — otherwise it just works. It seems better than having a success notification every time you run your code.
Implemented error handing in release 1.1.1. @songcarver, it's not exactly what you asked but let's see if it helps. I’m still considering a more subtle success message but it's not part of this release.
Implementation works great for me.
Although the console would provide heavier debugging abilities, I find myself just turning on and off something to see if p5 actually ran or not (since sometimes changing code can produce no result, or negligible). Some simple visual indicator for 'the artboard changed' might be useful for this.
Thanks!