码迷,mamicode.com
首页 >  
搜索关键字:glew glfw    ( 130个结果
Simple2D-15(音乐播放器)使用 glfw 库
glfw 是一个专门针对 OpenGL 的 C 语言库,它提供了一些渲染物体所需的最低限度的接口。它允许用户创建 OpenGL 上下文,定义窗口参数以及处理用户输入。 这次打算使用 GLFW 替代掉 Simple2D 的那个简陋的 RenderWindow,以便简单地实现更多的功能,也是为了使用 I ...
分类:其他好文   时间:2017-07-23 12:33:17    阅读次数:129
openFrameworks 是一个旨在助力你进行开创性工作的开源 C++ 工具箱
openFrameworks 是一个旨在助力你进行开创性工作的开源 C++ 工具箱,提供了简单且直观的实验框架。该工具箱具有常见的工具,并集合了众多常见的库: OpenGL, GLEW, GLUT, libtess2 and cairo for graphics rtAudio, PortAudio ...
分类:编程语言   时间:2017-07-15 10:10:01    阅读次数:155
OpenGL学习--08--基本渲染(灯光)
1.tutorial08.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Inclu... ...
分类:其他好文   时间:2017-07-10 00:36:45    阅读次数:518
OpenGL学习--07--模型加载(obj)
1.tutorial07.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Inclu... ...
分类:其他好文   时间:2017-07-09 23:56:02    阅读次数:217
OpenGL学习--05--纹理立方体--代码
1.tutorial05.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #i... ...
分类:其他好文   时间:2017-07-09 17:18:22    阅读次数:268
OpenGL学习—04--彩色立方体
1.tutorial04.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #i... ...
分类:其他好文   时间:2017-07-09 12:34:24    阅读次数:169
OpenGL学习--01--打开一个窗口
// Include standard headers #include <stdio.h> #include <stdlib.h> // Include GLEW #include <GL/glew.h> // Include GLFW #include <glfw3.h> GLFWwindow* ...
分类:其他好文   时间:2017-07-09 11:00:16    阅读次数:182
OpenGL学习--02--绘制一个红色三角形
// Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include using name... ...
分类:其他好文   时间:2017-07-09 10:41:28    阅读次数:233
windows下PTAM的编译
前些日子在研究PTAM,以下首先说说PTAM的编译过程,我在XP几WIN7搭配vs2010中均已測试过,都能够执行。 首先下载编译PTAM所必须的库文件。下载地址我会给出 PTAM(PTAM.zip)http://www.robots.ox.ac.uk/~gk/PTAM/ GLEW(glew-1.5 ...
分类:Windows程序   时间:2017-06-22 20:10:51    阅读次数:278
【转】【OPenGL】opengl 64位 配置
1.GLEW The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time ...
分类:其他好文   时间:2017-06-17 10:06:47    阅读次数:217
130条   上一页 1 ... 4 5 6 7 8 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!