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

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

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.