Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.57 KB
Main window Game details

Discord · Matrix

Universal linux launcher for anime games


♥️ Useful links

Link Description
macOS launcher Another launcher with special macOS-compatible components
Releases page Launcher releases list
Changelog Launcher updates chronology
Integration guide Games integration standard
Components repo Repository with default wine and dxvk versions used in the launcher
Integrations repo Repository with default games integrations used in the launcher

💻 Development

Folder Description
src Rust source code
assets App assets folder
target/release Release build of the app

Clone repo

git clone https://github.com/an-anime-team/anime-games-launcher

Run app

cargo run

Build app

cargo build --release