On Sun, Jul 11, 2010 at 9:48 PM, Richard Jones <[email protected]>wrote:
> I've created a bunch of small demos for the cocos2d tutorial I'm > giving next weekend at EuroPython. I'll contribute them when it's all > over :-) > Eeeee!!! fun incomming ! > > I'm still mulling over what I want to sprint on while I'm there. At > the moment I'm considering throwing together some really simple user > interface components for cocos2d so people can make user interfaces > easier. Just simple stuff like a button, a toggle button > (checkbox-alike), a text input line, things like that. Some basics > exist in cocos already (as part of the menu) but I'd like to add them > as things you can just add to a scene/layer (/sprite, etc) just as > easily as you add a sprite. I'll use 9-patch for styling, with a > simple example style. > > If talking about gui, maybe it is worth mentioning that kytten [0] gui, while designed for pyglet, can be used from cocos really easy if grabbing dialog_node.py from the cocograph [1] project. Both are New BSD licensed, so no problems from that front. Examples for use from cocos are the very Cocograph, which looks very nice, and an incomplete game by me, that I only dare to mention here because the ui code details are well separated from the game model code.[2] And, having mentioned Cocograph, maybe you can pitch a little for this fine tile map editor by Devon. The last released cocograph version works ok with current cocos (to the extent that I tested), but checking out the latter from his repo give me some openGL error, if I remember well. -- claudio [0] http://code.google.com/p/kytten/ [1] http://code.google.com/p/devdev-python/ [2] http://code.google.com/p/pigeonsgame/source/list ------------------------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
