Skip to content

lucmsilva651/NeoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

300 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoPlayer

Module player built with Tauri. Plays local files and from TheModArchive.

Screenshot

Recommended IDE Setup

Development

You will need to have Rust and NodeJS installed to build NeoPlayer from source.

To install dependencies:

bun install

To install submodules:

git submodule init && git submodule update

To run:

bun run tauri dev

Note that Tauri builds will take long for the first time, so please drink a coffee and do something else while the app is being prepared to run in dev mode.

License

2025-2026 Lucas Gabriel (lucmsilva). Licensed under BSD 3-Clause