Vulkano test
				
			
		| .github/workflows | ||
| .idea | ||
| .vscode | ||
| crates/engine_input | ||
| docs | ||
| res | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| rust-toolchain.toml | ||
| shell.nix | ||
Project
Notes
- Run renderdoc on wayland:
WAYLAND_DISPLAY= QT_QPA_PLATFORM=xcb qrenderdoc
Not supported yet https://github.com/baldurk/renderdoc/issues/853
TODOs
- Migrate to ECS Pattern
- Migrating all scenes resources into ECS Resources [OK]
- Migrating all app resources into ECS Resources [WIP]
- Migrate app logic into Systems and dedicated scheduler [NOK]
- Create extractor to extract required app resources into scene World for scene scheduling like Bevy [NOK]
- Migrate scenes logic into Systems and dedicated scheduler [NOK]