Re: Clutter GObject bindings

2012-01-31 Thread Artur Skawina
On 01/30/12 00:30, Artur Skawina wrote: > On 01/29/12 23:51, Sparse Push wrote: >> >>> Done. Does the resulting clutter API look usable? >>> http://repo.or.cz/w/girtod.git/blob/refs/heads/gtk2:/gtk2/clutter.d >>> None of the new modules were tested - i still need code samples to port and >>> time

Re: Clutter GObject bindings

2012-01-29 Thread Artur Skawina
On 01/29/12 23:51, Sparse Push wrote: > >> Done. Does the resulting clutter API look usable? >> http://repo.or.cz/w/girtod.git/blob/refs/heads/gtk2:/gtk2/clutter.d >> None of the new modules were tested - i still need code samples to port and >> time > to fix any bugs. >> artur > > Now I am goin

Re: Clutter GObject bindings

2012-01-29 Thread Sparse Push
> Done. Does the resulting clutter API look usable? > http://repo.or.cz/w/girtod.git/blob/refs/heads/gtk2:/gtk2/clutter.d > None of the new modules were tested - i still need code samples to port and > time to fix any bugs. > artur Now I am going to feel bad if I don't create something awesome w

Re: Clutter GObject bindings

2012-01-29 Thread Artur Skawina
On 01/29/12 17:27, Artur Skawina wrote: > On 01/28/12 17:08, Artur Skawina wrote: >> On 01/28/12 03:02, Sparse Push wrote: >>> What is the best way to generate GObject bindings? >>> I ask this because I would like to use Clutter >>> (http://www.clutter-project.org/) in my D program and I don't thin

Re: Clutter GObject bindings

2012-01-29 Thread Artur Skawina
On 01/28/12 17:08, Artur Skawina wrote: > On 01/28/12 03:02, Sparse Push wrote: >> What is the best way to generate GObject bindings? >> I ask this because I would like to use Clutter >> (http://www.clutter-project.org/) in my D program and I don't think it has D >> bindings already. > >>From the

Re: Clutter GObject bindings

2012-01-28 Thread Sparse Pop
== Quote from Artur Skawina (art.08...@gmail.com)'s article > On 01/28/12 03:02, Sparse Push wrote: > > What is the best way to generate GObject bindings? > > I ask this because I would like to use Clutter > > (http://www.clutter-project.org/) in my D program and I don't think it has D > > bindings

Re: Clutter GObject bindings

2012-01-28 Thread Artur Skawina
On 01/28/12 03:02, Sparse Push wrote: > What is the best way to generate GObject bindings? > I ask this because I would like to use Clutter > (http://www.clutter-project.org/) in my D program and I don't think it has D > bindings already. >From the website, http://www.clutter-project.org/about :

Clutter GObject bindings

2012-01-27 Thread Sparse Push
What is the best way to generate GObject bindings? I ask this because I would like to use Clutter (http://www.clutter-project.org/) in my D program and I don't think it has D bindings already. Thanks