Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 314 Bytes

cg

A library for doing my computer graphics class work.

How to build it

$ meson build
$ meson compile -C build

examples

example programs using CG

cg has some examples showing how to use the library.

To run them:

$ ./build/examples/<any-example>