Skip to content

Commit 5ba10f0

Browse files
authored
Update README for SuperEZ version 1.5
Updated version to 1.5 and added demo and release notes.
1 parent ffb5a69 commit 5ba10f0

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
# SuperEZ 1.4.1
1+
# SuperEZ 1.5
22
A super-easy DirectX12 game engine.
33

4+
## Demo
5+
6+
https://github.com/user-attachments/assets/7ef97b01-faf7-4d22-9a43-3f1a2432351f
7+
8+
## Release Notes
9+
- Brand new Slider Puzzle game as a demo
10+
- Put all the pieces in order
11+
- Basic Engine Interface
12+
- Exposed some of the engine functionality to the game project via services
13+
- Services are Scene, Input and Picker
14+
- They allow to check input status, which entity was selected and perform basic operations on entities, like rotating or movin them in the world
15+
- Simple Entity Component System
16+
- Each Enity can have a different Components
17+
- You can query components for different entities
18+
- Sample components are Transform, Geometry or Material
19+
- You can modify Entity transformation via this system
20+
421
## Build
522
This repository uses the submodules, therefore you need to remember to clone them too.
623
```

0 commit comments

Comments
 (0)