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 scratch text buf
Freya Murphy
2025-11-11
1
-5
/
+3
*
graphics: use custom timer for delta_time/fps
Freya Murphy
2025-11-11
3
-29
/
+87
*
graphics: refactor input key type
Freya Murphy
2025-11-11
1
-39
/
+83
*
fix render camera positioning, other minor changes
Freya Murphy
2025-11-11
1
-9
/
+11
*
graphics: zoom out map
Freya Murphy
2025-11-11
1
-2
/
+2
*
add x11 feature
Freya Murphy
2025-11-11
1
-0
/
+1
*
i forgor to fmt
Freya Murphy
2025-11-10
1
-12
/
+9
*
graphics: add feature to include assets statically in the binary
Freya Murphy
2025-11-10
2
-6
/
+28
*
graphics: have raylib enable default features on windows
Freya Murphy
2025-11-10
1
-0
/
+6
*
Refactored some code, implemented player movement
Yusuf Elsharawy
2025-11-10
1
-1
/
+6
*
graphics: decouple sdl & wayland
Freya Murphy
2025-11-10
2
-1
/
+10
*
graphics: have some window arguments passed in through cmd args, fix camera pos
Freya Murphy
2025-11-10
2
-51
/
+92
*
update raylib to 5.6-dev
Freya Murphy
2025-11-10
2
-19
/
+9
*
graphics: fix atlas rendering offset bug, and make minimap scalable past 48px
Freya Murphy
2025-11-10
1
-81
/
+89
*
main: hallway color change
alf9310
2025-11-10
1
-1
/
+1
*
dungeon_generation: added Hallway vs Room tiles
alf9310
2025-11-09
1
-3
/
+6
*
graphics: refactor string formatting to use single common scratch buffer
Freya Murphy
2025-11-09
1
-42
/
+29
*
minor changes
Freya Murphy
2025-11-09
2
-3
/
+3
*
graphics: remove unused vars
Freya Murphy
2025-11-09
1
-22
/
+3
*
graphics: have window default to minimum size
Freya Murphy
2025-11-08
2
-4
/
+16
*
graphics: set minimum window size
Freya Murphy
2025-11-08
1
-0
/
+3
*
graphics: update ui padding
Freya Murphy
2025-11-08
1
-2
/
+2
*
graphics: refactor renderer to hardcode resolution (360p)
Freya Murphy
2025-11-08
1
-201
/
+245
*
graphics: refactor debug ui
Freya Murphy
2025-11-08
3
-25
/
+103
*
graphics: refactor text rendering code
Freya Murphy
2025-11-07
1
-40
/
+45
*
graphics: convert font to bitmap texture
Freya Murphy
2025-11-07
1
-31
/
+27
*
Moved Enemy logic to Entity Struct, fixed enemy drift while moving
Ryan Symons
2025-11-07
1
-2
/
+2
*
graphics: fix minimap offset bug
Freya Murphy
2025-11-07
1
-2
/
+2
*
graphics: switch font to NES (copyright?!), also fix crash when screen super ...
Freya Murphy
2025-11-07
1
-6
/
+14
*
graphics: add direction based entity rendering
Freya Murphy
2025-11-07
1
-23
/
+54
*
graphics: add a custom font
Freya Murphy
2025-11-07
1
-18
/
+25
*
graphics: have tilemap cached with a render texture
Freya Murphy
2025-11-07
1
-79
/
+56
*
graphics: properly center camera with new ui bar added
Freya Murphy
2025-11-07
1
-1
/
+1
*
graphics: refactor to get rid of casting hell, use u16 when possible
Freya Murphy
2025-11-07
1
-141
/
+177
*
graphics: new UI!
Freya Murphy
2025-11-07
1
-104
/
+276
*
graphics: update get_key_pressed to use try_borrow_mut instead of borrow_mut
Freya Murphy
2025-11-07
1
-1
/
+6
*
graphics: update some doc strings
Freya Murphy
2025-11-07
1
-4
/
+12
*
graphics: refactor renderer
Freya Murphy
2025-11-06
4
-437
/
+352
*
Added enemy code structure and test movement
Ryan Symons
2025-11-04
1
-0
/
+3
*
Add SDL feature flag (fixes wayland issues)
Freya Murphy
2025-10-31
1
-1
/
+2
*
graphics: add health/inventory ui rendering
Freya Murphy
2025-10-31
2
-13
/
+154
*
refactor Cargo.toml files
Freya Murphy
2025-10-30
1
-4
/
+8
*
graphics: move wayland support to a feature
Freya Murphy
2025-10-30
1
-3
/
+1
*
graphics: add docs to AtlasTexture
Freya Murphy
2025-10-27
1
-3
/
+9
*
graphics: use atlas texture when rendering (and lots of refactoring)
Freya Murphy
2025-10-25
2
-77
/
+249
*
graphics: have tilemap a consistent size and scale
Freya Murphy
2025-10-24
2
-45
/
+38
*
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
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
[next]