Commit Graph

6 Commits

Author SHA1 Message Date
e23be1cd58 StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images
Image class is just array of palette indices converted from the rgb data of any image by using euclidian distance between palette rgb and pixel rgb. Works well.
2024-05-22 16:09:19 -04:00
f788fffac7 Added font drawing support, and one font 2024-05-10 15:17:47 -04:00
d6c8ad3641 Differnet palette test, added mouse pressed and mouse held 2024-04-27 18:17:04 -04:00
2427e3b672 Color palette test, Mouse test 2024-04-19 15:51:57 -04:00
b8fcb14d0c Testing out render texture pixel manipulation and fixed full screen resize bug 2024-04-19 14:31:11 -04:00
50ed165578 Added raylib, drawing bounds and tests 2024-04-17 22:05:28 -07:00