diku-canvas
diku-canvas copied to clipboard
Simple canvas library for F# (2d-drawing, loading/saving of image files, using SDL2)
When running `dotnet fsi someFile.fsx` on ubuntu 20.04 with dotnet-sdk installed via snap, SDL2 is not found. Neither the shipped SDL2.so or a user-installed SDL2, through `libsdl2-dev`. The problem seems...
This pull request extends the lowlevel backend to be more suitable for DIKUArcade. The pull request adds: * A window class which allows for instantiating multiple windows and different ways...
It would be great if DIKUCanvas was able to draw images of different formats like png, jpg and bmp. It would then also be great if you were able to...