LordXido commited on
Commit
e6c979d
Β·
verified Β·
1 Parent(s): a69d494

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -11
README.md CHANGED
@@ -3,27 +3,35 @@ license: other
3
  pipeline_tag: other
4
  tags:
5
  - world-model
6
- - fractal
7
- - webgl
8
  - simulation
 
 
9
  - experimental
10
  sdk: static
11
  emoji: πŸ“ˆ
 
12
  colorTo: yellow
13
  ---
14
 
15
- # CodexReality3D v6 β€” Open World Intelligence Engine
 
 
 
 
16
 
17
- CodexReality3D v6 is a **real-time, GPU-driven open-world engine**
18
- combining **3D fractal geometry**, **free camera navigation**,
19
- **branching timelines**, and a **command-driven control language**.
20
 
21
  ---
22
 
23
- ## Controls
24
 
25
- **Movement**
26
- - WASD β€” move
27
- - Mouse drag β€” look
 
 
 
 
 
28
 
29
- **Commands**
 
3
  pipeline_tag: other
4
  tags:
5
  - world-model
 
 
6
  - simulation
7
+ - webgl
8
+ - agents
9
  - experimental
10
  sdk: static
11
  emoji: πŸ“ˆ
12
+ colorFrom: red
13
  colorTo: yellow
14
  ---
15
 
16
+ # CodexReality3D v7 β€” Living World Intelligence Engine
17
+
18
+ CodexReality3D v7 introduces **autonomous agents**, **physics coupling**,
19
+ an **economic layer**, and **persistent world state** on top of a
20
+ GPU-driven 3D fractal world.
21
 
22
+ This is no longer a visualization β€” it is a **living simulation**.
 
 
23
 
24
  ---
25
 
26
+ ## Features
27
 
28
+ - Autonomous agents with energy + trade
29
+ - GPU Mandelbulb world
30
+ - Free camera navigation
31
+ - Command-driven control (CCL-v2)
32
+ - Persistent save / load
33
+ - HF Static Space compatible
34
+
35
+ ---
36
 
37
+ ## Commands