162 Commits (5d70b4c54b8b3377ff91f4d87f13986ed3a356be)
 

Author SHA1 Message Date
Colin McMillen 7f375a6446 add zip file to gitignore 11 months ago
Colin McMillen d52e8fce79 clean up null checks on CameraModel/LensModel 11 months ago
Colin McMillen cdc2cb336d add script to package a debug zip 11 months ago
Colin McMillen 25ca0d99ff handle ExposureTime edge cases (for long exposures) 11 months ago
Colin McMillen 6c7dbe5516 add focal length to EXIF display & tweak other EXIF display 11 months ago
Colin McMillen 4d63f64be6 display some exif data on-screen 12 months ago
Colin McMillen 56311bc56c add StatusBox geometry and draw it 12 months ago
Colin McMillen a0d6267905 make a DrawText function; draw the active photo's filename 12 months ago
Colin McMillen 028419eb20 String.Format -> $"" 12 months ago
Colin McMillen 4c72f797ab capitalize function names like a C# programmer 12 months ago
Colin McMillen fe9da67b04 draw text indicating zoom level 12 months ago
Colin McMillen f853ef7cda add the ability to render text labels and stars 12 months ago
Colin McMillen ec6be80143 do memegen-style text better. also fix indentation 12 months ago
Colin McMillen 9de8c6de51 add sample code for drawing text and shapes 12 months ago
Colin McMillen 4a857b461c let ` set zoom to 0 12 months ago
Colin McMillen b02647d469 add some basic zoom keybinds 12 months ago
Colin McMillen 4b66284c65 don't use mipmaps? (makes texture loading much slower) 12 months ago
Colin McMillen 0bc0d97122 load Photos more async'ly 12 months ago
Colin McMillen faee485b5c start to load images async 12 months ago
Colin McMillen 693269b8f5 make photo loading a separate thing from construction 12 months ago
Colin McMillen e58f717ffe rename textureIndex -> photoIndex 12 months ago
Colin McMillen 75e186c392 add new Photo class 12 months ago
Colin McMillen 8600a7e490 allow keyboard repeat for moving between thumbnails 12 months ago
Colin McMillen ee3af4fc57 change hard-coded photo dir 12 months ago
Colin McMillen b3e3d3d11a use fancy new type-inferring new() 1 year ago
Colin McMillen 22aa1e0d88 clean up photo / letterbox centering code 1 year ago
Colin McMillen 87c8b6cfd0 rm spurious whitespace 1 year ago
Colin McMillen 95397087d2 let mouse clicks change active photo 1 year ago
Colin McMillen 5194fec400 clean up TEXTURE_WHITE initialization & thumbnail geometry 1 year ago
Colin McMillen ec2989a9b0 use a Vector2i for Texture size 1 year ago
Colin McMillen 30f21943a8 rm spurious comment 1 year ago
Colin McMillen 30ac76f4c0 construct shader & WHITE_TEXTURE at Game constructor time 1 year ago
Colin McMillen 72e65b912c fix letterboxing calculation & use new UiGeometry 1 year ago
Colin McMillen b41321b0c7 move more calculations into UiGeometry 1 year ago
Colin McMillen 6812699401 pull some calculations into a new UiGeometry class 1 year ago
Colin McMillen 6670b358c0 add black border on the drawn box 1 year ago
Colin McMillen eff73b2ced make glClearColor actually black 1 year ago
Colin McMillen 5c2b831ced send Color4 to GL.Uniform4 1 year ago
Colin McMillen 5b135bc889 use Box2i instead of Rectangle 1 year ago
Colin McMillen c7bb0deb0c use Color4 constants 1 year ago
Colin McMillen cadc8e4779 Draw{Texture,Box}: allow passing in a different draw color 1 year ago
Colin McMillen dd7c3f6615 rm unused imports 1 year ago
Colin McMillen ca4ea40916 remove non-Rect versions of Draw{Texture,Box} 1 year ago
Colin McMillen cb3994a378 rm borderWidth constant, box thickness 2->3 1 year ago
Colin McMillen 4ed9ed0796 make Draw{Box,Texture} take a Rectangle 1 year ago
Colin McMillen 536abbf2b4 add DrawTexture() and DrawBox() functions 1 year ago
Colin McMillen 4e0a15e3a0 move TEXTURE_WHITE loading; rm shader.Use() from OnRenderFrame() 1 year ago
Colin McMillen a94a3938dc add blank white texture 1 year ago
Colin McMillen ab9d9a0709 remove frameCount for now 1 year ago
Colin McMillen 855c97241b add CameraInfo class; load textures from Image rather than a pathname 1 year ago