[태그:] sdl
출처: http://users.ecs.soton.ac.uk/prb/junk/wavenote/ fftw/sdl 을 이용한 괜찮은 예제.. 굿!! 샘플 제작에게 감사. fftw.zip
출처: http://users.ecs.soton.ac.uk/prb/junk/wavenote/ fftw/sdl 을 이용한 괜찮은 예제.. 굿!! 샘플 제작에게 감사. fftw.zip
홈페이지: http://www.libsdl.org/projects/SDL_mixer/ SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. As of SDL_mixer 1.2.7, Ogg Vorbis and MP3 loading libraries are dynamically […]
홈페이지: http://clanlib.org/wiki/Main_Page Allegro, SDL과 같은 게임 제작 SDK. ClanLib is a cross platform C++ toolkit library. Essentially the library offers a series of different functionality under a streamlined API. Its primary focus is on games, although not limited for that usage only. Feature Highlights – Very liberal BSD style license – Supports Windows, Linux and […]
내친김에 SDL에서 사용 가능한 GUI 툴킷을 정리해본다. aedGUI http://aedgui.sf.net/ a cross-plataform, easy-to-use, non-intrusive C++ GUI library that runs on top of SDL Agar http://agar.csoft.org/index.html.en a high-level graphical C application framework aimed primarly at 2D/3D games and simulations. Agar applications are portable to a variety of platforms thanks to the SDL.support for SDL 2D and OpenGL […]
홈페이지: http://h3.gd/proj/ Hybrid GUI Library 라 불리우는 GUI 툴킷이다. D 언어만을 지원하는 라이브러리인데, SDL based 인듯 싶다. 아깝다. 언제 SDL GUI툴킷을 만들고 싶을때 참고하면 좋을 듯 하다.
홈페이지: http://libagar.org/ SDL 프레임에 사용 가능한 GUI 툴킷이다. Agar is a modern open-source, cross-platform toolkit for graphical applications implemented in C, C++, Perl and Ada (with bindings to other languages in development). Designed for ease of integration, it follows the philosophy of building the GUI around the application, and not the other way around. The […]
마침 회사에서 일하면서 GUI와 SDL의 조합도 필요했거니와, GUI는 wxWidgets가 자신있던터라 SDL 프레임을 끼워넣을수 있을까 생각을 해봤다. 모… 이렇게 사용할 유저가 있을지 모르겠다만… 위의 이미지는 간단히 직접 구현해본 예제이다. 코드는 여기서 받으면 된다. 아래는 참고한 코드들이다. wxsdl.cpp http://ilaliart.sourceforge.jp/arc/ http://moco.sakura.ne.jp/category/sdl/