canvasity
is a pure D canvas library (software rasterizer) that supports quite a bit of features, with an API that mimics the HTML5 Canvas API. Originally a port of canvas_ity.h.
It is useful if you need .stroke()
and .shadowBlur()
and would rather stay in pure D.
For now it must be used together with Gamut for the underlying buffer;
- DUB
- Source
- Comparison with
dplug:canvas
[here].