Linux图形界面开发

 

09 2020 档案

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

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

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 客户端开发 阅读(319) 评论(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 客户端开发 阅读(524) 评论(0) 推荐(0)

导航