https://github.com/subdavis/glraster
OpenGL Rasterizer
https://github.com/subdavis/glraster
Last synced: 5 months ago
JSON representation
OpenGL Rasterizer
- Host: GitHub
- URL: https://github.com/subdavis/glraster
- Owner: subdavis
- Created: 2016-04-03T16:28:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T19:39:09.000Z (about 10 years ago)
- Last Synced: 2024-06-11T23:38:58.952Z (about 2 years ago)
- Language: C++
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
__ /^\
.' \ / :.\ ____ _____ _
/ \ | :: \ / __ \ / ____| |
/ /. \ / ::: | | | | |_ __ ___ _ __ | | __| |
| |::. \ / :::'/ | | | | '_ \ / _ \ '_ \| | |_ | |
| / \::. | / :::'/ | |__| | |_) | __/ | | | |__| | |____
`--` \' `~~~ ':'/` \____/| .__/ \___|_| |_|\_____|______|
/ ( | | Brandon Davis
/ 0 _ 0 \ |_|
\/ \_/ \/ --------------------------------------
-== '.' | '.' ==- } Build & Run Instructions: {
/\ '-^-' /\ } ~$ make {
\ _ _ / } ~$ ./PA3 bunny.obj {
.-`-((\o/))-`-. } ~$ ./PA3 /path/to/mesh [-buffered] {
_ / //^\\ \ _ --------------------------------------
."o".( , .:::. , )."o". } Build Requirements: {
|o o\\ \:::::/ //o o| } * OpenGL, GLEW (see below) {
\ \\ |:::::| // / --------------------------------------
\ \\__/:::::\__// / } Framerates: {
\ .:.\ `':::'` /.:. / } * WITH buffered : ~330 FPS {
\':: |_ _| ::'/ } * WITHOUT buffered : ~250 FPS {
`---` `"""""` `---` --------------------------------------
------- Dependencies -----------------------------------------------
} {
} `sudo apt-get install freeglut3-dev glew-utils libglew-dev` {
} {
--------------------------------------------------------------------