https://github.com/applehatdot/opengltriangle
Rewritten OpenGL sample project for freeglut
https://github.com/applehatdot/opengltriangle
freeglut opengl opengl-samples triangle
Last synced: 3 months ago
JSON representation
Rewritten OpenGL sample project for freeglut
- Host: GitHub
- URL: https://github.com/applehatdot/opengltriangle
- Owner: ApplehatDot
- License: mit
- Created: 2024-12-27T19:54:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T10:55:50.000Z (5 months ago)
- Last Synced: 2025-01-04T16:51:56.714Z (5 months ago)
- Topics: freeglut, opengl, opengl-samples, triangle
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenGL Sample - Spinning rainbow triangle
This repository is a rewrite of a sample project featured on **Bloodshed Dev-C++ IDE**
The original structure of the project made use of the Windows API `` and Graphical
Library `` which made the app non-cross-platform. Because the rewritten version
`"freeglut_triangle.c"` uses freeglut library and glut, it can be compiled for different OS'the `"Original_triangle.c"` is an original source code of sample triangle project.
# License
This code is distributed under **MIT License** - it's free to use.