RIIC Engine is a standalone desktop app for simulating Arknights base setups. The project is currently in development.
- Make sure Node.js and Rust are installed
- Run
npm i
to install dependencies - Run
npm run tauri dev
to start the app in dev mode ornpm run tauri build
to build the app
Useful commands:
npm run format
to format all project filesnpm run lint
to lint all project filesnpm run update
to update all dependencies (note:cargo-edit
must be installed)npm run fetch
to fetch the latest game data
Licensed under version 3 of the GNU General Public License or (at your option) any later version. See LICENSE for more details.