No description
- C++ 67.4%
- C 29.7%
- Objective-C 1%
- Java 0.6%
- Python 0.5%
- Other 0.8%
|
|
||
|---|---|---|
| data | ||
| docs | ||
| handheld | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
MCPE 0.6.1 Alpha (but better)
Changes
- Fixed multiplayer
- Added a direct connect option
- Ported to SDL3
- Added the CMake build system
- Added a userame field
Developing With Nix
nix develop
cmake -B build -G Ninja -DBUILD_WITH_NIX=ON
cmake --build build
# Start the server
./build/mcpe_dedicated
# Start the client
./build/mcpe_sdl3