ue5.7: add architecture diagrams to README, set EngineVersion 5.7.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
19
README.md
19
README.md
@ -3,7 +3,24 @@
|
||||
Universal, server-authoritative, data-driven framework for items, inventory,
|
||||
interaction, carrying, equipment, world-slot installation, placement and item
|
||||
features. Built for co-op horror / survival / extraction / puzzle projects.
|
||||
Tested compiling against **Unreal Engine 5.7**.
|
||||
Tested compiling against **Unreal Engine 5.7** (`ue5.7` branch) and **5.8** (`ue5.8` branch).
|
||||
|
||||
## Architecture at a glance
|
||||
|
||||

|
||||
|
||||
<details>
|
||||
<summary>More diagrams (interaction flow, inventory system)</summary>
|
||||
|
||||
**Interaction flow — client → server → replication**
|
||||
|
||||

|
||||
|
||||
**Inventory system — containers, slots, operations, replication**
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
> Status: all C++ runtime + editor modules implemented and compiling (spec stages
|
||||
> 1–11). Binary content (UMG widgets, the test map, and the DataTable *assets*
|
||||
|
||||
Reference in New Issue
Block a user