Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

Keep textures inside an Image class so that they can easily be reloaded #43

Closed rekola closed 7 years ago

rekola commented 7 years ago

Image class should have create() method that can be overriden so that the Image can be drawn using the canvas.

rekola commented 7 years ago

Canvas no longer has textures. And the issue is rather strange.