{"id":24797448,"url":"https://github.com/germanaizek/credit-qml","last_synced_at":"2026-04-20T05:32:34.131Z","repository":{"id":133747750,"uuid":"333611145","full_name":"GermanAizek/credit-qml","owner":"GermanAizek","description":"Example Qt QML multi-platform application for Windows/Linux/FreeBSD. Support for aarch64, arm64 architecture for mobile devices.","archived":false,"fork":false,"pushed_at":"2021-03-26T07:08:39.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T21:19:46.520Z","etag":null,"topics":["arm64","armhf","cmake","cpp","cpp11","cross-platform","crossplatform","example-project","freebsd","linux","qml","qml-samples","qt-quick","qt5","qt5-applications","qt5-gui","qt5-qml","qt5-widgets","qtquick","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GermanAizek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-01-28T01:34:17.000Z","updated_at":"2021-03-26T07:08:41.000Z","dependencies_parsed_at":"2023-07-07T23:04:28.553Z","dependency_job_id":null,"html_url":"https://github.com/GermanAizek/credit-qml","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GermanAizek/credit-qml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanAizek%2Fcredit-qml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanAizek%2Fcredit-qml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanAizek%2Fcredit-qml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanAizek%2Fcredit-qml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GermanAizek","download_url":"https://codeload.github.com/GermanAizek/credit-qml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanAizek%2Fcredit-qml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32034635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arm64","armhf","cmake","cpp","cpp11","cross-platform","crossplatform","example-project","freebsd","linux","qml","qml-samples","qt-quick","qt5","qt5-applications","qt5-gui","qt5-qml","qt5-widgets","qtquick","windows"],"created_at":"2025-01-30T01:28:24.341Z","updated_at":"2026-04-20T05:32:34.115Z","avatar_url":"https://github.com/GermanAizek.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# C++/Qt QML Json Example\n\n[![Github All Releases](https://img.shields.io/github/downloads/GermanAizek/credit-qml/total)](https://github.com/GermanAizek/credit-qml/releases)\n[![GitHub release](https://img.shields.io/github/release/GermanAizek/credit-qml/all)](https://github.com/GermanAizek/credit-qml/releases)\n[![GitHub Release Date](https://img.shields.io/github/release-date/GermanAizek/credit-qml)](https://github.com/GermanAizek/credit-qml/releases)\n[![GitHub license](https://img.shields.io/github/license/GermanAizek/credit-qml)](https://github.com/GermanAizek/credit-qml/blob/master/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/GermanAizek/credit-qml)](https://github.com/GermanAizek/credit-qml/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/GermanAizek/credit-qml)](https://github.com/GermanAizek/credit-qml/network)\n\nThis example demonstrates how to work with json files using the [picojson](https://github.com/kazuho/picojson) library.\nWork with graphics using QML.\n\nThe project is cross-platform and supports popular platforms (see below in 'Building')\n\n## License\n\nСredit Manager is licensed under the ([GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.html))\n\n## Requirments\n\n- CMake\n- Qt libraries\n- Supported compilers:\n    - GCC 4.8 - 11.0 (and possibly later)\n    - Clang 3.4 - 11.0 (and possibly later)\n    - Microsoft Visual C++ 2019 (and possibly later)\n    \n## Dependencies\n\n- [picojson](https://github.com/kazuho/picojson) (header-only JSON parser)\n- [Qt5 QML](https://doc.qt.io/qt-5/qtqml-index.html)\n- [Qt5 Quick](https://doc.qt.io/qt-5/qtquick-index.html)\n- [Qt5 Widgets](https://doc.qt.io/qt-5/qtwidgets-index.html)\n\n## Building\n\n- [Building on Linux](https://github.com/GermanAizek/credit-qml/wiki/Building-on-Linux)\n- [Building on FreeBSD](https://github.com/GermanAizek/credit-qml/wiki/Building-on-FreeBSD)\n- [Building on Windows](https://github.com/GermanAizek/credit-qml/wiki/Building-on-Windows)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermanaizek%2Fcredit-qml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgermanaizek%2Fcredit-qml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermanaizek%2Fcredit-qml/lists"}