mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-25 04:04:46 +00:00
bc6c09146ad9bdb08b62475c2ef2b545d5ceee8b
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
…
…
…
Minecraft: Project Zenith
Just another project.
Platform Support
- Windows: Supported for building and running the project
- macOS / Linux: The Windows nightly build will run through Wine or CrossOver
- All Consoles: There is no support for consoles. It will be removed later to clean up the code, save space, and improve compilation time.
Build & Run
- Install Visual Studio 2022 or newer.
- Clone the repository.
- Open the project folder from Visual Studio.
- Set the build configuration to Windows64 - Debug (Release is also ok but missing some debug features), then build and run.
CMake (Windows x64)
cmake --preset windows64
cmake --build --preset windows64-debug --target Minecraft.Client
For more information, see COMPILE.md.
Description
Languages
Arc
63.3%
C++
17.1%
PLSQL
17%
Self
1.5%
C
1%
