https://github.com/springmt/opengl_test
https://github.com/springmt/opengl_test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/springmt/opengl_test
- Owner: SpringMT
- Created: 2016-03-08T16:35:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T09:38:58.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T11:52:23.003Z (12 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## テスト
GLFW
http://www.glfw.org/
GLFWは、OpenGLを使ったアプリを書くためのシンプルなフレームワークです。
## install
brew install --static glfw3
## compile
clang++ hello_world.cpp -framework Cocoa -framework OpenGL -framework IOKit -framework CoreFoundation -framework CoreVideo -I/opt/boxen/homebrew/include -L/opt/boxen/homebrew/lib -lglfw3