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
- Host: GitHub
- URL: https://github.com/nkg447/opengl
- Owner: nkg447
- Created: 2017-11-15T05:14:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T14:16:07.000Z (over 8 years ago)
- Last Synced: 2025-03-05T21:36:36.609Z (over 1 year ago)
- Topics: algorithms, c, computer-graphics-algorithms, graphics, opengl
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```