ruby-etk -ewl and -enhance uses a library called ruby/dl. That lib allows you to call functions from C libraries in ruby. Then you can sort them into nice classes and methods. Nerochiaro created a tool that can automatically generate ruby bindings from a C library (you have to contact him for details, it's in early stage, and I think only he's the one who can use it :) - but ruby-etk and frineds are made with this).
Another possibility is to code in C with the Ruby API. I absolutely have no experinence in this, but if you look at tilman's ruby-edje -evas -ecore -eet bindings, you'll see how it works. PS: I didn't really understand your question, I hope I answered it right :) On Sat, 19 Aug 2006 22:22:48 +0200 "J. Erik Heinz" <[EMAIL PROTECTED]> wrote: > Hi, > > Andrew Sevcsik <[EMAIL PROTECTED]> words > on 19.08.2006 - 21:33 (+0200 Zulu-Time): > > > If I'm right, there's no python bindings to efl now. I suggest you > > to code in Ruby. I was a python fan before, but I changed to ruby > > because of the efl. You can easily transfer from ruby to python, > > there's only a > Yeah. That's sounds really cool. The more I make in ruby the more do > not regret that I have switched ;) > > > few syntax differences, and I found Ruby more effective. > I have the same feeling. You can get the same result with less code. > > > > Currently, there are ruby bindings for edje, evas, ecore, eet, etk, > > enhance and ewl (don't know that it works or not). Maybe there's a > > way to make bindings for the e17 libs, you may want to ask > > nerochairo about it - he's the author of ruby-etk, -enhance and > > -ewl. He hangs around at #etk at freenode. > As I am not the big programmer, what can I tweak with ruby. Is it > possible to get an general hint ? > > Cheers -- Erik ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
