index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
src
/
lib.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
graphics: add text message rendering (and sans ig)
Freya Murphy
2025-11-14
1
-0
/
+9
*
graphics: refactor timer
Freya Murphy
2025-11-14
1
-1
/
+1
*
Enable more clippy lints
Freya Murphy
2025-11-14
1
-16
/
+16
*
didnt work
Freya Murphy
2025-11-11
1
-9
/
+0
*
graphics: use custom timer for delta_time/fps
Freya Murphy
2025-11-11
1
-4
/
+5
*
graphics: refactor input key type
Freya Murphy
2025-11-11
1
-39
/
+83
*
Refactored some code, implemented player movement
Yusuf Elsharawy
2025-11-10
1
-1
/
+6
*
graphics: decouple sdl & wayland
Freya Murphy
2025-11-10
1
-0
/
+9
*
graphics: have some window arguments passed in through cmd args, fix camera pos
Freya Murphy
2025-11-10
1
-49
/
+90
*
update raylib to 5.6-dev
Freya Murphy
2025-11-10
1
-1
/
+0
*
minor changes
Freya Murphy
2025-11-09
1
-0
/
+3
*
graphics: have window default to minimum size
Freya Murphy
2025-11-08
1
-2
/
+14
*
graphics: refactor debug ui
Freya Murphy
2025-11-08
1
-0
/
+5
*
graphics: update get_key_pressed to use try_borrow_mut instead of borrow_mut
Freya Murphy
2025-11-07
1
-1
/
+6
*
graphics: refactor renderer
Freya Murphy
2025-11-06
1
-13
/
+16
*
graphics: have tilemap a consistent size and scale
Freya Murphy
2025-10-24
1
-2
/
+5
*
graphics: fix segfault
Freya Murphy
2025-10-24
1
-3
/
+2
*
graphics: refactor Renderer to not use unsafe, and allow nested modes
Freya Murphy
2025-10-24
1
-2
/
+2
*
graphics: refactor Assets, and add tile drawing!
Freya Murphy
2025-10-23
1
-15
/
+22
*
graphics: add audio/texture subsytem
Freya Murphy
2025-10-18
1
-8
/
+24
*
graphicsL add input functionality to
Freya Murphy
2025-10-18
1
-9
/
+37
*
Added render documentation
alf9310
2025-10-17
1
-0
/
+20
*
graphics: refactor DebugInfo => FrameInfo, with other minor changes
Freya Murphy
2025-10-16
1
-11
/
+6
*
graphics: create Renderer struct
Freya Murphy
2025-10-08
1
-30
/
+19
*
add some functionality to Pos
Freya Murphy
2025-10-08
1
-3
/
+8
*
Proposal Template Created
alf9310
2025-10-08
1
-0
/
+1
*
Stubbed out some draw functions
alf9310
2025-10-08
1
-1
/
+21
*
add more default impls
Freya Murphy
2025-10-08
1
-1
/
+3
*
initial baseline
Freya Murphy
2025-10-08
1
-0
/
+31