Skip to content

ApplehatDot/OpenglTriangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 <windows.h> and Graphical Library <gl/gl.h> 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.

About

Rewritten OpenGL sample project for freeglut

Topics

Resources

License

Stars

Watchers

Forks