No description
  • C++ 67.4%
  • C 29.7%
  • Objective-C 1%
  • Java 0.6%
  • Python 0.5%
  • Other 0.8%
Find a file
Theo Paris b3f3ae8781
refactor: remove cthread
Signed-off-by: Theo Paris <theo@theoparis.com>
2026-03-05 23:07:44 -08:00
data feat: add direct connect 2026-03-05 15:36:47 -08:00
docs feat: initial commit 2026-03-05 01:17:18 -08:00
handheld refactor: remove cthread 2026-03-05 23:07:44 -08:00
tools feat: initial commit 2026-03-05 01:17:18 -08:00
.clang-format feat: initial commit 2026-03-05 01:17:18 -08:00
.gitignore feat: add nix support 2026-03-06 06:41:18 +00:00
CMakeLists.txt refactor: remove cthread 2026-03-05 23:07:44 -08:00
default.nix feat: add nix support 2026-03-06 06:41:18 +00:00
flake.lock feat: add nix support 2026-03-06 06:41:18 +00:00
flake.nix feat: add nix support 2026-03-06 06:41:18 +00:00
README.md feat: add nix support 2026-03-06 06:41:18 +00:00

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