summaryrefslogtreecommitdiff
path: root/graphics/src/render.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* graphics: refactor Renderer to not use unsafe, and allow nested modesFreya Murphy2025-10-241-114/+180
* graphics: implement full map/entity rendering with proper camera movementFreya Murphy2025-10-231-49/+58
* graphics: refactor Assets, and add tile drawing!Freya Murphy2025-10-231-44/+124
* graphics: add audio/texture subsytemFreya Murphy2025-10-181-12/+16
* dungeon: refactor into entity module, and add struct (better match proposal)Freya Murphy2025-10-181-4/+10
* graphicsL add input functionality toFreya Murphy2025-10-181-2/+2
* Added render documentationalf93102025-10-171-1/+18
* graphics: draw_fps should pull fps from info structFreya Murphy2025-10-161-3/+3
* graphics: refactor DebugInfo => FrameInfo, with other minor changesFreya Murphy2025-10-161-24/+25
* graphics: stub draw_entityFreya Murphy2025-10-161-2/+7
* graphics: create Renderer structFreya Murphy2025-10-081-0/+93