{"id":13605669,"url":"https://github.com/lv2/pugl","last_synced_at":"2025-04-12T05:34:09.768Z","repository":{"id":38441872,"uuid":"46066978","full_name":"lv2/pugl","owner":"lv2","description":"A minimal portable API for embeddable GUIs","archived":false,"fork":false,"pushed_at":"2025-03-05T13:33:54.000Z","size":3203,"stargazers_count":188,"open_issues_count":10,"forks_count":37,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-03-05T14:32:16.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.com/lv2/pugl/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lv2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-12T16:53:16.000Z","updated_at":"2025-03-05T13:33:58.000Z","dependencies_parsed_at":"2023-11-11T15:26:01.017Z","dependency_job_id":"314f1c7c-a07e-467c-aba1-bdb2794d2986","html_url":"https://github.com/lv2/pugl","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lv2%2Fpugl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lv2%2Fpugl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lv2%2Fpugl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lv2%2Fpugl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lv2","download_url":"https://codeload.github.com/lv2/pugl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248524601,"owners_count":21118612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T19:01:01.420Z","updated_at":"2025-04-12T05:34:09.734Z","avatar_url":"https://github.com/lv2.png","language":"C","funding_links":[],"categories":["C","UI Frameworks"],"sub_categories":[],"readme":"Pugl\n====\n\nPugl (PlUgin Graphics Library) is a minimal portability layer for GUIs which is\nsuitable for use in plugins and applications.  It works on X11, MacOS, and\nWindows, and includes optional support for drawing with Vulkan, OpenGL, and\nCairo.\n\nPugl is vaguely similar to libraries like GLUT and GLFW, but has different\ngoals and priorities:\n\n * Minimal in scope, providing only a thin interface to isolate\n   platform-specific details from applications.\n\n * Zero dependencies, aside from standard system libraries.\n\n * Support for embedding in native windows, for example as a plugin or\n   component within a larger application that is not based on Pugl.\n\n * Explicit context and no static data, so that several instances can be used\n   within a single program at once.\n\n * Consistent event-based API that makes dispatching in application or toolkit\n   code easy with minimal boilerplate.\n\n * Suitable for both continuously rendering applications like games, and\n   event-driven applications that only draw when necessary.\n\n * Well-integrated with windowing systems, with support for tracking and\n   manipulating special window types, states, and styles.\n\n * Small, liberally licensed implementation that is suitable for vendoring\n   and/or static linking.  Pugl can be installed as a library, or used by\n   simply copying the implementation into a project.\n\nStability\n---------\n\nPugl is currently being developed towards a long-term stable API.  For the time\nbeing, however, the API may break occasionally.  Please report any relevant\nfeedback, or file feature requests, so that we can ensure that the released API\nwill be stable for as long as possible.\n\nDocumentation\n-------------\n\nPugl is a C library that includes C++ bindings.\nThe reference documentation refers to the C API:\n\n * [C Documentation (single page)](https://lv2.gitlab.io/pugl/c/singlehtml/)\n * [C Documentation (paginated)](https://lv2.gitlab.io/pugl/c/html/)\n\nThe documentation will also be built from the source if the `docs`\nconfiguration option is enabled, and both Doxygen and Sphinx are available.\n\nThe C++ documentation is currently a work in progress, for now you will have to\nrefer to the examples or headers for guidance on using the C++ bindings.\n\nTesting\n-------\n\nSome unit tests are included, but unfortunately manual testing is still\nrequired.  The tests and example programs are built by default.  You can run\nall the tests at once via ninja:\n\n    meson setup build\n    cd build\n    ninja test\n\nThe [examples](examples) directory contains several demonstration programs that\ncan be used for manual testing.\n\n -- David Robillard \u003cd@drobilla.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flv2%2Fpugl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flv2%2Fpugl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flv2%2Fpugl/lists"}