Linux图形界面开发

 

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 客户端开发 阅读(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)

导航