sghr / iGeo

iGeo: Computational Design and 3D Modeling Library for Processing
http://igeo.jp
GNU Lesser General Public License v3.0
146 stars 34 forks source link

Request: Post code for the iGeo tutorials #1

Open mariuswatz opened 11 years ago

mariuswatz commented 11 years ago

Hi Satoru, long time no see! I was excited to see you post the iGeo library, it looks like it has a ton of useful and exciting features.

The web tutorials on your site are very helpful in understanding the functions the library offers, but I wonder if it would not be more convenient to offer them as downloadable examples (as PDE files)? Right now users have to copy and paste from the web into Processing, which seems awkward compared to navigating them as a folder structure inside Processing. Just a thought.

Again, thank you for creating the library and posting the code on GitHub. The projects on the Gallery page on your site already look more advanced than most efforts in Processing 3D.

sghr commented 11 years ago

Hi Marius, It's great to hear from you. It's a good point regarding the way to pass the codes in the tutorials. Actually it's one of items on my todo list for a long time but I never touched it yet. What I was thinking is to add some javascript adding a button to copy a whole code into the clipboard or just enable double clicking of the code to do the copy. It sounds good to let it also save into a PDE file. I'll try to do something soon and I'll let you know when I do it. Thanks, Satoru

mariuswatz commented 11 years ago

I'm glad you'll consider it, it would be nice to have a ton of iGeo demos in one place. I think Karsten Schmidt has been very successful with his Toxiclibs demos, for instance. I'm also a fan of OpenProcessing.org to publish sketches, I use it a lot for research myself these days.

I'm very impressed by the support for 3DM Rhino files in iGeo, that's a great feature. I want to find a moment to play with it more, it feels a little isolated from the "normal" Processing context but I could definitely use it as a geometry engine. Thanks again!

sghr commented 11 years ago

Hi Marius, Sorry for taking so long but I rewrote the tutorial pages with PHP and added select, pde download, zip download and applet launch buttons. Thanks, Satoru

mariuswatz commented 11 years ago

Awesome. I'll download and have a look!