Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Add onDraw functionality for the Gui and Window #109

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

This functionality should reduce the amount of objects being drawn when a single object changes. The similar functionality should be applied to the window. Most systems use this instead of redrawing everything every frame.

Every Gui Object will need a bounding rectangle that represents the area it takes up.