2019-01-06 18:56:04 +09:00
2017-02-11 19:03:05 +09:00
2017-02-11 19:55:46 +09:00
Fix
2018-02-12 15:10:39 +09:00
2018-12-28 23:13:45 +09:00
2018-12-28 23:13:45 +09:00
2018-12-28 23:13:45 +09:00
2017-02-11 19:03:05 +09:00
2017-02-11 19:03:05 +09:00
2019-01-06 18:56:04 +09:00
2017-03-04 10:17:08 +09:00
2017-05-02 11:21:05 +09:00
2014-04-26 18:40:24 +09:00
2018-12-28 23:13:45 +09:00
2014-04-26 18:40:24 +09:00
2018-12-28 23:13:45 +09:00
2018-12-28 23:13:45 +09:00
2018-12-29 14:14:59 +09:00
2017-02-06 23:37:00 +09:00
2018-12-28 23:13:45 +09:00
2018-12-29 14:14:59 +09:00
2018-12-29 14:14:59 +09:00
2014-04-26 18:40:24 +09:00
2018-12-28 23:13:45 +09:00
2017-02-10 22:39:52 +09:00
2018-12-28 23:13:45 +09:00
2018-12-28 23:13:45 +09:00
2017-02-19 13:48:58 +09:00
2018-06-24 13:24:53 +09:00
2018-12-28 23:13:45 +09:00
2018-12-28 23:13:45 +09:00
2017-02-06 23:37:00 +09:00
2019-01-05 18:43:30 +09:00
2017-02-11 19:03:05 +09:00
2017-02-11 19:03:05 +09:00

xsytem35-sdl2

アリスソフトのゲームエンジン System3.x のフリー実装である xsystem35 を SDL2 に対応して、emscripten でコンパイルできるようにしたものです。

ビルド方法

Emscripten

$ emmake make -f Makefile.emscripten

実行するには、鬼畜王 on Webのリポジトリをチェックアウトして、docsディレクトリに out/xsystem35.* をすべてコピーしてください。

Linux

オリジナルのドキュメントも参考にしてください。

$ ./configure
$ make

MacOS

Homebrew が必要です。

$ brew install pkg-config sdl2 sdl2_mixer freetype
$ ./configure --enable-sdl --disable-gtk --disable-shared --disable-midi
$ make
S
Description
No description provided
Readme
18 MiB
Languages
C 83.2%
Java 10.6%
Kotlin 5%
CMake 1.1%