{"id":16073265,"url":"https://github.com/pwalig/mesh-compiler","last_synced_at":"2026-02-13T20:32:59.812Z","repository":{"id":246903788,"uuid":"824255273","full_name":"pwalig/mesh-compiler","owner":"pwalig","description":"3D file converter to a customizable binary file format","archived":false,"fork":false,"pushed_at":"2025-03-13T16:49:55.000Z","size":3002,"stargazers_count":1,"open_issues_count":23,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T08:21:59.506Z","etag":null,"topics":["3d-models","binary-files","c-plus-plus","command-line-tool","command-line-utility","cpp","file-conversion","file-converter","mesh"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwalig.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":"2024-07-04T17:37:57.000Z","updated_at":"2025-03-13T16:49:59.000Z","dependencies_parsed_at":"2024-09-14T10:29:28.177Z","dependency_job_id":"da14479b-02fb-497f-a53d-be70c4dbfeb8","html_url":"https://github.com/pwalig/mesh-compiler","commit_stats":{"total_commits":73,"total_committers":2,"mean_commits":36.5,"dds":0.04109589041095896,"last_synced_commit":"924b320ce5b8c69fe1ab5d2da7455e3cd78d8d97"},"previous_names":["pwalig/mesh-compiler"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/pwalig/mesh-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwalig%2Fmesh-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwalig%2Fmesh-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwalig%2Fmesh-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwalig%2Fmesh-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwalig","download_url":"https://codeload.github.com/pwalig/mesh-compiler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwalig%2Fmesh-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29417220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["3d-models","binary-files","c-plus-plus","command-line-tool","command-line-utility","cpp","file-conversion","file-converter","mesh"],"created_at":"2024-10-09T08:05:32.164Z","updated_at":"2026-02-13T20:32:59.789Z","avatar_url":"https://github.com/pwalig.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mesh-compiler\n3D file converter to a customizable binary file format\n\nI am making this one for myself - for game i am developing: https://github.com/pwalig/3D-FPS-OpenGL, but maybe somebody will find this useful.\n\n## why...?\n\nThe idea is that you can perform all precalculations, that you would in your game when loading models, beforehand and save results into binary files to minimize reading time at the cost of filesize (or maybe at no cost depending on what file formats are you using).\n\n# Installation\n\nGet your copy from [release section](https://github.com/pwalig/mesh-compiler/releases), or build from source.\n\n## Building from source\n\n### Install Dependency\n\nMesh-compiler is using [Open Asset Import Library (assimp)](https://github.com/assimp/assimp) for data import. For non Visual Studio 2022 you will have to either build or install assimp library yourself. Follow instructions on [their page](https://github.com/assimp/assimp/blob/master/Build.md)\n\n### Building with CMake\n\n```\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nYou might need to adjust `CMakeLists.txt` file to conform to location where you have installed the assimp library.\n\n### Building with Visual Studio 2022\n\nFor Visual Studio 2022 builds all assimp files: include headders and pre-built libraries are included in this repository. Just open `src/mesh-compiler.sln` with Visual Studio 2022 and run.\n\n# Usage\n\n[running the program](https://github.com/pwalig/mesh-compiler/wiki/running-the-program)  \n[format file syntax](https://github.com/pwalig/mesh-compiler/wiki/format-file-syntax)  \n[mesh reader library](https://github.com/pwalig/mesh-compiler/wiki/mesh-reader-library)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwalig%2Fmesh-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwalig%2Fmesh-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwalig%2Fmesh-compiler/lists"}