Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 392 Bytes

CGG

Computer Graphics Guide

This repository is connected with my blog http://computergraphicsguide.blogspot.com

It shall explain the fundamentals of computer graphics generation without the use of extern graphic libraries like DirectX or OpenGL.

Graphic Output is PPM (Portable Pixmap) in binary mode. It doesn't have compressions like PNG or JPG but it doesn't require other libraries.