Thread overview
Gtk bindings to dmdscript
Jun 17, 2007
Alan Knowles
Jun 19, 2007
Charlie
Jun 20, 2007
Charlie
Jun 21, 2007
Alan Knowles
June 17, 2007
Not sure how relivant dmdscript announcements on D.announce are but here's a quick one.

I've been working on Gtk bindings for dmdscript http://www.digitalmars.com/dscript/

You can follow the evolution here...

http://www.akbkhome.com/blog.php/View/138/dmdscript__the_EMCAScript_javascript_engine_in_D__adding_objects.html
http://www.akbkhome.com/blog.php/View/139/Hello_world_in_Gtk_Javascript.html
http://www.akbkhome.com/blog.php/View/140/Minor_update_on_gtkjs_anyone_have_a_vision_for_this.html
http://www.akbkhome.com/blog.php/View/142/Gtkjs__extending_objects.html
http://www.akbkhome.com/blog.php/View/143/gtkdjs_updates__treeview_liststore.html
http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_start_of_a_manual.html

Source code is here: (works most days except when I'm working on it..) - see the hello world post for build details.
http://www.akbkhome.com/svn/gtkDS/

And the beginnings of a manual here.
http://www.akbkhome.com/gtkDjs/

Interested to hear any feedback, as I've not seen much.
Note that this is not the only Gtk Javascript project I've seen, It's just the only one where I can write extension/add-ons in D ;)

Regards
Alan
June 19, 2007
Alan Knowles wrote:
> Not sure how relivant dmdscript announcements on D.announce are but here's a quick one.
> 
> I've been working on Gtk bindings for dmdscript http://www.digitalmars.com/dscript/
> 
> You can follow the evolution here...
> 
> http://www.akbkhome.com/blog.php/View/138/dmdscript__the_EMCAScript_javascript_engine_in_D__adding_objects.html 
> 
> http://www.akbkhome.com/blog.php/View/139/Hello_world_in_Gtk_Javascript.html 
> 
> http://www.akbkhome.com/blog.php/View/140/Minor_update_on_gtkjs_anyone_have_a_vision_for_this.html 
> 
> http://www.akbkhome.com/blog.php/View/142/Gtkjs__extending_objects.html
> http://www.akbkhome.com/blog.php/View/143/gtkdjs_updates__treeview_liststore.html 
> 
> http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_start_of_a_manual.html 
> 
> 
> Source code is here: (works most days except when I'm working on it..) - see the hello world post for build details.
> http://www.akbkhome.com/svn/gtkDS/
> 
> And the beginnings of a manual here.
> http://www.akbkhome.com/gtkDjs/
> 
> Interested to hear any feedback, as I've not seen much.
> Note that this is not the only Gtk Javascript project I've seen, It's just the only one where I can write extension/add-ons in D ;)
> 
> Regards
> Alan

Sweet!
June 20, 2007
The docs for that are awesome also, how did you create them ?

Alan Knowles wrote:
> Not sure how relivant dmdscript announcements on D.announce are but here's a quick one.
> 
> I've been working on Gtk bindings for dmdscript http://www.digitalmars.com/dscript/
> 
> You can follow the evolution here...
> 
> http://www.akbkhome.com/blog.php/View/138/dmdscript__the_EMCAScript_javascript_engine_in_D__adding_objects.html 
> 
> http://www.akbkhome.com/blog.php/View/139/Hello_world_in_Gtk_Javascript.html 
> 
> http://www.akbkhome.com/blog.php/View/140/Minor_update_on_gtkjs_anyone_have_a_vision_for_this.html 
> 
> http://www.akbkhome.com/blog.php/View/142/Gtkjs__extending_objects.html
> http://www.akbkhome.com/blog.php/View/143/gtkdjs_updates__treeview_liststore.html 
> 
> http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_start_of_a_manual.html 
> 
> 
> Source code is here: (works most days except when I'm working on it..) - see the hello world post for build details.
> http://www.akbkhome.com/svn/gtkDS/
> 
> And the beginnings of a manual here.
> http://www.akbkhome.com/gtkDjs/
> 
> Interested to hear any feedback, as I've not seen much.
> Note that this is not the only Gtk Javascript project I've seen, It's just the only one where I can write extension/add-ons in D ;)
> 
> Regards
> Alan
June 21, 2007
www.extjs.com + a bit of javascript and xml generated when the binding code is generated.

I've just added code to enable Phobos bindings to be easily added now - File works. - Although I need to add that to the doc generation.

Regards
Alan

Charlie wrote:
> The docs for that are awesome also, how did you create them ?
> 
> Alan Knowles wrote:
>> Not sure how relivant dmdscript announcements on D.announce are but here's a quick one.
>>
>> I've been working on Gtk bindings for dmdscript http://www.digitalmars.com/dscript/
>>
>> You can follow the evolution here...
>>
>> http://www.akbkhome.com/blog.php/View/138/dmdscript__the_EMCAScript_javascript_engine_in_D__adding_objects.html 
>>
>> http://www.akbkhome.com/blog.php/View/139/Hello_world_in_Gtk_Javascript.html 
>>
>> http://www.akbkhome.com/blog.php/View/140/Minor_update_on_gtkjs_anyone_have_a_vision_for_this.html 
>>
>> http://www.akbkhome.com/blog.php/View/142/Gtkjs__extending_objects.html
>> http://www.akbkhome.com/blog.php/View/143/gtkdjs_updates__treeview_liststore.html 
>>
>> http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_start_of_a_manual.html 
>>
>>
>> Source code is here: (works most days except when I'm working on it..) - see the hello world post for build details.
>> http://www.akbkhome.com/svn/gtkDS/
>>
>> And the beginnings of a manual here.
>> http://www.akbkhome.com/gtkDjs/
>>
>> Interested to hear any feedback, as I've not seen much.
>> Note that this is not the only Gtk Javascript project I've seen, It's just the only one where I can write extension/add-ons in D ;)
>>
>> Regards
>> Alan