mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
416253ebc7c31f74b7d50df4b814fad07fda73f7
MinecraftPE
This is leaked source code of Minecraft PE 0.6.1 with my own impovements 😎
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
- Add platform GLFW
- Compile for Linux
- Compile for android aarch64
- Rewrite platform logic
- Fix sound
- Do a server connection gui
Build
CMake
mkdir build && cd build
cmake .. -B .
make -j4
Description
Languages
C++
67%
C
29.5%
Objective-C
1.1%
Java
0.6%
Objective-C++
0.5%
Other
1.2%