{"id":19831947,"url":"https://github.com/felixguendling/express2cpp","last_synced_at":"2025-08-18T23:08:47.127Z","repository":{"id":50923698,"uuid":"325834700","full_name":"felixguendling/express2cpp","owner":"felixguendling","description":"Generates C++ classes and high-performance STEP file parsers from EXPRESS definitions to process openBIM® IFC model files","archived":false,"fork":false,"pushed_at":"2021-06-16T17:55:31.000Z","size":219,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-01T16:41:57.538Z","etag":null,"topics":["3d","bim","cpp","cpp17","express","generator","high-performance","iso-10303","openbim","openbimstandards","parser","step"],"latest_commit_sha":null,"homepage":"","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/felixguendling.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}},"created_at":"2020-12-31T16:20:00.000Z","updated_at":"2024-12-31T12:56:57.000Z","dependencies_parsed_at":"2022-08-24T03:21:12.949Z","dependency_job_id":null,"html_url":"https://github.com/felixguendling/express2cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felixguendling/express2cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixguendling%2Fexpress2cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixguendling%2Fexpress2cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixguendling%2Fexpress2cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixguendling%2Fexpress2cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixguendling","download_url":"https://codeload.github.com/felixguendling/express2cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixguendling%2Fexpress2cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["3d","bim","cpp","cpp17","express","generator","high-performance","iso-10303","openbim","openbimstandards","parser","step"],"created_at":"2024-11-12T11:35:47.151Z","updated_at":"2025-08-18T23:08:47.100Z","avatar_url":"https://github.com/felixguendling.png","language":"C++","readme":"![Logo](logo.png)\n\n![Windows Build](https://github.com/baumhaus-project/express2cpp/workflows/Windows%20Build/badge.svg)\n![Unix Build](https://github.com/baumhaus-project/express2cpp/workflows/Unix%20Build/badge.svg)\n\n# Usage\n\nCMakeLists.txt\n```cmake\nexpress2cpp(./path/to/IFC23.EXP ifc2x3)\nadd_executable(exe main.cc)\ntarget_link_libraries(exe ifc2x3)\n```\n\nmain.cc\n```cpp\n#include \"IFC2X3/IfcProduct.h\"\n#include \"IFC2X3/parser.h\"\n\nint main() {\n  auto model = IFC2X3::parse(ifc_input);\n  model.get_entity\u003cIFC2X3::IfcProduct\u003e(1337);\n}\n```\n\n# Supported Targets\n\n  - GCC 10.2 (10.1 not working!)\n  - Clang 11, 12 (previous versions not tested)\n  - Apple Clang 12 (previous versions not tested)\n  - MSVC Latest (previous versions not tested)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixguendling%2Fexpress2cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixguendling%2Fexpress2cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixguendling%2Fexpress2cpp/lists"}