Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 align="center">MultiVC</h1>

<p align="center">
Nix-like version manager for VoxelCore
Nix-like version manager for <a href="https://github.com/MihailRis/voxelcore">VoxelCore</a>
</p>

<p align="center">
Expand All @@ -19,7 +19,7 @@

---

MultiVC manages VoxelCore engine versions as dependencies: each version is installed once, and instances (game worlds) reference the version they need by hash. The application is fully portable — it only creates local folders `cores/`, `instances/` and a `settings.toml` file (GUI), with no writes to the registry or global configs.
MultiVC manages [VoxelCore](https://github.com/MihailRis/voxelcore) engine versions as dependencies: each version is installed once, and instances (game worlds) reference the version they need by hash. The application is fully portable — it only creates local folders `cores/`, `instances/` and a `settings.toml` file (GUI), with no writes to the registry or global configs.

Available as **GUI** (egui) and **CLI** (clap). Both do the same thing — manage cores, create instances, launch the game.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<h1 align="center">MultiVC</h1>

<p align="center">
Nix-like менеджер версий для VoxelCore
Nix-like менеджер версий для <a href="https://github.com/MihailRis/voxelcore">VoxelCore</a>

</p>

<p align="center">
Expand All @@ -19,7 +20,7 @@

---

MultiVC управляет ядрами VoxelCore как зависимостями: каждая версия ядра устанавливается один раз, а инстансы (игровые миры) ссылаются на нужную версию по хэшу. Приложение полностью portable — при запуске создаются только локальные папки `cores/`, `instances/` и файл `settings.toml` (GUI), без записи в реестр или глобальные конфиги.
MultiVC управляет ядрами [VoxelCore](https://github.com/MihailRis/voxelcore) как зависимостями: каждая версия ядра устанавливается один раз, а инстансы (игровые миры) ссылаются на нужную версию по хэшу. Приложение полностью portable — при запуске создаются только локальные папки `cores/`, `instances/` и файл `settings.toml` (GUI), без записи в реестр или глобальные конфиги.

Доступно в двух вариантах: **GUI** (egui) и **CLI** (clap). Оба делают одно и то же — управление ядрами, создание инстансов, запуск игры.

Expand Down
Loading