Call for devs

Wednesday, August 5, 2009

About a month has past since the birth of this blog, 2 for the googlecode repository, and total of 3 for the whole project.

Since its my opinion that no self-respecting developer should put up a project like this online, without utilizing all of the resources available to him, i've been tracking these pages with analytics.

The score is 800 to 2, there's support, i'll grant that. A couple of devs on the mailing-list, and a few around #haxe, but in the code you'll still find only two names.

So this is a call to anyone doing anything gui-oriented in haxe, to chip in.

How about this for an interesting challenge, haxegui on the iphone via haxe cpp and nme\neash?

Some haxegui applications? an icon editor, map editor for tile-based games, sprite sheet editor with bitmap, swf and swfmill input\output, mp3 sample editor for trimming and looping, pattern & multi-track sequencers, image orgranisers, chat and im clients...

Or how about a haxe ide in haxe? regexing and highlighting, with dot completion, the hscript console, system shell, and a haxegui builder?

Hmm... ok, so seems like anyone doing anything haxe is welcome ;)

See you around, gershon.

7 comments:

Ob1Kn00b said...

I've been working on a dataflow library for which about 60-70% of the underlying stuff is done, making the scheduler configurable and cleaning up the semantics is next, and it'll need a ui, which could even be linked up to the signal/slot mechanism, I think. There's a recent post with links on the list. I'll roll up my sleeves and see if I can contribute anything.

gershon said...

thats the spirit, may the source be with you Ob1!

Larry Maccherone said...

I'm working on an alternative OLAP system and OLAPDataGrid in the Flex environment right now. I've been considering porting the back end to Haxe. However, with this project, I might be able to also port the visual elements. I could easily "downgrade" my components to do traditional DataGrid or AdvancedDataGrid.

Would that be of any interest?

tonypee said...

hah - okay challenge accepted - i'll see if i can get it working on the iphone ;P

Ali Jaya Meilio Lie said...

ok...
i have made HSV Color Picker...
but i have some trouble, I can't listen the FocusOut events, the console says that there are something prevent it...
ok i need help here...
it is simple, i need invoke some function when the Input component is changed.
it can be done if we press the enter or focus out from the component...
i can finish the first condition, but not for the second :(

gershon said...

Ali, please check docs in Component, focus is a 2 stage process (onFocusIn, onFocusOut, onGainingFocus, onLosingFocus)
For inputs, they emit the Event.CHANGE when the text changes, and implement the IText interface, also you can use the underlaying TextField and its events...

And also please post you're code somewhere

Anonymous said...

well, to run haxegui you need utest and when I run the command haxelib install utest it doesnt work. How can anyone develop with it?

Post a Comment