https://github.com/pkm74/opengl-cube
Test project for OpenGL
https://github.com/pkm74/opengl-cube
c freeglut glut glut-library opengl
Last synced: 2 months ago
JSON representation
Test project for OpenGL
- Host: GitHub
- URL: https://github.com/pkm74/opengl-cube
- Owner: PKM74
- License: lgpl-2.1
- Created: 2024-11-21T18:41:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T09:36:45.000Z (over 1 year ago)
- Last Synced: 2025-03-20T07:18:27.811Z (over 1 year ago)
- Topics: c, freeglut, glut, glut-library, opengl
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What does it Do?
Spin a cube... (it also rapidly speeds up, need to fix that but as per expected i do not care.)
## Why did i make this..?
i was bored and wanted to screw with OpenGL and C? (i made this at like 2am ok?)
## What possible use could this have...
A project to learn from, or build off of, also great for making sure your system is setup correctly...
## Why did i use GLUT over GLFW
I already knew how to use GLUT, have not bothered with GLFW plus its impossible to find any
Resources for GLFW and C, all of them use C++ (im sure theres something, im just lazy and really don't care...)
## Why C?
It the programming language im the best in, by far? (why else...)
## Command Flags
- [-w] -> Wireframe Mode
- [-v] -> Version
- [-h] -> Help