当前位置: 移动技术网 > IT编程>开发语言>C/C++ > OpenGL Windows 窗口程序环境搭建

OpenGL Windows 窗口程序环境搭建

2019年03月09日  | 移动技术网IT编程  | 我要评论

废土txt,天兰天服装尾货批发市场,遨友网

opengl环境搭建步骤:

downloading opengl

根据官网的说法:

in all three major desktop platforms (linux, macos, and windows), opengl more or less comes with the system. however, you will need to ensure that you have downloaded and installed a recent driver for your graphics hardware.

opengl 的基础头文件什么的已经随系统提供,然后在安装好显卡驱动就可以下一步了。

initialization && opengl context creation

初始化与获取opengl context

方法有两种:

第一种:自己用windows的api写消息循环,获得hwnd,然后初始化opengl

第二种:使用库,freeglut,自动创建窗口并且获得opengl context

介绍第二种,第一种以后抽时间记录。

首先freeglut自从3.0以后只提供了源码,需要先下载下来然后用cmake编译成dll。

未完待续。。。。

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网