Plot one pixel in blue on a canvas

Sergey kornburn at yandex.ru
Fri Nov 29 15:01:12 UTC 2024


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.


More information about the Digitalmars-d-learn mailing list