schuylermartin45 / seegol

Master's Thesis Project: Shoyler's Extremely Experimental Graphical Operating Library (SeeGOL)
https://shoyler.com/html/projects.html
MIT License
7 stars 1 forks source link

Poorman's Framebuffer Caching: Partial Image & String Drawing #12

Open schuylermartin45 opened 7 years ago

schuylermartin45 commented 7 years ago

It would be nice to have a way for the user to specify a crop window for images. This may be useful to speed up image renderings in scenes, especially when the image is in the background and something is being drawn on top of it.

Similarly, a new graphics draw stringf function could be added that only draws characters that change. This could be done by providing two strings to the function (previous and current values) and a simple character diff could be performed.