{"id":18917218,"url":"https://github.com/rabinadk1/ictc-modeling","last_synced_at":"2025-08-16T16:12:16.289Z","repository":{"id":103493430,"uuid":"232315356","full_name":"rabinadk1/ICTC-modeling","owner":"rabinadk1","description":"ICTC Building as Graphics Project","archived":false,"fork":false,"pushed_at":"2024-06-08T09:42:04.000Z","size":31332,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T11:51:17.768Z","etag":null,"topics":["c","cmake","cpp","graphics","modelling"],"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/rabinadk1.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":"2020-01-07T12:00:36.000Z","updated_at":"2024-06-08T09:42:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7a1cde2-26e0-41c2-b72c-babda18401ba","html_url":"https://github.com/rabinadk1/ICTC-modeling","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rabinadk1/ICTC-modeling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabinadk1%2FICTC-modeling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabinadk1%2FICTC-modeling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabinadk1%2FICTC-modeling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabinadk1%2FICTC-modeling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabinadk1","download_url":"https://codeload.github.com/rabinadk1/ICTC-modeling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabinadk1%2FICTC-modeling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270735773,"owners_count":24636419,"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-16T02:00:11.002Z","response_time":91,"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":["c","cmake","cpp","graphics","modelling"],"created_at":"2024-11-08T10:24:40.660Z","updated_at":"2025-08-16T16:12:16.272Z","avatar_url":"https://github.com/rabinadk1.png","language":"C++","readme":"# ICTC Modeling using OpenGL\n\nAcademic project on Computer Graphics by @safalthapaliya, @samipism and @rabinadk1.\nThe screenshot of the project is shown below.\n\n![Screenshot](./screenshot.png)\n\n## Required packages\n\nThe project used `cmake` as the build system.\nSo, the users need to install `cmake` and `make` before following the instructions below.\n\n## Building Instructions\n\nThe project should work on any OSes however, we have only tested it on Linux using GCC as the compiler.\n\nFrom the base project directory, type in the following commands:\n\n```sh\ncmake -B build\npushd build \u0026\u0026 make -j$(nproc) \u0026\u0026 popd\nbuild/ictc-modeling\n```\n\n`j$(nproc)` is the number of processors in the system.\nSo the above command makes the build in parallel using all the available processors.\nIf `j$(proc)` is not available, then use `j{num_cores}` or, even omit it completely instead.\n\nThe commands generate debug build by default. To generate to release build, type in the following commands:\n\n### Release Build\n\nFrom the base project directory, type in the following commands:\n\n```sh\ncmake -DCMAKE_BUILD_TYPE=Release -B build\npushd build \u0026\u0026 make -j$(nproc) \u0026\u0026 popd\nbuild/ictc-modeling\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabinadk1%2Fictc-modeling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabinadk1%2Fictc-modeling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabinadk1%2Fictc-modeling/lists"}