summaryrefslogtreecommitdiff
path: root/graphics/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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