OpenGL Windows 窗口程序环境搭建
程序员文章站
2022-07-01 23:10:07
OpenGL环境搭建步骤: Downloading OpenGL 根据官网的说法: In all three major desktop platforms (Linux, macOS, and Windows), OpenGL more or less comes with the system. ......
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。
未完待续。。。。
下一篇: whistle手机调试工具使用简单教程
推荐阅读
-
PyCharm搭建Spark开发环境实现第一个pyspark程序
-
Windows上使用virtualenv搭建Python+Flask开发环境
-
windows环境下如何搭建Consul+Ocelot
-
在windows下搭建汇编编程环境
-
详解如何在cmd命令窗口中搭建简单的python开发环境
-
Windows Server 2012 R2 Standard搭建ASP.NET Core环境图文教程
-
windows gtk+开发环境搭建方法详解(图解)
-
如何在Windows平台下搭建PHP环境(phpnow图解版)
-
Windows下搭建Android开发环境
-
Windows下搭建python开发环境详细步骤