aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_renderer.c
AgeCommit message (Collapse)Author
2026-05-21clip all ui elementsiamcheeseman
2026-05-21allow size 0 clipsiamcheeseman
2026-05-21Allow the clipping of renderingiamcheeseman
2026-05-21a buncha ui stuff idk even know anymoreiamcheeseman
2026-05-15allow tyui to format textiamcheeseman
2026-05-14fix image clipping on the left and top of screeniamcheeseman
Previously, texture coordinates would not be correctly calculated because the clamped draw positions were used to decide texture coordinates, instead of the intended draw position.
2026-05-14blend rotated spritesiamcheeseman
2026-05-14fix rotated spritesiamcheeseman
2026-05-14`ty_font_width()` takes in a const font ptriamcheeseman
2026-05-13start uiiamcheeseman
2026-05-12typedef all structs and rename to Ada_Caseiamcheeseman
There isn't really a technical reason that I made this change. I just wanted to use Ada_Case. All types were prefixed with ty_, e.g. ty_Image.
2026-05-11allow the user to change the render targetiamcheeseman
2026-05-11remove uneccessary flooringiamcheeseman
2026-05-11rotated iamgesiamcheeseman
2026-05-11transparent coloriamcheeseman
2026-05-11text renderingiamcheeseman
2026-05-10i ain't splitting alla this upiamcheeseman