issues
search
hinohie
/
ImageGenerator
Generate Image
Other
4
stars
3
forks
source link
add Painter
#21
Closed
tallua
closed
3 years ago
tallua
commented
3 years ago
Painter
will hold drawing logic.
didn't use polymorphism to reduce dynamic dispatch cost.
TODO:
move draw logic from Image to Painter
change functions on main to use Painter
Consider:
divide to SurfacePainter / BorderPainter / GradientPainter
Painter
TODO:
Consider: