{"id":60423,"library":"wxwidgets","title":"wxWidgets","description":"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.","status":"active","version":"3.3.1","language":"cpp","source_language":null,"source_url":null,"tags":["gui","cross-platform","widgets","toolkit"],"install":[{"cmd":"vcpkg install wxwidgets","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(wxwidgets CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE wx::wx)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"wx/wx.h","correct":"#include <wx/wx.h>"}],"quickstart":{"code":"#include <wx/wx.h>\n\nclass MyApp : public wxApp {\npublic:\n    virtual bool OnInit() {\n        wxFrame* frame = new wxFrame(nullptr, wxID_ANY, \"Hello\");\n        frame->Show(true);\n        return true;\n    }\n};\n\nwxIMPLEMENT_APP(MyApp);","lang":"cpp","description":"Create a minimal wxWidgets application with a window."},"warnings":[{"fix":"Ensure vcpkg triplet includes appropriate dependencies; use wx-config or CMake targets.","message":"wxWidgets requires linking against platform-specific libraries (e.g., GTK on Linux, Cocoa on macOS).","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'applic':17 'creat':8 'cross':15,20 'cross-platform':14,19 'graphic':9 'gui':12,18 'interfac':11 'librari':6 'platform':16,21 'tool':5 'toolkit':3,23 'user':10 'widget':2,22 'wxwidget':1","created_at":"2026-06-16T19:30:26.254150+00:00","updated_at":"2026-06-16T19:30:26.254150+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}