Skip to content

A sample code that presents a way to draw 2d & 3d scenes in different window context with GLFW & GLEW

License

Notifications You must be signed in to change notification settings

eureka-gh/opengl_2d3d_hetero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

opengl_2d3d_hetero

A sample code that presents a way to draw 2d & 3d scenes in different window context with GLFW & GLEW

Make sure GLFW and GLEW has been installed.

example compile command with gcc:

gcc main.cpp -I/opt/local/include -o out -L/opt/local/lib -lglfw.3 -L/opt/local/lib -lGLEW.2.0 -framework OpenGL

#Prerequisite:

About

A sample code that presents a way to draw 2d & 3d scenes in different window context with GLFW & GLEW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages