Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Trần Tuấn Anh
zzNuAzz
Just a human
8
followers
·
6
following
University of Engineering and Technology, VNU
Hanoi
View GitHub Profile
All gists
26
Forked
1
Starred
1
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
zzNuAzz
/
opengl-macos.md
Created
September 20, 2020 06:09
Compile OpenGL apps on Mac OS X
Make the following changes
GLUT
Before:
#include
<GL/glut.h>
After:
#ifdef
__APPLE__
You can’t perform that action at this time.