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

https://github.com/subdavis/glraster

OpenGL Rasterizer
https://github.com/subdavis/glraster

Last synced: 5 months ago
JSON representation

OpenGL Rasterizer

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` {
} {
--------------------------------------------------------------------