commit 816e9060b426afe60943f4bd36219a000d827701 Author: Kolyah35 Date: Mon Mar 2 22:04:03 2026 +0300 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..733d29e --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# MinecraftPE + +This is leaked source code of Minecraft PE 0.6.1 with my own impovements :sunglasses: + +First of all I made it build with CMake (w/o VS2012). Also I fixed some compile errors. And finally I ported it to GLFW to make it run on several platforms and remove binary dependencies. + +# TODO +- [x] Add platform GLFW +- [x] Compile for Linux +- [ ] Compile for android aarch64 + +# Build +## CMake +``` +mkdir build && cd build +cmake .. -B . +make -j4 +```