Skip to content

SpringMT/opengl_test

Repository files navigation

テスト

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages