Files
M2noa-MCLCE-Archive/infdev-2014/README.md
T

1.7 KiB

Minecraft Infdev (2014)

Note

PC Minecraft Infdev version source code with custom game engine implementation.


Overview

Attribute Value
Date June 30, 2014
Platform PC
Size 4.6 MB
Files 430
Language C++
Build System CMake

source/

Attribute Value
Source Infdev_20140630_master.zip (gofile.io/d/RONXEc)

Structure

source/
├── src/
│   ├── Animation/      # Animation system
│   ├── Audio/          # Audio system
│   ├── Client/         # Client-side code
│   ├── Culling/        # Rendering culling system
│   ├── General/        # Core utilities (Vector, Matrix, Color, etc.)
│   ├── Input/          # Input handling
│   ├── Math/           # Math utilities
│   ├── Memory/         # Memory management and spatial partitioning (Octree)
│   ├── Model/          # 3D model loading (Assimp)
│   ├── Network/        # Networking
│   ├── Physics/        # Physics engine
│   ├── Rendering/      # OpenGL/DirectX rendering
│   ├── Server/         # Server-side code
│   ├── Utils/          # Utilities
│   ├── Window/         # Window management
│   └── World/          # World/level management (BSP, entities)
├── vendor/             # Third-party libraries
└── CMakeLists.txt      # CMake build configuration

Build System

Note

Uses CMake for cross-platform building. Supports OpenGL and DirectX rendering backends.


Sources

Source URL
Download gofile.io/d/RONXEc
DMCA Info https://bin.skylvi.net/dmca