{"id":15047553,"url":"https://github.com/scapix-com/scapix","last_synced_at":"2025-04-05T23:11:12.656Z","repository":{"id":49523997,"uuid":"174005402","full_name":"scapix-com/scapix","owner":"scapix-com","description":"Scapix Language Bridge","archived":false,"fork":false,"pushed_at":"2024-08-22T20:21:22.000Z","size":4635,"stargazers_count":344,"open_issues_count":11,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-29T22:06:42.201Z","etag":null,"topics":["automated","automatic","bind","bridge","cpp","cpp-library","cpp11","cpp14","cpp17","cross-platform","csharp","idl","java","jni","jni-android","jni-wrapper","language","objective-c","python","swift"],"latest_commit_sha":null,"homepage":"https://www.scapix.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scapix-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-03-05T19:10:58.000Z","updated_at":"2025-03-14T06:31:43.000Z","dependencies_parsed_at":"2023-02-09T22:00:26.787Z","dependency_job_id":"8a4874b4-2be1-44e5-9c20-ebdc72ad7d01","html_url":"https://github.com/scapix-com/scapix","commit_stats":{"total_commits":390,"total_committers":2,"mean_commits":195.0,"dds":0.01538461538461533,"last_synced_commit":"d8103f7b104f2d360705463c594b86f2cecab772"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scapix-com%2Fscapix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scapix-com%2Fscapix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scapix-com%2Fscapix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scapix-com%2Fscapix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scapix-com","download_url":"https://codeload.github.com/scapix-com/scapix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411235,"owners_count":20934653,"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":["automated","automatic","bind","bridge","cpp","cpp-library","cpp11","cpp14","cpp17","cross-platform","csharp","idl","java","jni","jni-android","jni-wrapper","language","objective-c","python","swift"],"created_at":"2024-09-24T21:00:05.009Z","updated_at":"2025-04-05T23:11:12.634Z","avatar_url":"https://github.com/scapix-com.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Scapix Language Bridge\n\n🇺🇦 If you like this project, please consider donating to one of the funds helping victims of russian aggression against Ukraine: [ukraine.ua](https://war.ukraine.ua/donate/)\n\nAutomatic, on the fly bindings from C++ to `Java`, `Objective-C`, `Swift`, `Python`, `JavaScript` (WebAssembly) and `C#`.\nBridge code automatically generated directly from C++ header files, no need to manually maintain IDL definitions or bindings.\n\n![Scapix Bridge Intro](https://www.scapix.com/img/scapix_intro.png)\n\n## Integrating in CMake project\n\n```cmake\ninclude(FetchContent)\nFetchContent_Declare(\n  cmodule\n  URL \"https://github.com/scapix-com/cmodule/archive/refs/tags/v2.0.1.tar.gz\"\n  URL_HASH SHA256=a9477bbefb43b6fabdc2dc044207fe42cca63999c60b6baf06ba0c62fa116ec5\n)\nFetchContent_MakeAvailable(cmodule)\n\nfind_package(Scapix REQUIRED)\n\nscapix_bridge_headers(\n    chatlib\n    \"com.example.chat\"\n    \"source/chat/contact.h\"\n    \"source/chat/session.h\"\n    \"source/chat/model.h\"\n)\n```\n\n[Documentation](https://www.scapix.com/)\n\nExamples:\n\n- [tiny_bridge](https://github.com/scapix-com/tiny_bridge) - minimal example\n- [scapix_example_objc](https://github.com/scapix-com/scapix_example_objc) - minimal example, ObjC/Swift, XCode integration\n- [example1](https://github.com/scapix-com/example1) - extended example, all languages\n\n## License\n\nPlease carefully read [license agreement](LICENSE.txt).\n\n**In short:**\nIf you comply with [license agreement](LICENSE.txt), you may use [Scapix Language Bridge](https://www.scapix.com) free of charge to build commercial and/or open source applications.\nYou may NOT modify and/or redistribute the [Scapix Language Bridge](https://www.scapix.com) product itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscapix-com%2Fscapix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscapix-com%2Fscapix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscapix-com%2Fscapix/lists"}