File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
522This repository uses the submodules, therefore you need to remember to clone them too.
623```
You can’t perform that action at this time.
0 commit comments