1/15/2011

GUI Toolkit based on SDL -

1)aedGUI - 설치시 SDL ttf,rtf가 요구됨.(freetype 요구.)크로스 플랫폼, 사용하기 편리, SDL지원 C++ GUI Library.

2)Agar - (설치 용량 3,788,230 Bytes)2D/3D 게임과 시뮬레이션을 위한 C 응용 프레임워크. SDL 2D와 OpenGL 렌더링을 지원.에뮬레이터, 게임, 공학, 과학 시뮬레이션과 시각화 도구등에 사용 된다. Free Software이고BSD License에 의해 자유롭게 사용이 가능하다.멀티스레드 지원.(Thread 옵션으로 컴파일시,)3)Para GUI - (설치 용량 11,712,802 Bytes)SDL기반의 GUI library. SDL이 있는 환경이면 어디서나 사용 가능.다양한 플랫폼으로 컴파일이 가능하다.SDL에 완전 기반. 크로스 플랫폼 멀티미디어 응용 프로그램과 프레임 버퍼 디스플레이에서 동작하는 임베디드 디바이스의 구동을 목적으로 제작.Highlights of the library * published under LGPL * straight forward C++ class-design * cross-platform * supports alpha-blending of overlapping widgets * threadsafe * highly customizable widgets (background gradients, background images, transparency, colors, fonts) * XML configuration * many standard widgets already implemented (buttons, labels, scrollbars, progressbars, windows ...) * create your own widgets (subclass an existing widget) * supports various imagetypes through SDL_Image (configurable at compile time) * using libSigC++ as callback framework