我的github
上一页 1 ··· 166 167 168 169 170 171 172 173 174 ··· 332 下一页
摘要: 按照Cherno所讲的操作结果链接出错,好像是找不到gl。。难道glfw不自带opengl.dll的吗?然后搜到csdn上一位名为目竞的博主写的内容,成功解决: bing国内搜到,让我在program files(x86)里找OpenGL32.lib,设置上的。我心想这应该是正确答案了,结果发现系统 阅读全文
posted @ 2022-11-10 20:23 XiaoNiuFeiTian 阅读(0) 评论(0) 推荐(0)
摘要: First of all, what is OpenTK? 首先,什么是OpenTK? Simply put, the Open Toolkit is a free project that allows you to use OpenGL, OpenGL|ES, OpenCL and OpenAL 阅读全文
posted @ 2022-11-10 15:23 XiaoNiuFeiTian 阅读(703) 评论(0) 推荐(0)
摘要: [Prerequisites] OpenTK is a managed library that targets the .Net 2.0 framework. To use it, you will need either the .Net or Mono runtime, plus device 阅读全文
posted @ 2022-11-10 15:18 XiaoNiuFeiTian 阅读(157) 评论(0) 推荐(0)
摘要: 由于在Windows平台下初始化OpenGL非常麻烦,不仅需要创建OpenGL上下文,而且更麻烦的是调用OpenGL的GPU驱动的函数(具体多麻烦查看我的博文)。所以推荐使用第三方已经写好的库GLFW,类似的库还有GLUT。 参考:https://blog.csdn.net/weixin_43666 阅读全文
posted @ 2022-11-10 09:54 XiaoNiuFeiTian 阅读(250) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-11-08 15:44 XiaoNiuFeiTian 阅读(251) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-11-08 13:46 XiaoNiuFeiTian 阅读(26) 评论(0) 推荐(0)
摘要: [].concat.apply([],...) 参考1:https://www.runoob.com/jsref/jsref-concat-array.html 参考2:类数组拼接(将json数组中的属性取出来拼接到一起形成一个新的数组) 阅读全文
posted @ 2022-11-08 11:12 XiaoNiuFeiTian 阅读(33) 评论(0) 推荐(0)
摘要: NativeWindow 类 定义 命名空间:System.Windows.Forms 程序集:System.Windows.Forms.dll 提供窗口句柄和窗口过程的低级封装。 参考:https://learn.microsoft.com/zh-cn/dotnet/api/system.wind 阅读全文
posted @ 2022-11-08 09:35 XiaoNiuFeiTian 阅读(25) 评论(0) 推荐(0)
摘要: Chapter 0: Learn OpenTK in 15' 第0章:在15年学习OpenTK So, you have downloaded the latest version of OpenTK - what now? 所以,现在你已经下载了最新版本的OpenTK - 接下来该怎么办? Thi 阅读全文
posted @ 2022-11-07 16:26 XiaoNiuFeiTian 阅读(163) 评论(0) 推荐(0)
摘要: The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input a 阅读全文
posted @ 2022-11-07 16:00 XiaoNiuFeiTian 阅读(856) 评论(0) 推荐(0)
上一页 1 ··· 166 167 168 169 170 171 172 173 174 ··· 332 下一页