NYXEngine/README.md
2026-08-19 10:19:21 +00:00

33 lines
535 B
Markdown

# Deprecated
Replaced backend to **bgfx** and then decided to create my own [RHI](https://nyxformat.com/abux/NYXGFX)
## Dependencies
### Arch Linux (AUR)
```bash
paru -S --needed sdl3 wgpu-native
```
## Architecture
```bash
RenderData -> RenderPhase -> RenderGraph
Extract -> Prepare -> Queue -> Present
```
## TODO
### Core
- [x] Platform
- [x] Window
- [x] Device
- [x] Cache
- [x] RenderGraph
- [ ] Hot Reloading
### Engine
- [ ] ClassDB
- [ ] UI
### Structure
- [ ] Assets Manager | Prob generic Assets(T) tho