{"id":20384182,"url":"https://github.com/levelz-file/c-bindings","last_synced_at":"2026-04-16T01:33:36.905Z","repository":{"id":258637983,"uuid":"862368216","full_name":"LevelZ-File/c-bindings","owner":"LevelZ-File","description":"C Parser \u0026 API for the LevelZ File Format","archived":false,"fork":false,"pushed_at":"2026-03-06T01:25:09.000Z","size":457,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T05:29:39.535Z","etag":null,"topics":["c","cmake","cpp","levelz"],"latest_commit_sha":null,"homepage":"https://levelz-file.github.io/c-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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"patreon":"gmitch215"}},"created_at":"2024-09-24T13:37:37.000Z","updated_at":"2026-03-06T01:24:21.000Z","dependencies_parsed_at":"2024-10-19T23:48:17.042Z","dependency_job_id":"d61bfb58-76fd-49df-b9da-5e89eab2c84a","html_url":"https://github.com/LevelZ-File/c-bindings","commit_stats":null,"previous_names":["levelz-file/c-bindings"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LevelZ-File/c-bindings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fc-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fc-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fc-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fc-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LevelZ-File","download_url":"https://codeload.github.com/LevelZ-File/c-bindings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fc-bindings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","cmake","cpp","levelz"],"created_at":"2024-11-15T02:26:23.775Z","updated_at":"2026-04-16T01:33:36.884Z","avatar_url":"https://github.com/LevelZ-File.png","language":"C","funding_links":["https://patreon.com/gmitch215"],"categories":[],"sub_categories":[],"readme":"# levelz-c\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/c-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\nYou can use the installers provided in the [releases](https://github.com/LevelZ-File/c-bindings/releases) section.\n\nAlternatively, you can build the project from source.\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/c-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```c\n#include \u003clevelz.h\u003e\n\nint main() {\n    Coordinate2D* coord = createCoordinate2D(0, 0);\n    Coordinate3D* coord2 = createCoordinate3D(0, 0, 0);\n\n    printf(\"Coordinate 2D: (%d, %d)\\n\", coord-\u003ex, coord-\u003ey);\n    printf(\"Coordinate 3D: (%d, %d, %d)\\n\", coord2-\u003ex, coord2-\u003ey, coord2-\u003ez);\n    return 0;\n}\n```\n\n```c\n#include \u003clevelz.h\u003e\n\nint main() {\n    Level2D* l = parseFile2D(\"path/to/file-2d.lvlz\")\n    Level3D* l2 = parseFile3D(\"path/to/file-3d.lvlz\")\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelz-file%2Fc-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevelz-file%2Fc-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelz-file%2Fc-bindings/lists"}