{"id":19758055,"url":"https://github.com/benpm/gl_playground","last_synced_at":"2026-05-09T20:51:19.525Z","repository":{"id":194590472,"uuid":"589320127","full_name":"benpm/gl_playground","owner":"benpm","description":"tinkering with opengl","archived":false,"fork":false,"pushed_at":"2024-05-09T17:08:17.000Z","size":14111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T22:47:35.540Z","etag":null,"topics":["opengl","rendering"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benpm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-01-15T19:40:32.000Z","updated_at":"2024-05-09T17:08:20.000Z","dependencies_parsed_at":"2024-05-01T02:50:35.734Z","dependency_job_id":"8a1feca5-aa3a-4ade-9d09-65df02f906f7","html_url":"https://github.com/benpm/gl_playground","commit_stats":null,"previous_names":["benpm/gl_playground"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2Fgl_playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2Fgl_playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2Fgl_playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benpm%2Fgl_playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benpm","download_url":"https://codeload.github.com/benpm/gl_playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089481,"owners_count":19907757,"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":["opengl","rendering"],"created_at":"2024-11-12T03:22:45.370Z","updated_at":"2026-05-09T20:51:14.488Z","avatar_url":"https://github.com/benpm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GL Playground\n\n![](thumb.png)\n\nBig mess of things including assignments for Interactive Computer Graphics, Physics-Based Animation, and Computational Geometry courses from spring 2023 at University of Utah. Things are super spread out so take a look at some of the branches\n\n## Features\n- Directional, spot, and point lights, all with basic shadow-mapping\n- Interactive rigid body physics\n- Multi-material objects, basic shading\n- Surface nets generated in a compute shader\n- Really slow softbody physics solver\n\n## Assets\nBefore doing anything you need to download the externally-hosted assets. On Linux you can just run the `download_assets.sh` script. Otherwise, you'll have to [download](http://cs.utah.edu/~benpm/assets.zip) and unzip the archive manually.\n\n## Building\n\n### Linux\nYou might need to install a couple packages:\n- `libxinerama-dev`\n- `libglu1-mesa-dev`\n- `libxi-dev`\n- `ninja-build`\n\nThen let CMake handle the rest:\n```bash\ncmake -B build\ncmake --build build\n```\n\n### Windows\nOpen project as a CMake project, click \"Build All\", and hope for the best. You might want to install Ninja.\n\n## Running\n`./build/app` or `.\\build\\app.exe`\n\n## Dependencies\nThese dependencies are either included or managed by CMake and built locally:\n\n- [GLFW](https://github.com/glfw/glfw)\n- [eigen](http://eigen.tuxfamily.org)\n- [gleq](https://github.com/glfw/gleq)\n- [cyCodeBase](http://www.cemyuksel.com/cyCodeBase/code.html)\n- [spdlog](https://github.com/gabime/spdlog)\n- glad\n- [EnTT](https://github.com/skypjack/entt)\n- [libspng](https://libspng.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenpm%2Fgl_playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenpm%2Fgl_playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenpm%2Fgl_playground/lists"}