Skip to content

mcbingyi/mishiro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mishiro

Github All Releases GitHub release Electron GitHub repo size in bytes Build status Build status

Release Download (Do not install mishiro in a path which includes Chinese or Japanese characters)
中文

Feature

  • Support language: Chinese / Japanese / English.
  • [ HOME ] Get game resources. (unity3d, acb, bdb, mdb)
  • [ IDOL ] Search idol card, get card background png / character voice.
  • [ LIVE ] Get BGM / live songs, view live score, play.
  • [ GACHA ] Gacha simulation. (official odds)
  • [ MENU ] Event PT calculator, options...

Development & Building

Windows Require

  • Node.js 8+
  • Python 2.7
  • Visual Studio 2015/2017
  • .Net 4.5.1 (Windows 7 only)

MacOS Require

  • Node.js 8+
  • Python 2.7
  • Xcode (install Command Line Tools by running xcode-select --install in your terminal)

Linux Require

  • Node.js 8+
  • Python 2.7
  • gcc
  • make

Quick Start

  1. Clone

    $ git clone https://github.com/toyobayashi/mishiro.git
  2. Install

    $ cd mishiro/app
    
    # if mainland Chinese, recommend
    $ npm config set registry http://registry.npm.taobao.org/
    $ npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
    # endif
    
    # if you have not downloaded Electron's C++ header
    $ npm install -g node-gyp
    $ node-gyp install --target=3.0.10 --dist-url=https://atom.io/download/electron
    
    # install dependencies
    $ npm install
  • Develop

    Recommend VSCode.

    # ~/mishiro/app$ code .
    $ npm run dev
    $ npm start # or press [F5] in vscode
  • Build

    $ npm run prod
  • Launch

    $ npm start
  • Pack

    $ npm run pkg64 # x64 
    $ npm run pkg32 # Windows x86

Reference

Special thanks:

Copyright

The copyright of CGSS and its related content is held by BANDAI NAMCO Entertainment Inc.

About

CGSS desktop application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 74.9%
  • Vue 22.6%
  • CSS 2.5%