Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-30 Thread Davide Andreoli
2015-01-26 14:28 GMT+01:00 Yakov Goldberg yako...@samsung.com: Hi Davide, hi, and sorry for taking so long to replay... On 01/26/2015 12:22 AM, Davide Andreoli wrote: Hi all, the python-efl integration for erigo is quite finished, you can try it using my pyefl branch:

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Daniel Zaoui
Hi Davide, I saw your stuff on Yakov's laptop, really impressive! I wanted to add something about the generators, JSON... We plan to implement a library that will parse the JSON file and give access to the information via APIs. You can see it as the Eolian library (not generator) for

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Davide Andreoli
2015-01-26 14:20 GMT+01:00 Daniel Zaoui daniel.za...@samsung.com: Hi Davide, I saw your stuff on Yakov's laptop, really impressive! I wanted to add something about the generators, JSON... We plan to implement a library that will parse the JSON file and give access to the information via

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Davide Andreoli
2015-01-26 13:09 GMT+01:00 Tom Hacohen tom.haco...@samsung.com: On 26/01/15 11:41, Yakov Goldberg wrote: Hey Davide, that's cool :) I installed everything and played with it: changed your test_gui.egui in Erigo and run it again through erigo.py! Great! Just could you

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Tom Hacohen
On 26/01/15 13:26, Davide Andreoli wrote: 2015-01-26 13:09 GMT+01:00 Tom Hacohen tom.haco...@samsung.com: On 26/01/15 11:41, Yakov Goldberg wrote: Hey Davide, that's cool :) I installed everything and played with it: changed your test_gui.egui in Erigo and run it again through

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Yakov Goldberg
Hi Davide, On 01/26/2015 12:22 AM, Davide Andreoli wrote: Hi all, the python-efl integration for erigo is quite finished, you can try it using my pyefl branch: devs/davemds/erigo_generator Everything is really simple, the only file that implement the generator is this:

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Yakov Goldberg
Hey Davide, that's cool :) I installed everything and played with it: changed your test_gui.egui in Erigo and run it again through erigo.py! Great! Just could you explain something. You don't generate Python from Json. As I understand you read Json, save this data

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Davide Andreoli
2015-01-26 12:41 GMT+01:00 Yakov Goldberg yako...@samsung.com: Hey Davide, that's cool :) I installed everything and played with it: changed your test_gui.egui in Erigo and run it again through erigo.py! Great! Just could you explain something. You don't generate Python

Re: [E-devel] Erigo + PythonEFL = WOW !!

2015-01-26 Thread Tom Hacohen
On 26/01/15 11:41, Yakov Goldberg wrote: Hey Davide, that's cool :) I installed everything and played with it: changed your test_gui.egui in Erigo and run it again through erigo.py! Great! Just could you explain something. You don't generate Python from Json. As

[E-devel] Erigo + PythonEFL = WOW !!

2015-01-25 Thread Davide Andreoli
Hi all, the python-efl integration for erigo is quite finished, you can try it using my pyefl branch: devs/davemds/erigo_generator Everything is really simple, the only file that implement the generator is this: