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 Percentage Scaling for Gui #122

Closed Davidah121 closed 3 months ago

Davidah121 commented 2 years ago

Should scale on the size of the image it is being drawn in.

100% is max width or max height depending on the aspect ratio. Maintains the aspect ratio which must be set.

Davidah121 commented 1 year ago

Partial support. Currently scales everything literally but would be better to scale text using SVGs to preserve detail. Also, enable or disable scaling for a specific object. Perhaps only allow position change based on scale as well instead of changing the width and height too.

Davidah121 commented 3 months ago

Fixed with the new GUI. Depends on #145