ダウンロードリスト

プロジェクト概要

sdl4gcj は Java から SDL (Simple DirectMedia Layer : http://www.libsdl.org/ ) を使うためのクラスライブラリです.
作成されたアプリケーションは GCJ(http://gcc.gnu.org/java/) でネイティブコードにコンパイルすることで, JRE なしで動作します.

システム要件

システム要件が設定されていません

リリース時刻: 2005-10-16 15:35
sdl4gcj-beta 0.1.4 (1 個のファイル 非表示)

リリースノート

* Changed : separate API documents from source archive.
* Fixed method name.
* Add palette set methods.

変更履歴

* Fixed archive file path bug in doc/Makefile.in .

* Changed : separate API documents from source archive.

* Removed comments from following files.
** doc/Doxyfile.en
** doc/Doxyfile.ja

* Fixed method name.
** Surface.displayForamtAlpha() -> Surface.displayFormatAlpha()

* Add following methods into Surface class.
** Surface#setPalette(Palette palette, int index)
** Surface#setPalette(Palette palette, int index, int firstcolor, int ncolors)