Re: Design pattern for Painting applications, where to start

2015-12-01 Thread colo0logo
I had long in the past, perhaps I should revisit. I was hoping there was a previous dialogue pertaining to its evolution somewhere. I'll search around some more with its title. Thank you. On Mon, Nov 30, 2015 at 3:04 PM, Jens Alfke wrote: > Have you looked at the (Mac OS) Sketch sample app? It’s

Re: Design pattern for Painting applications, where to start

2015-11-30 Thread Jens Alfke
Have you looked at the (Mac OS) Sketch sample app? It’s object/vector based, not pixel based, but maybe the concepts will be useful to you. —Jens ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator com

Design pattern for Painting applications, where to start

2015-11-30 Thread colo0logo
I apologize in advance if this is too vague or does not belong here. I have been building a painting application in Javascript and webgl using a custom Path based grid system and while its working all great I did this without any real guide on how OSX/iOS devs make painting applications. I used a