【OpenGL】xcode+glfw画三角形
创始人
2024-09-25 07:26:54
0

环境搭建

1. 执行brew install glfw

2. 项目中Build Settings中header Search Paths中添加glfw的include路径(/opt/homebrew/Cellar/glfw/3.4/include)

3. 项目中Build Phases中的Link Binary With Libraries中添加glfw的lib文件(路径/opt/homebrew/Cellar/glfw/3.4/lib/libglfw.3.4.dylib)及opengl.framework

代码实现

#include   int main(void) {     GLFWwindow* window;      /* Initialize the library */     if (!glfwInit())         return -1;      /* Create a windowed mode window and its OpenGL context */     window = glfwCreateWindow(640, 480, "Hello World", NULL, NULL);     if (!window)     {         glfwTerminate();         return -1;     }      /* Make the window's context current */     glfwMakeContextCurrent(window);      /* Loop until the user closes the window */     while (!glfwWindowShouldClose(window))     {         /* Render here */         glClear(GL_COLOR_BUFFER_BIT);          glBegin(GL_TRIANGLES);         glVertex2f(0, 0.5f);         glVertex2f(-0.5f, -0.5f);         glVertex2f(0.5f, -0.5f);         glEnd();                  /* Swap front and back buffers */         glfwSwapBuffers(window);          /* Poll for and process events */         glfwPollEvents();     }      glfwTerminate();     return 0; } 

[错误]

在一个电脑遇到错误 dyld: Library not loaded: /usr/local/opt/glfw/lib/libglfw.3.dylib

根据c++ - Trying to setup Xcode with OpenGL - Stack Overflow解决方法:

相关内容

热门资讯

第九分钟了解!wepoker养... 第九分钟了解!wepoker养号规律(脚本)一贯真的有辅助app(哔哩哔哩)1、玩家可以在wepok...
第九分钟了解!有没有人wepo... 第九分钟了解!有没有人wepoker(脚本)竟然是有辅助器(哔哩哔哩)1、金币登录送、破产送、升级送...
4分钟了解!wpk辅助器(脚本... 4分钟了解!wpk辅助器(脚本)切实是有辅助工具(哔哩哔哩)1、wpk辅助器有没有辅助教程、wpk辅...
两分钟了解!德普之星辅助工具如... 两分钟了解!德普之星辅助工具如何打开(脚本)本来是有辅助教程(哔哩哔哩)1、下载好德普之星辅助工具如...
八分钟了解!hhpoker有没... 八分钟了解!hhpoker有没有透视挂辅助(脚本)都是是有辅助软件(哔哩哔哩);1、下载好hhpok...
七分钟了解!wepoker好友... 七分钟了解!wepoker好友助力码(脚本)原来有辅助攻略(哔哩哔哩)运wepoker好友助力码辅助...
第9分钟了解!德普之星有透视辅... 第9分钟了解!德普之星有透视辅助吗(脚本)真是是真的辅助器(哔哩哔哩)1、实时德普之星有透视辅助吗透...
第8分钟了解!wpk显示有透视... 第8分钟了解!wpk显示有透视挂(脚本)总是有辅助神器(哔哩哔哩)第8分钟了解!wpk显示有透视挂(...
4分钟了解!aapoker辅助... 4分钟了解!aapoker辅助器怎么用(脚本)其实有辅助工具(哔哩哔哩)1、全新机制【aapoker...
9分钟了解!hh poker软... 9分钟了解!hh poker软件(脚本)好像是有辅助脚本(哔哩哔哩)1、进入游戏-大厅左侧-新手福利...