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
main
visual-structs
/
includes
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
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