Re: [E-devel] E17 Bindings

2007-04-09 Thread Paulo J. Matos
On 4/9/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote:
> On 4/9/07, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote:
> >
> > Only do that if you loads of free time.
> >
> > AFAIK Ewl apps don't need to deal with ecore/ecore_evas directly so I
> > believe you can just start with Ewl bindings. If you later decide you
> > would like to have Eet support, too, you can always go back and write
> > bindings for it.
>
> Right. There are some ruby bindings in proto for it now that do not
> rely on any of the dependent libraries having bindings.
>

Although I know nothing about ruby, I'll look at them to see if I can
make any sense out of the code. Thank you

> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 Bindings

2007-04-09 Thread Nathan Ingersoll
On 4/9/07, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote:
>
> Only do that if you loads of free time.
>
> AFAIK Ewl apps don't need to deal with ecore/ecore_evas directly so I
> believe you can just start with Ewl bindings. If you later decide you
> would like to have Eet support, too, you can always go back and write
> bindings for it.

Right. There are some ruby bindings in proto for it now that do not
rely on any of the dependent libraries having bindings.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 Bindings

2007-04-09 Thread Paulo J. Matos
On 4/9/07, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote:
> Carsten Haitzler [2007-04-09 08:36]:
> > > Hello,
> > >
> > > I would like to try and write some PLT-Scheme bindings to EWL and E17.
> > > Where should I start? Probably from imlib2 and then all my way to ewl
> > > and e17? I don't think I can go directly to EWL, right?
> >
> > well actually you don't need to do imlib2 - but start at eet, evas, ecore,
> > embryo, edje.
>
> Only do that if you loads of free time.
>

Thank you, I'll  remember that! :)

-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 Bindings

2007-04-09 Thread Tilman Sauerbeck
Carsten Haitzler [2007-04-09 08:36]:
> > Hello,
> > 
> > I would like to try and write some PLT-Scheme bindings to EWL and E17.
> > Where should I start? Probably from imlib2 and then all my way to ewl
> > and e17? I don't think I can go directly to EWL, right?
> 
> well actually you don't need to do imlib2 - but start at eet, evas, ecore,
> embryo, edje.

Only do that if you loads of free time.

AFAIK Ewl apps don't need to deal with ecore/ecore_evas directly so I
believe you can just start with Ewl bindings. If you later decide you
would like to have Eet support, too, you can always go back and write
bindings for it.

> e17 itself you will not be able to rite bindings for.

You can write a Scheme meta module that loads other modules written in
Scheme. Like I did with Ruby some years ago.

Regards,
Tilman

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


pgpVVFT2UsfP2.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 Bindings

2007-04-08 Thread The Rasterman
On Sun, 8 Apr 2007 22:33:06 +0100 "Paulo J. Matos" <[EMAIL PROTECTED]> babbled:

> Hello,
> 
> I would like to try and write some PLT-Scheme bindings to EWL and E17.
> Where should I start? Probably from imlib2 and then all my way to ewl
> and e17? I don't think I can go directly to EWL, right?

well actually you don't need to do imlib2 - but start at eet, evas, ecore,
embryo, edje.

then ewl, etc.

e17 itself you will not be able to rite bindings for.

> Cheers,
> 
> -- 
> Paulo Jorge Matos - pocm at soton.ac.uk
> http://www.personal.soton.ac.uk/pocm
> PhD Student @ ECS
> University of Southampton, UK
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] E17 Bindings

2007-04-08 Thread Paulo J. Matos
Hello,

I would like to try and write some PLT-Scheme bindings to EWL and E17.
Where should I start? Probably from imlib2 and then all my way to ewl
and e17? I don't think I can go directly to EWL, right?

Cheers,

-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel