2017-02-11 19:03:05 +09:00
2017-02-11 19:55:46 +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
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
2017-02-06 23:37:00 +09:00
2018-12-28 23:13:45 +09:00
2019-03-03 17:10:14 +09:00
2019-03-03 17:10:14 +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
2019-05-18 11:34:21 +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-02-11 20:22:10 +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
$ make
S
Description
No description provided
Readme
18 MiB
Languages
C 83.2%
Java 10.6%
Kotlin 5%
CMake 1.1%