mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
4b6039d8a4ace098ca11f402f40bf5b06ffe8e09
MinecraftPE
Important
We have a discord server, where you can report bugs or send feedback https://discord.gg/c58YesBxve
Source code for Minecraft Pocket Edition 0.6.1 alpha with various fixes and improvements.
This project aims to preserve and improve this early version of Minecraft PE.
TODO / Roadmap
- Add platform GLFW
- Compile for Linux
- Compile for android aarch64
- Touch control improvements
- Screen fixes
- Rewrite platform logic
- Fix sound
- Do a server connection GUI
- Controller support
- Minecraft server hosting
- Screen fixess
- Fix fog
- Add sprinting
- Chat (semi working) and commands
- Implementing options
- Better F3
Build
CMake
mkdir build && cd build
cmake .. -B .
make -j4
Visual Studio
- Open the repository folder in Visual Studio.
- Visual Studio will automatically detect the
CMakeLists.txtfile and generate the project configuration. - Set MinecraftPE.exe as the target.
- Press Run (or F5) to build and launch the game.
Android
Download r14b Android NDK and run build.ps1:
# Full build (NDK + Java + APK + install)
.\build.ps1
# Skip NDK recompile (Java/assets changed only)
.\build.ps1 -NoJava
# Skip Java recompile (C++ changed only)
.\build.ps1 -NoCpp
# Only repackage + install (no recompile at all)
.\build.ps1 -NoBuild
Description
Languages
C++
67%
C
29.5%
Objective-C
1.1%
Java
0.6%
Objective-C++
0.5%
Other
1.2%