D game engine from scratch

matheus matheus at gmail.com
Sun Apr 5 00:38:17 UTC 2026


On Saturday, 4 April 2026 at 20:16:58 UTC, Andi wrote:
> ...
> oh an maybe to point out, every pixel in that video is via D 
> and software rendered, no win11 crap either, i just copied the 
> icons because i like them (sorry)

Since there is no source linked, in this is Software Rendering, 
you draw every pixel on a buffer (RAM) and then send/swap with 
the video buffer? So you are using only CPU?

Matheus.






More information about the Digitalmars-d mailing list