{"id":20384191,"url":"https://github.com/levelz-file/cpp-bindings","last_synced_at":"2025-10-23T16:29:11.635Z","repository":{"id":225866165,"uuid":"766797780","full_name":"LevelZ-File/cpp-bindings","owner":"LevelZ-File","description":"C++ Parser \u0026 API for the LevelZ File Format","archived":false,"fork":false,"pushed_at":"2025-01-04T05:18:01.000Z","size":509,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-15T08:02:05.864Z","etag":null,"topics":["cmake","cpp","levelz"],"latest_commit_sha":null,"homepage":"https://levelz-file.github.io/cpp-bindings/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LevelZ-File.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},"funding":{"patreon":"gamercoder215"}},"created_at":"2024-03-04T06:27:49.000Z","updated_at":"2024-09-24T14:06:19.000Z","dependencies_parsed_at":"2024-05-06T02:41:35.490Z","dependency_job_id":"b66332f1-5e01-4b63-accc-8798a1bb9d74","html_url":"https://github.com/LevelZ-File/cpp-bindings","commit_stats":null,"previous_names":["levelz-file/cpp-bindings"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fcpp-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fcpp-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fcpp-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fcpp-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LevelZ-File","download_url":"https://codeload.github.com/LevelZ-File/cpp-bindings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935269,"owners_count":20044827,"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":["cmake","cpp","levelz"],"created_at":"2024-11-15T02:26:41.087Z","updated_at":"2025-10-23T16:29:06.592Z","avatar_url":"https://github.com/LevelZ-File.png","language":"C++","funding_links":["https://patreon.com/gamercoder215"],"categories":[],"sub_categories":[],"readme":"# levelz-cpp\n\n\u003e Header-only C++ Parser \u0026 API For LevelZ File Format\n\n![GitHub Release](https://img.shields.io/github/v/release/LevelZ-File/cpp-bindings)\n\n## Overview\n\nProvides C++ bindings for the LevelZ file format. This library is header-only and does not require any additional dependencies.\n\n## Installation\n\nEnsure you have [CMake](https://cmake.org/) installed on your system, then run the following commands:\n\n```bash\n# Clone Repo\ngit clone https://github.com/LevelZ-File/cpp-bindings\ncd cpp-bindings\n\n# Build Project, Install with CMake\ncmake --build . --config Release --target install\n\n## may require sudo\nsudo cmake --build . --config Release --target install\n```\n\n## Usage\n\n```cpp\n#include \u003clevelz.hpp\u003e\n\nint main() {\n    LevelZ::Coordinate2D coord = {0, 0};\n    return 0;\n}\n```\n\n```cpp\n#include \u003clevelz.hpp\u003e\n\nusing namespace LevelZ;\n\nint main() {\n    Level l = parseFile(\"path/to/file.lvlz\")\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelz-file%2Fcpp-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevelz-file%2Fcpp-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelz-file%2Fcpp-bindings/lists"}