This website requires JavaScript.
Explore
Help
Sign In
glm94
/
visual-structs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
33dda8dffec249d9b5f4be890acaac3ed7cea056
visual-structs
/
includes
T
History
glm94
33dda8dffe
Implemented a simple hash table using the FNV-1a hashing algorithm. Not drawing routines for it yet, just the bare data structure.
2022-11-03 22:46:00 -05:00
..
font_cache.h
Added a basic font cache and got some basic text scaling on the go.
2022-10-30 13:53:46 -05:00
hashtable.h
Implemented a simple hash table using the FNV-1a hashing algorithm. Not drawing routines for it yet, just the bare data structure.
2022-11-03 22:46:00 -05:00
list.h
Updated the list rendering function to just blindly take textures from the cache and relying on a new function to handle generating new textures if needed.
2022-11-02 19:15:57 -05:00
texture_font_cache.h
Updated the list rendering function to just blindly take textures from the cache and relying on a new function to handle generating new textures if needed.
2022-11-02 19:15:57 -05:00