A lightweight, CPU-based graphics API built entirely from scratch.
Chomp API was an experimental project exploring graphics programming and low-level rendering techniques.
⚠️ Discontinued: Chomp API is no longer actively maintained, but it remains a showcase of CPU-based graphics rendering.
- ✅ Fully built from scratch – no external graphics libraries.
- ✅ Basic 3D rendering support.
- ✅ Capable of rendering OBJ files with outlines.
- ✅ Cross-platform compatibility: works on Mac OS and Windows.
- ✅ Designed for learning, experimentation, and prototyping.
- ✅ Easy to extend for small projects.
Simple 3D models and outlines rendered directly on the CPU.
- Clone the repository:
git clone https://github.com/d3letereal/ChompApi.git

