Lego-Style Cocoa Workflow Application

Posted by Armin Ronacher on Stack Overflow See other posts from Stack Overflow or by Armin Ronacher
Published on 2010-05-01T09:00:22Z Indexed on 2010/05/01 9:07 UTC
Read the original article Hit count: 332

Filed under:
|

Hi,

I currently have to develop a system very similar to MIT's Scratch's UI. In case you don't know it, here a screenshot: http://kidconfidence.com/blogs/wp-content/uploads/2007/10/scratch1.png

Basically you have bricks in the library on the left you can drop into the window on the right side. The problem I have is that I'm new to Cocoa and not sure what would be the best way to accomplish that.

Because you can nest these bricks sometimes and other times stick them together I wonder if there is something that would help implementing that. I recognize this is not a very common interface that there are probably no implementations of that around, but maybe there are helpers for parts of this.

Regards, Armin

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about scratch