HN user

Alcides

80 karma

http://alcidesfonseca.com

* Freelance Developer * Researcher

Posts8
Comments9
View on HN

1. The example of the working syntax right now would be:

a = App("test", width=200, height=400) a.insert(Button("close",a.quit)) a.run()

Should give you an idea of what I am thinking of.

I actually have working with wxGlade for a while, and it generates wxPython code, but I am not happy with that.

Another solution is to make windows like Django models.

2. this a python module that you can include with your app, that just calls the specific gui binginds on real time.

3. No relation with Clutter. The idea is to be gui tookit agnostic.