An open API service indexing awesome lists of open source software.

https://github.com/nkg447/opengl

A collection of all basic computer graphics algorithms
https://github.com/nkg447/opengl

algorithms c computer-graphics-algorithms graphics opengl

Last synced: 2 months ago
JSON representation

A collection of all basic computer graphics algorithms

Awesome Lists containing this project

README

          

# openGL
A collection of all basic computer graphics algorithms

## How to execute
Execute the above code in linux using the following command
```
$ gcc filename.c -lGL -lGLU -lglut
$ ./a.out
```

use the following command to executing the Sutherland Hogeman Algorithm
```
$ ./a.out < input
```