Francesco Gazzetta

Results 78 issues of Francesco Gazzetta

It would be a direct translation of transform() Not sure if adding this has actual value for this simple library or if it will just add complexity

While scaling can already be done by changing the arguments of the various constructors, having a builtin Scale would make it way easier. It can be implemented both as a...

Since handling asset files is tricky, using file-embed could be a great way of bundling them. But we do not yet have a way of getting an image from a...

good first issue

And remember to publish on hackage

Make the tests terminate somehow or just turn them into exes and write some lower-level tests.

Instead of writing directly to the main canvas, we should write to an offscreen canvas, and then when all the rendering is done copy that on the main canvas. This...

See line https://github.com/fgaz/shine/blob/e5223eefb7989779a297e021539e387d1ce2adcb/src/Graphics/Shine/Picture.hs#L48

good first issue

``` $ ln -s /invalid invalid $ ghci λ import System.Directory λ getModificationTime "invalid" *** Exception: invalid: getModificationTime:getFileStatus: does not exist (No such file or directory) ``` I think it...

type: (3) feature request