Linux图形界面开发

 

2020年9月26日

wxWidget+osg

摘要: #pragma once #include <wx/glcanvas.h> #include <osgViewer/GraphicsWindow> class GraphicsWindowWX : public wxGLCanvas, public osgViewer::GraphicsWindow 阅读全文

posted @ 2020-09-26 00:36 客户端开发 阅读(287) 评论(0) 推荐(0) 编辑

2020年9月15日

wxWidgets 动态绑定

摘要: #include <wx/wx.h> #include <wx/glcanvas.h> class GLCanvas : public wxGLCanvas { public: GLCanvas(wxWindow* parent, wxGLAttributes & attr) :wxGLCanvas 阅读全文

posted @ 2020-09-15 18:01 客户端开发 阅读(272) 评论(0) 推荐(0) 编辑

wxWidgets opengl

摘要: #include <iostream> #include <string> #include <cassert> #include <cmath> #include <wx/wx.h> #include <wx/glcanvas.h> #include <wx/notebook.h> #includ 阅读全文

posted @ 2020-09-15 15:55 客户端开发 阅读(440) 评论(0) 推荐(0) 编辑

2019年7月9日

centos 7

摘要: title [04] 安装 CentOS-7-x86_64 位( 8G 或 8G 以上才可以使用) find --set-root /CentOS/CentOS-7-x86_64-DVD-1810.iso map /CentOS/CentOS-7-x86_64-DVD-1810.iso (0xff) || map --mem /CentOS/CentOS-7-x86_64-DVD-1810.is... 阅读全文

posted @ 2019-07-09 14:12 客户端开发 阅读(171) 评论(0) 推荐(0) 编辑

2019年7月8日

grub2

摘要: https://www.aioboot.com/en/install-grub2-from-windows/ 阅读全文

posted @ 2019-07-08 13:53 客户端开发 阅读(164) 评论(0) 推荐(0) 编辑

2019年6月27日

opengl 自顶向上

摘要: https://www.cs.unm.edu/~angel/BOOK/INTERACTIVE_COMPUTER_GRAPHICS/SIXTH_EDITION/ 阅读全文

posted @ 2019-06-27 19:02 客户端开发 阅读(160) 评论(0) 推荐(0) 编辑

2019年6月26日

qt版本切换

摘要: The system might have different meta packages that handle the default. For example on Debian there is a qt4-default and a qt5-default package, install 阅读全文

posted @ 2019-06-26 14:54 客户端开发 阅读(307) 评论(0) 推荐(0) 编辑

my-osg

该文被密码保护。 阅读全文

posted @ 2019-06-26 11:06 客户端开发 阅读(1) 评论(0) 推荐(0) 编辑

导航