MikuMikuPenguin

https://github.com/sn0w75/MikuMikuPenguin

ニコニコ動画でMikuMikuPenguin が公開されていたので、試してみました。
作成者の方に感謝です。今後に期待ですね。

実行環境

項目 環境
ディストロ Ubuntu GNOME 14.04 a1
デスクトップ環境 GNOME Shell 3.11.3
Linux カーネル 3.12.0
コンパイラ gcc/g++ 4.8.2
ビデオカード GeForce GTX 560 Ti/PCIe/SSE2

前提ライブラリ等

確か、こんな感じで入れたと思う。

$ sudo apt-get install git dialog automake autoconf libtool libglfw-dev libBullet-dev libglm-dev libSOIL-dev libSDL2-dev libsdl2-mixer-dev

ビルド

$ ./configure
$ make -j4

実行

$ ./pmx
This is PMXViewer, a demonstration using the MikuMikuPenguin library.
Usage: pmx [options] model_file.pmx motion_file.vmd
Options:
-s Play sound file to go with VMD motion
Only formats compatible with your build of SDL2_mixer are accepted.
If libmmp was compiled without SDL2_mixer support, no music will play.

--help display this help and exit
--version output version information and exit

FOR JAPANESE DOCUMENTATION, SEE:
<file:///usr/local/share/mikumikupenguin/doc/README_JP.html>

Report bugs to <ibenrunnin@gmail.com> (English or Japanese is ok).