Skip to content

AariyJP/VRCXT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

648 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRCX-0

English | 简体中文 | 繁體中文 | 日本語

VRCX-0 is a rewrite of VRCX, rebuilt from the previous CefSharp + Vue architecture with Tauri + React. It is developed by one of VRCX's former maintainers.

VRCX-0 focuses on players' everyday use: lower resource usage, a smaller app, and continued feature development and support.

The current VRCX project is already largely stable, with future upstream changes likely to focus mainly on maintenance and fixes rather than major changes. VRCX-0 will continue feature development and support while moving forward with its own roadmap.

Highlights

  • About 50%–70% lower memory usage compared to VRCX
  • Background mode keeps core services running with only a few dozen MB of memory usage
  • Windows and macOS installers are in the 20 MB range, and much smaller application size
  • New UI and interaction model
  • Full keyboard navigation
  • Headless mode
  • Continued feature development and support

Data Migration

On first run, VRCX-0 can automatically migrate your existing VRCX database and settings.

Your original VRCX data is not modified. Existing users can start using VRCX-0 with their current data without any manual setup.

VROverlay

VROverlay support is planned.

It will be redesigned around practical use cases instead of directly reusing the old implementation.

License

The initial commit of this repository corresponds to the upstream VRCX snapshot at the time of the fork and is licensed under the MIT License.

All modifications, additions, rewrites, and new code introduced after the fork are licensed under the GNU General Public License v3.0 (GPLv3).

Development

Requirements:

  • Node.js LTS
  • Latest stable Rust toolchain via rustup
git clone https://github.com/Map1en/VRCX-0
cd VRCX-0

npm install
npm run tauri:dev

About

Tauriで構築したVRCX(実験的)

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Contributors

No contributors

Languages

  • TypeScript 76.8%
  • Rust 23.1%
  • Other 0.1%