{"id":23944820,"url":"https://github.com/mjouins/glTemplate","last_synced_at":"2026-07-05T13:30:19.148Z","repository":{"id":166534051,"uuid":"641908928","full_name":"CreepyMemes/glTemplate","owner":"CreepyMemes","description":"This is my template code for cross-platform OpenGL C++ with CMake projects","archived":false,"fork":false,"pushed_at":"2023-05-31T15:34:51.000Z","size":440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T07:14:54.921Z","etag":null,"topics":["cmake","cpp","crossplatform","opengl","template-repository"],"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/CreepyMemes.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}},"created_at":"2023-05-17T12:20:37.000Z","updated_at":"2023-05-24T13:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2231adf7-4eb7-4a0c-a282-7b465d6f3664","html_url":"https://github.com/CreepyMemes/glTemplate","commit_stats":null,"previous_names":["creepymemes/opengl_basics","creepymemes/gltemplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreepyMemes%2FglTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreepyMemes%2FglTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreepyMemes%2FglTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreepyMemes%2FglTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreepyMemes","download_url":"https://codeload.github.com/CreepyMemes/glTemplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240428420,"owners_count":19799683,"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":["cmake","cpp","crossplatform","opengl","template-repository"],"created_at":"2025-01-06T07:15:06.268Z","updated_at":"2026-07-05T13:30:18.966Z","avatar_url":"https://github.com/CreepyMemes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use:\n\n### First of all clone this repo (and it's submodules automatically) with this command:\n```\ngit clone --recursive https://github.com/CreepyMemes/glTemplate.git\n```\n\n### From the _root directory_, to generate the cmake configuration run this command:\n\n- #### If on Linux just run this command:\n```\ncmake -S . -B build/\n```\n\n- #### If on Windows install MinGW from [here](https://www.msys2.org/) then run this command:\n```\ncmake -S . -B build/ -G \"MinGW Makefiles\"\n```\n\n### Finally to generate the executable file run this command:\n    cmake --build build\n\n### Then run the previously generated executable:\n\n- #### If on Linux do:\n```\n./build/App\n```\n\n- #### If on Windows do:\n```\n.\\build\\App\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjouins%2FglTemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjouins%2FglTemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjouins%2FglTemplate/lists"}