Colin McMillen mcmillen
mcmillen pushed to main at semicolin/totte 2023-07-24 12:13:30 -04:00
f853ef7cda add the ability to render text labels and stars
mcmillen pushed to main at semicolin/totte 2023-07-23 19:30:16 -04:00
ec6be80143 do memegen-style text better. also fix indentation
mcmillen pushed to main at semicolin/totte 2023-07-23 18:42:25 -04:00
9de8c6de51 add sample code for drawing text and shapes
mcmillen pushed to main at semicolin/totte 2023-07-23 17:35:10 -04:00
4a857b461c let ` set zoom to 0
mcmillen pushed to main at semicolin/totte 2023-07-18 01:43:13 -04:00
b02647d469 add some basic zoom keybinds
mcmillen pushed to main at semicolin/totte 2023-07-17 02:51:33 -04:00
4b66284c65 don't use mipmaps? (makes texture loading much slower)
mcmillen pushed to main at semicolin/totte 2023-07-17 02:44:45 -04:00
0bc0d97122 load Photos more async'ly
mcmillen pushed to main at semicolin/totte 2023-07-16 23:46:12 -04:00
faee485b5c start to load images async
mcmillen pushed to main at semicolin/totte 2023-07-16 20:06:50 -04:00
693269b8f5 make photo loading a separate thing from construction
mcmillen pushed to main at semicolin/totte 2023-07-16 19:25:40 -04:00
e58f717ffe rename textureIndex -> photoIndex
mcmillen pushed to main at semicolin/totte 2023-07-16 19:23:10 -04:00
75e186c392 add new Photo class
mcmillen pushed to main at semicolin/totte 2023-07-16 19:13:53 -04:00
8600a7e490 allow keyboard repeat for moving between thumbnails
mcmillen pushed to main at semicolin/totte 2023-07-09 17:06:46 -04:00
ee3af4fc57 change hard-coded photo dir
mcmillen pushed to main at semicolin/totte 2023-07-08 00:33:28 -04:00
b3e3d3d11a use fancy new type-inferring new()
mcmillen pushed to main at semicolin/totte 2023-07-08 00:30:26 -04:00
22aa1e0d88 clean up photo / letterbox centering code
87c8b6cfd0 rm spurious whitespace
Compare 2 commits »
mcmillen pushed to main at semicolin/totte 2023-07-08 00:18:42 -04:00
95397087d2 let mouse clicks change active photo
mcmillen pushed to main at semicolin/totte 2023-07-08 00:06:00 -04:00
5194fec400 clean up TEXTURE_WHITE initialization & thumbnail geometry
mcmillen pushed to main at semicolin/totte 2023-07-07 23:41:49 -04:00
ec2989a9b0 use a Vector2i for Texture size
mcmillen pushed to main at semicolin/totte 2023-07-07 23:36:58 -04:00
30f21943a8 rm spurious comment
mcmillen pushed to main at semicolin/totte 2023-07-07 23:30:23 -04:00
30ac76f4c0 construct shader & WHITE_TEXTURE at Game constructor time