aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/camera.rs
AgeCommit message (Expand)Author
2024-08-25refactor(all): separate rendering from frameworktcmal
2024-08-25fix(render): get aspect ratio from renderertcmal
2024-08-25feat(render): draw passestcmal
2024-08-25wip refactor(render): more work on draw passestcmal
2024-08-25WIP refactor(render): add draw passestcmal
2024-08-25chore(all): remove copyright notices from filestcmal
2024-08-25feat(render): multithreaded texture loadingtcmal
2024-08-25feat(draw): attach camera position/settings to entitytcmal
2024-08-25refactor(all): 2018 editiontcmal
2024-08-25chore(all): update copyrighttcmal
2024-08-25chore(all): style formatting and clippy fixestcmal
2024-08-25test(camera): test for MVP matrix generationtcmal
2024-08-25refactor(all): remove render-quad and optimise importstcmal
2024-08-25refactor(render): use push constants for vp matrixtcmal
2024-08-25feat(camera): camera rotation and movement relative to rotationtcmal
2024-08-25feat(render): render bsp w/ culling stubstcmal
2024-08-25feat(render): handle resizing properlytcmal
2024-08-25feat(render): 3D projectiontcmal