processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

Plans for setting a preference option for personal default sketch? #195

Open knotech opened 8 years ago

knotech commented 8 years ago

I'm using this to quick POC stuff for web, and I love it. It saves me time debugging my web boilerplate, and dealing with browser quirks, but most of my web stuff requires writing my sketches in instance mode.

It seems straight forward enough to change the default sketch.js to some instance mode boilerplate. And I think I'm just going to do this today in my own fork. NDB.

But do you think it would be possible to build out a 'user built' section for the example menu?

To be able to have something as an example, so that, if I build out a generic class for something I reuse a lot, I can just pull it from the example menu and copy/paste it into my sketch. It would streamline my process.

All that said, I understand the primary purpose of the editor, is a one click way to get people started in p5js, and I'm all for that. Have a lot of questions, ideas, and want to get more involved, is there an irc channel?

knotech commented 8 years ago

OOOH, or a just a way to save code snippets into a user code-snippets folder, and a button with a drop down menu of a list of your code snippets, and click->copy functionality?