C Grafix

Cgrafix is a lightweight C graphics library that works only on Windows. It uses the native Windows API to render shapes, text, and visuals directly on the screen. No extra dependencies needed.
Overview
Cgrafix is a simple window-platform development library designed to provide low level access to graphics. It can be used to create simple games and physics visualization.
Preview



Key Features
3D Rendering
Render wireframe 3D objects like cubes with axis indicators directly in a window.
Shape Drawing
Draw circles, rectangles, lines, and other geometric primitives with simple function calls.
Font Rendering
Render custom fonts and text directly onto the graphics window.
Image Display
Load and display pixel art and images within the graphics context.
Documented API
Well-documented functions like getGrafixFPS, createGrafixImage, drawGrafixLine, drawGrafixCircle, and more.
Lightweight
No external dependencies. Uses the native Windows API for all rendering operations.