www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Gtk bindings to dmdscript

reply Alan Knowles <alan akbkhome.com> writes:
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
Jun 17 2007
next sibling parent Charlie <charlie.fats gmail.com> writes:
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_
ision_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__tre
view_liststore.html 
 
 http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_st
rt_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!
Jun 18 2007
prev sibling parent reply Charlie <charlie.fats gmail.com> writes:
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_
ision_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__tre
view_liststore.html 
 
 http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_st
rt_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
Jun 20 2007
parent Alan Knowles <alan akbkhome.com> writes:
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_
ision_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__tre
view_liststore.html 

 http://www.akbkhome.com/blog.php/View/144/gtkdjs_updates__enums_and_st
rt_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
Jun 20 2007