index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
graphics: refactor Renderer to not use unsafe, and allow nested modes
Freya Murphy
2025-10-24
3
-118
/
+184
*
graphics: implement full map/entity rendering with proper camera movement
Freya Murphy
2025-10-23
1
-49
/
+58
*
graphics: refactor Assets, and add tile drawing!
Freya Murphy
2025-10-23
3
-82
/
+148
*
graphics: add audio/texture subsytem
Freya Murphy
2025-10-18
3
-20
/
+110
*
graphics: remove anyhow (it was not being used)
Freya Murphy
2025-10-18
1
-1
/
+0
*
dungeon: refactor into entity module, and add struct (better match proposal)
Freya Murphy
2025-10-18
1
-4
/
+10
*
graphicsL add input functionality to
Freya Murphy
2025-10-18
2
-11
/
+39
*
Added render documentation
alf9310
2025-10-17
2
-1
/
+38
*
graphics: draw_fps should pull fps from info struct
Freya Murphy
2025-10-16
1
-3
/
+3
*
graphics: refactor DebugInfo => FrameInfo, with other minor changes
Freya Murphy
2025-10-16
3
-35
/
+35
*
graphics: stub draw_entity
Freya Murphy
2025-10-16
1
-2
/
+7
*
graphics: create Renderer struct
Freya Murphy
2025-10-08
2
-30
/
+112
*
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
2
-0
/
+46