{"id":17331108,"url":"https://github.com/mosra/magnum-plugins","last_synced_at":"2025-04-04T15:09:19.620Z","repository":{"id":2045451,"uuid":"2982886","full_name":"mosra/magnum-plugins","owner":"mosra","description":"Plugins for the Magnum C++11 graphics engine","archived":false,"fork":false,"pushed_at":"2025-03-12T15:38:28.000Z","size":15349,"stargazers_count":100,"open_issues_count":13,"forks_count":60,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T14:07:56.201Z","etag":null,"topics":["android","c-plus-plus","c-plus-plus-11","cmake","emscripten","game-engine","gamedev","graphics-engine","harfbuzz","ios","linux","macos","magnum","opengex","opengl","opengl-es","webassembly","webgl","windows"],"latest_commit_sha":null,"homepage":"https://magnum.graphics/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"symisc/PH7","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-12-14T20:43:25.000Z","updated_at":"2025-03-07T08:09:29.000Z","dependencies_parsed_at":"2024-02-10T22:25:39.412Z","dependency_job_id":"c27b9f6f-4f34-461e-8fd4-878832995e75","html_url":"https://github.com/mosra/magnum-plugins","commit_stats":{"total_commits":3445,"total_committers":37,"mean_commits":93.10810810810811,"dds":0.0972423802612482,"last_synced_commit":"ffc92bcd5e6b966117b32c5afd63f99ef18e3dc3"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosra%2Fmagnum-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosra%2Fmagnum-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosra%2Fmagnum-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosra%2Fmagnum-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosra","download_url":"https://codeload.github.com/mosra/magnum-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198461,"owners_count":20900080,"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":["android","c-plus-plus","c-plus-plus-11","cmake","emscripten","game-engine","gamedev","graphics-engine","harfbuzz","ios","linux","macos","magnum","opengex","opengl","opengl-es","webassembly","webgl","windows"],"created_at":"2024-10-15T14:53:31.189Z","updated_at":"2025-04-04T15:09:19.604Z","avatar_url":"https://github.com/mosra.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Here are various plugins for the Magnum C++11 graphics engine — asset import\nand conversion, text rendering and more.\n\n[![Join the chat at https://gitter.im/mosra/magnum](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mosra/magnum?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://circleci.com/gh/mosra/magnum-plugins.svg?style=shield)](https://circleci.com/gh/mosra/magnum-plugins)\n[![Build Status](https://ci.appveyor.com/api/projects/status/nkdlwaxm2i9d6vpx/branch/master?svg=true)](https://ci.appveyor.com/project/mosra/magnum-plugins/branch/master)\n[![Coverage Status](https://codecov.io/gh/mosra/magnum-plugins/branch/master/graph/badge.svg)](https://codecov.io/gh/mosra/magnum-plugins)\n[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n-   Project homepage — https://magnum.graphics/\n-   Documentation — https://doc.magnum.graphics/\n-   GitHub project page — https://github.com/mosra/magnum-plugins\n\nSUPPORTED PLATFORMS\n===================\n\n-   **Linux** and embedded Linux\n-   **Windows** with MSVC, clang-cl and MinGW, **Windows RT** (Store/Phone)\n-   **macOS**, **iOS**\n-   **Android**\n-   **Web** ([asm.js](http://asmjs.org/) or [WebAssembly](http://webassembly.org/)),\n    through [Emscripten](http://kripken.github.io/emscripten-site/)\n\nWHAT'S NEW?\n===========\n\nCurious about what was added or improved recently? Check out the\n[Changelog](https://doc.magnum.graphics/magnum/changelog-plugins.html#changelog-plugins-latest)\npage in the documentation.\n\nBUILDING MAGNUM PLUGINS\n=======================\n\nThe building process is similar to Magnum itself. See the\n[building documentation](https://doc.magnum.graphics/magnum/building-plugins.html)\nfor a comprehensive guide for building, packaging and crosscompiling — we\nprovide packages for many platforms, including Windows, Linux and macOS.\n\nCONTACT \u0026 SUPPORT\n=================\n\nIf you want to contribute to Magnum, if you spotted a bug, need a feature or\nhave an awesome idea, you can get a copy of the sources from GitHub and start\nright away! There is the already mentioned guide about\n[how to download and build Magnum Plugins](https://doc.magnum.graphics/magnum/building-plugins.html)\nand also a guide about [coding style and best practices](https://doc.magnum.graphics/magnum/coding-style.html)\nwhich you should follow to keep the library as consistent and maintainable as\npossible.\n\n-   Project homepage — https://magnum.graphics/\n-   Documentation — https://doc.magnum.graphics/\n-   GitHub — https://github.com/mosra/magnum-plugins and the\n    [#magnum](https://github.com/topics/magnum) topic\n-   GitLab — https://gitlab.com/mosra/magnum-plugins\n-   Gitter community chat — https://gitter.im/mosra/magnum\n-   E-mail — info@magnum.graphics\n-   Google Groups mailing list — magnum-engine@googlegroups.com\n    ([archive](https://groups.google.com/forum/#!forum/magnum-engine))\n-   Bluesky — https://bsky.app/profile/mosra.cz\n\nSee also the Magnum Project [Contact \u0026 Support page](https://magnum.graphics/contact/)\nfor further information.\n\nCREDITS\n=======\n\n[Detailed contributor list](https://doc.magnum.graphics/magnum/credits-contributors.html#plugins)\nis maintained in the documentation. Big thanks to everyone involved!\n\nThere's also a list of [third party components](https://doc.magnum.graphics/magnum/credits-third-party.html)\nthat affect public use of the project.\n\nLICENSE\n=======\n\nMagnum is licensed under the MIT/Expat license, see the [COPYING](COPYING) file\nfor details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosra%2Fmagnum-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosra%2Fmagnum-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosra%2Fmagnum-plugins/lists"}