Web Analytics

momoisay

⭐ 178 stars Japanese by Mon4sm

momoisay

Cで書かれたCLIプログラムで、ブルーアーカイブのセイバ・モモイが話します!!!

License [Version]()


プレビュー

アニメーション使用例

Demo

特徴

インストール

#### 免責事項 時々、事前コンパイル済みのバイナリがリリースの最新バージョンではない場合があります。最新バージョンを確実に入手したい場合は、ソースからビルドしてください。コンパイル済みバイナリのバージョンは/binフォルダ内で確認できます。

Linux

git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
sudo sh ./install/linux.sh

MacOS

git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
sudo sh ./install/mac.sh

ソースからビルド(最新バージョン)

git clone https://github.com/Mon4sm/Momoisay.git
cd Momoisay
make

使い方

momoisay --help         # Show help
momoisay          # Simple Usage
momoisay -a             # Animated Momoi with no text bubble (default version 1)
momoisay -a    # Animated Momoi with no text bubble (default version 1)
momoisay -f             # Freestyle animations (This is pretty cool for ricing)
momoisay -c cyan -f     # Freestyle animations (But with custom colors!!!)

ファイル構成

repo/
├── bin/ 
│    ├── linux/
│    │   ├── version.txt
│    │   └── momoisay
│    └── mac/
│        ├── version.txt 
│        └── momoisay
├── install/
│    ├── mac.sh
│    └── linux.sh
├── src/
│    ├── art/
│    │   ├── art.c
│    │   └── art.h
│    ├── extern/
│    │   ├── cString.c
│    │   └── cString.h
│    ├── momoisay.c
│    ├── render.c
│    ├── render.h
│    ├── speech.c
│    └── speech.h
├── Makefile
├── LICENSE
├── preview.gif
└── README.md

--- Tranlated By Open Ai Tx | Last indexed: 2026-07-21 ---