On Thu, 31 Mar 2005 12:42:01 -0500 (EST) "Nigel Benns" <[EMAIL PROTECTED]>
(Bbabbled:
(B
(B> I would love to see it :)
(B>
(B> I'm currently creating a C# wrapper for EFL.
(B> I would like it to make sure the bindings have an object oriented standard.
(B>
(B> I was doing this:
(B>
(B> Evas canvas = new Evas (x, y);
(B>
(B> Where on your site you have this:
(B>
(B> Canvas evas = new Canvas(x, y);
(B>
(B> Thats exactly what I want to prevent between languages.
(B>
(B> Should mabey a spec be made?
(B
(Bthis is one of those problems of making all those bindings. the api changes to
(Bthe point where u can't identify 1:1 mapping to the C calls, and all the
(Bexamples and src docs are for the C api. you want to make the api wrapper map as
(Bclosely as possible to the C api in name AND api calls
(Bso
(B
(BEvas *evas = evas_new();
(B->
(BEvas evas = new Evas();
(B
(BEvas_Object *obj = evas_object_rectangle_add(evas);
(B->
(BEvas_Object obj = evas->object_rectangle_add();
(B
(B(imho)
(B
(B> > Am Dienstag, den 22.03.2005, 13:52 +0100 schrieb Andreas Volz:
(B> >> Am Tue, 22 Mar 2005 12:56:02 +0900 schrieb Carsten Haitzler (The
(B> Rasterman):
(B> >>
(B> >> > > Am Thu, 17 Mar 2005 16:00:44 +0900 schrieb Carsten Haitzler (The
(B> Rasterman):
(B> >> > >
(B> >> > > > > Also, if so, are there any scripting language bindings for the
(B> relevant APIs? I already have various routines for reading the
(B> meta data files in PHP and Perl.
(B> >> > > >
(B> >> > > > ruby is gaining lots of bindings thanks to tillman :)
(B> >> > >
(B> >> > > Ruby is great, but does someone yet work on python or C++ API for
(B> the EFL?
(B> >> >
(B> >> > no need for c++ - u have the c api there already. it is all
(B> accessible from c++.
(B> >>
(B> >> You're mostly right, but many people (including me) like to use a C++
(B> version of an C API. No problem with the C API, but using C API in a
(B> C++ app is not very "clean". But in the current stage there're more
(B> important things to do than creating a C++ Wrapper ;-)
(B> >
(B> > For what it's worth... a couple of months ago, I have been working on a
(B> C++ wrapper. It's in early stages, but I could make the code available,
(B> if you want to help developing it :)
(B> > The preliminary homepage is @ http://vanille.de/projects/efl++.html
(B> >
(B> >
(B> > --
(B> > Regards,
(B> >
(B> > Mickey.
(B> > ------------------------------------------------------------------
(B> Dipl.-Inf. Michael 'Mickey' Lauer <[EMAIL PROTECTED]>
(B> ------------------------------------------------------------------
(B> >
(B> >
(B> >
(B> >
(B> > -------------------------------------------------------
(B> > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon
(B> 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest
(B> Windows Embedded(r) & Windows Mobile(tm) platforms, applications &
(B> content. Register
(B> > by 3/29 & save $300
(B> > http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
(B> > _______________________________________________
(B> > enlightenment-devel mailing list
(B> > [email protected]
(B> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B> >
(B>
(B>
(B>
(B>
(B>
(B> -------------------------------------------------------
(B> This SF.net email is sponsored by Demarc:
(B> A global provider of Threat Management Solutions.
(B> Download our HomeAdmin security software for free today!
(B> http://www.demarc.com/info/Sentarus/hamr30
(B> _______________________________________________
(B> enlightenment-devel mailing list
(B> [email protected]
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B>
(B
(B
(B--
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler) [EMAIL PROTECTED]
$BMg9%B?(B [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.net email is sponsored by Demarc:
(BA global provider of Threat Management Solutions.
(BDownload our HomeAdmin security software for free today!
(Bhttp://www.demarc.com/info/Sentarus/hamr30
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel