Re: Wrapping a C library.
- Posted by ghaberek (admin) Jan 16, 2012
- 2051 views
I was thinking of EZWGL.
EZWGL V1.50 is released on Dec 6, 1999
I'm not sure it's worth wrapping a toolkit which was last updated over 12 years ago.
But I think it would be a fairly ambitious project, even for someone with experience. I'll take a look at wxEuphoria, but what I like about EuWingui is that unlike most GUIs it doesn't involve objects, events and callbacks; you only need to use simple procedural coding.
I've honestly never used EuWinGUI. I started with Win32Lib and then got into wxEuphoria early on. To use Win32Lib or wxEuphoria is quite simple: create() your controls, set up your event handlers setHandler()/set_event_handler(), and then call your main function WinMain()/wxMain(). I think EuWinGui works the same way, doesn't it? FLTK might be worth a good look, and Jeremy recently wrapped IUP as well.
-Greg