Grillo-0 / cg

A library for doing my computer graphics class work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A library for doing my computer graphics class work.

License:Mozilla Public License 2.0


Languages

Language:C 96.2%Language:Meson 2.5%Language:GLSL 1.3%