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
- Host: GitHub
- URL: https://github.com/splurf/fpsdbg
- Owner: splurf
- Created: 2023-12-28T17:21:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T18:51:53.000Z (over 2 years ago)
- Last Synced: 2025-01-25T08:25:29.902Z (over 1 year ago)
- Topics: c, glsl, linear-algebra, opengl
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```