cmu-cs-academy / desktop-cmu-graphics

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

New feature improved automatic resizing #72

Open Mohamed-Waiel-Shikfa opened 3 months ago

Mohamed-Waiel-Shikfa commented 3 months ago

Tries to address:

My approach: if user wants cmu_graphics to handle resizing automatically for him, then when screen resize:

I implemented the above faithfully but unfortunately it didn't work as I excepted and created a bug where the screen would constantly flicker. I feel like there is a not so complicated way to fix this but I am unsure as to what it would be. Once fixed this would be a great new feature to merge.