6. Articles

wxWidgets : Cross-Platform GUI Library

SSKK 2010. 3. 11. 05:25
현재 진행중인 프로젝트에서 시뮬레이터를 이 라이브리러를 이용하여 구현했다는 사실을 알았다. 이런것중에 고전으로는 Qt 가 있지 않나.

wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike other cross-platform toolkits, wxWidgets gives its applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature. Why not give it a try, like many others have?

http://www.wxwidgets.org/