NYXEngine/README.md

34 lines
535 B
Markdown
Raw Normal View History

2026-08-19 10:19:21 +00:00
# Deprecated
Replaced backend to **bgfx** and then decided to create my own [RHI](https://nyxformat.com/abux/NYXGFX)
2026-07-28 21:10:52 +02:00
## Dependencies
### Arch Linux (AUR)
```bash
paru -S --needed sdl3 wgpu-native
```
2026-07-28 21:45:33 +00:00
## Architecture
```bash
RenderData -> RenderPhase -> RenderGraph
Extract -> Prepare -> Queue -> Present
```
2026-07-28 21:45:33 +00:00
## TODO
2026-07-28 23:30:07 +01:00
### Core
2026-07-28 21:45:33 +00:00
- [x] Platform
- [x] Window
- [x] Device
- [x] Cache
- [x] RenderGraph
2026-07-29 01:15:31 +01:00
- [ ] Hot Reloading
2026-07-28 23:30:07 +01:00
### Engine
- [ ] ClassDB
- [ ] UI
### Structure
- [ ] Assets Manager | Prob generic Assets(T) tho