【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解决方法:

相关内容

热门资讯

新2024版!德州透视辅助(软... 新2024版!德州透视辅助(软件透明挂)WPK透视挂外挂辅助器神器(2024已更新)(哔哩哔哩);1...
新2020版软件!Wepoke... 新2020版软件!Wepoke智能外挂辅助器安装(透视)其实是有挂的(有挂推荐)-哔哩哔哩;Wepo...
2020黑科技!wpk微扑克辅... 2020黑科技!wpk微扑克辅助(Wepoke游戏)外挂辅助器插件(有挂攻略)-哔哩哔哩;1、不需要...
必看攻略!德州软件后台控制(软... 您好,WPK俱乐部这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩家在这款...
新2020透明挂!微扑克ai代... 新2020透明挂!微扑克ai代打(Wepoke透明挂)外挂辅助器安装(有挂消息)-哔哩哔哩;微扑克免...
新2021透明挂!Wepoke... 新2021透明挂!Wepoke好牌外挂软件透明挂神器(透视)其实确实真的是有挂(有挂普及)-哔哩哔哩...
2024黑科技!微扑克有脚本的... 自定义新版微扑克系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑克专用辅助器,不管你是想...
新2023透明挂!Wepoke... 新2023透明挂!Wepoke安装外挂软件透明挂神器(透视)原来真的是有挂(有挂盘点)-哔哩哔哩;W...
新2024透明挂!微扑克的辅助... 新2024透明挂!微扑克的辅助工具(Wepoke工具)外挂辅助器软件(有挂同胞)-哔哩哔哩;超受欢迎...
新2020版软件!新版Wepo... 您好,新版Wepoke这款游戏可以开挂的,确实是有挂的,需要了解加微【757446909】很多玩家在...