Closed FilippoBonazziSUSE closed 1 year ago
The drawing logic is too complicated for my taste (and it was complicated even before this PR). My plan is to replace it with pixman in the future.
I would suggest to drop any attempts to optimize it for performance and just make it as simple as possible for now. When I wrote that memcpy
trick, it was more from a curiosity than actual performance optimization needs.
Closing in favor of https://github.com/francma/wob/pull/108
Add a direction configuration parameter which can be set to horizontal or vertical.
Proposed implementation for #44 which has been stuck for a while
Resolves #44