aboutsummaryrefslogtreecommitdiff
path: root/examples/render-bsp/src/main.rs
AgeCommit message (Expand)Author
2024-08-25feat(render): draw passestcmal
2024-08-25wip refactor(render): more work on draw passestcmal
2024-08-25refactor(levels): no longer q3 specifictcmal
2024-08-25fix(render-bsp) dont use include_bytestcmal
2024-08-25feat(render): ui workingtcmal
2024-08-25feat(render): proper error handlingtcmal
2024-08-25chore(all): remove copyright notices from filestcmal
2024-08-25feat(render): multithreaded texture loadingtcmal
2024-08-25refactor(render-bsp): simpler ui exampletcmal
2024-08-25feat(render): WIP eGUI integrationtcmal
2024-08-25feat(contrib): add mouse input to flycam controlstcmal
2024-08-25feat(contrib): add deltatime and flycam implementationstcmal
2024-08-25feat(draw): attach camera position/settings to entitytcmal
2024-08-25feat(render-bsp): process into inputmanagertcmal
2024-08-25feat(render): handle window resize and close events againtcmal
2024-08-25fix(render-bsp): dont use deprecated simpleloggertcmal
2024-08-25refactor(all): 2018 editiontcmal
2024-08-25feat(all): start using an ECStcmal
2024-08-25chore(all): update copyrighttcmal
2024-08-25chore(all): style formatting and clippy fixestcmal
2024-08-25fix(render-bsp): handle resizes properlytcmal
2024-08-25feat(render): drawing with multiple texture arraystcmal
2024-08-25fix(render-bsp,textures): broken movement and textures testtcmal
2024-08-25refactor(all): remove render-quad and optimise importstcmal
2024-08-25feat(render) WIP: textures, using a fixed size texture arraytcmal
2024-08-25feat(camera): camera rotation and movement relative to rotationtcmal
2024-08-25feat(levels): coord system types and swizzlingtcmal
2024-08-25refactor(all): use new traits-based levels everywhere else.tcmal
2024-08-25refactor(examples): improvements to render-bsp exampletcmal
2024-08-25refactor(render): remove old entity stuff from world typetcmal