mirror of
https://github.com/M2noa/MCLCE-Archive.git
synced 2026-09-23 03:22:30 +00:00
Minecraft Infdev (2014)
PC Minecraft Infdev version source code.
source/
Source: Infdev_20140630_master.zip (gofile.io/d/RONXEc)
Date: June 30, 2014
Platform: PC
Description: Infdev version of Minecraft from June 2014. This appears to be a custom game engine implementation.
Structure
src/- C++ source codeAnimation/- Animation systemAudio/- Audio systemClient/- Client-side codeCulling/- Rendering culling systemGeneral/- Core utilities (Vector, Matrix, Color, etc.)Input/- Input handlingMath/- Math utilitiesMemory/- Memory management and spatial partitioning (Octree)Model/- 3D model loading (Assimp)Network/- NetworkingPhysics/- Physics engineRendering/- OpenGL/DirectX renderingServer/- Server-side codeUtils/- UtilitiesWindow/- Window managementWorld/- World/level management (BSP, entities)
vendor/- Third-party librariesCMakeLists.txt- CMake build configuration
Build System
Uses CMake for cross-platform building. Supports OpenGL and DirectX rendering backends.