1. Mac GUI
- Posted by m_sabal Jan 16, 2012
- 1228 views
Has anyone written a GUI application on a Mac using Euphoria? If so, what library did you use, or what shared library files did you have to wrap?
2. Re: Mac GUI
- Posted by ghaberek (admin) Jan 16, 2012
- 1279 views
I recently obtained an eMac for free and started poking around with wrapping Carbon (the older C-based Mac GUI library), and I barely got anywhere with it since it's so in-depth and extensive. The best bet at this point would probably be to use wxEuphoria, since wxWidgets has built-in Mac support. I'll eventually have to get around to building/testing/wrapping the necessary functions, but for now I'm just now starting to fiddle around with wxWidgets 2.9. If you're familiar with compiling C++ code on Mac, and you're feeling a little ambitious, feel free to checkout the wx2.9 branch from the wxEuphoria repository and give it ago!
-Greg
P.S. to check out a branch from Mercurial, use -r branchname, e.g.
hg clone http://wxeuphoria.hg.sourceforge.net:8000/hgroot/wxeuphoria/wxeu -r wx2.9