Re: [Vala] gtkaml - An Application Markup Language for GTK+Vala



Yay  :)

I find this approach for GUI design quite better than using glade,
xml is simpler and this will generate native code, instead of
parsing an xml on runtime which is more efficient and productive.

I'll keep an eye on it ;)

btw gtkaml doesnt compiles with valac 0.1.6. You need the svn one.
Am I wrong?

Good work

--pancake

On Sun, 3 Feb 2008 19:54:23 +0200
"Vlad Grecescu" <b100dian gmail com> wrote:

Hello List and Vala developers!

I had this idea for some months now, to write a preprocessor that
converts xml like the one below into valid GTK+ code:
<Window>
   <HBox ..>
     <Label label="hello world"/>
   </HBox>
</Window>

The Vala project made my dream come true :)!

So basically I wrote gtkaml (http://code.google.com/p/gtkaml) as an
extension of Vala.Parser that processes a .gtkaml file and feeds the
output (vala code) back to the parser.

Check it out, it already works (for me, at least..) and you can find
the 'specs' to write the .gtkaml files on the 'DesignGoals' page of
the project.

Any ideas/comments are welcome,
Vlad Grecescu
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list



  --pancake



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]