On Friday, 29 November 2024 at 14:02:38 UTC, Alain De Vos wrote:
I want to plot a pixel in blue at coordinates (100,100) on a canvas of size (200,200)
Check this lib from p0nce maybe https://code.dlang.org/packages/canvasity.
So steps should be like: ```bash dub init dub add canvasity ``` Couple of demos are presented in the description.