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

https://github.com/splurf/fpsdbg

Personal Graphics Rendering Portfolio
https://github.com/splurf/fpsdbg

c glsl linear-algebra opengl

Last synced: over 1 year ago
JSON representation

Personal Graphics Rendering Portfolio

Awesome Lists containing this project

README

          

# fpsdbg

Renders a rotating cube, using OpenGL (GLSL 4.6).



## Description
This repo will serve as a portfolio for my progression towards learning OpenGL. As of right now, it simply renders a rotating cube. Hopefully, when I have more time, I'll implement more features. The goal of this is to further my understanding of OpenGL and graphics rendering in general.

## Dependencies
+ libglew-dev (v2.2.0-*)

## Build
```
make release
```

## Usage
```
./bin/fpsdbg
```