summaryrefslogtreecommitdiff
path: root/graphics/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: refactor into seperate crateFreya Murphy2025-11-221-3/+5
* audio: create orchestration systemFreya Murphy2025-11-211-2/+2
* dungeon: refactor player out of entity.rsFreya Murphy2025-11-201-2/+1
* dungeon: inventory usageFreya Murphy2025-11-191-0/+34
* graphics: add text message rendering (and sans ig)Freya Murphy2025-11-141-0/+9
* graphics: refactor timerFreya Murphy2025-11-141-1/+1
* Enable more clippy lintsFreya Murphy2025-11-141-16/+16
* didnt workFreya Murphy2025-11-111-9/+0
* graphics: use custom timer for delta_time/fpsFreya Murphy2025-11-111-4/+5
* graphics: refactor input key typeFreya Murphy2025-11-111-39/+83
* Refactored some code, implemented player movementYusuf Elsharawy2025-11-101-1/+6
* graphics: decouple sdl & waylandFreya Murphy2025-11-101-0/+9
* graphics: have some window arguments passed in through cmd args, fix camera posFreya Murphy2025-11-101-49/+90
* update raylib to 5.6-devFreya Murphy2025-11-101-1/+0
* minor changesFreya Murphy2025-11-091-0/+3
* graphics: have window default to minimum sizeFreya Murphy2025-11-081-2/+14
* graphics: refactor debug uiFreya Murphy2025-11-081-0/+5
* graphics: update get_key_pressed to use try_borrow_mut instead of borrow_mutFreya Murphy2025-11-071-1/+6
* graphics: refactor rendererFreya Murphy2025-11-061-13/+16
* graphics: have tilemap a consistent size and scaleFreya Murphy2025-10-241-2/+5
* graphics: fix segfaultFreya Murphy2025-10-241-3/+2
* graphics: refactor Renderer to not use unsafe, and allow nested modesFreya Murphy2025-10-241-2/+2
* graphics: refactor Assets, and add tile drawing!Freya Murphy2025-10-231-15/+22
* graphics: add audio/texture subsytemFreya Murphy2025-10-181-8/+24
* graphicsL add input functionality toFreya Murphy2025-10-181-9/+37
* Added render documentationalf93102025-10-171-0/+20
* graphics: refactor DebugInfo => FrameInfo, with other minor changesFreya Murphy2025-10-161-11/+6
* graphics: create Renderer structFreya Murphy2025-10-081-30/+19
* add some functionality to PosFreya Murphy2025-10-081-3/+8
* Proposal Template Createdalf93102025-10-081-0/+1
* Stubbed out some draw functionsalf93102025-10-081-1/+21
* add more default implsFreya Murphy2025-10-081-1/+3
* initial baselineFreya Murphy2025-10-081-0/+31