You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A low-level implementation of core computer graphics algorithms rendering directly to Windows Device Context (HDC). Built for educational purposes to demonstrate how rasterization works beneath modern graphics APIs.
About
A low-level computer graphics toolkit implementing fundamental algorithms (DDA, Bresenham's, etc.) to render primitive shapes directly to a Windows HDC (Device Context).