486c / apex

Taiko client and beatmap editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apex Build GitHub dependency status

Highly hackable & performant taiko client and beatmap editor supporting multiple platforms such as Linux (X11 & Wayland), macOS, Windows and even web using WebAssembly. Try it in the browser here!

Build Instructions

  1. Install the Rust toolchain: https://rustup.rs
  2. Clone the repository: git clone git@github.com:polina4096/apex.git
  3. Navigate to the cloned repository's directory: cd apex
  4. Compile the program: cargo build --release --package apex-client

WASM support

Install wasm-pack, build with: wasm-pack build --release.

Host a local web server with: npm run start.

License

Distributed under the MIT license.

About

Taiko client and beatmap editor

License:MIT License


Languages

Language:Rust 99.1%Language:HTML 0.6%Language:JavaScript 0.3%