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

https://github.com/springmt/opengl_test


https://github.com/springmt/opengl_test

Last synced: 10 months ago
JSON representation

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