{"id":24701544,"url":"https://github.com/lnk2past/hinopio","last_synced_at":"2026-04-20T10:33:21.234Z","repository":{"id":274354871,"uuid":"922636633","full_name":"Lnk2past/hinopio","owner":"Lnk2past","description":"educational toy project for compute shaders","archived":false,"fork":false,"pushed_at":"2025-01-27T16:56:23.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T04:12:35.945Z","etag":null,"topics":["compute-shader","cpp","cpp20","gpgpu","opengl"],"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/Lnk2past.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":"2025-01-26T18:15:40.000Z","updated_at":"2025-01-27T16:56:26.000Z","dependencies_parsed_at":"2025-01-26T20:19:07.078Z","dependency_job_id":"38bc343c-d553-473d-9a95-27cf64efc234","html_url":"https://github.com/Lnk2past/hinopio","commit_stats":null,"previous_names":["lnk2past/hinopio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lnk2past/hinopio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lnk2past%2Fhinopio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lnk2past%2Fhinopio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lnk2past%2Fhinopio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lnk2past%2Fhinopio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lnk2past","download_url":"https://codeload.github.com/Lnk2past/hinopio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lnk2past%2Fhinopio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016937,"owners_count":26085905,"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-10-13T02:00:06.723Z","response_time":61,"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":["compute-shader","cpp","cpp20","gpgpu","opengl"],"created_at":"2025-01-27T05:24:42.119Z","updated_at":"2025-10-13T20:12:39.116Z","avatar_url":"https://github.com/Lnk2past.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hinopio\n\nThis is an educational endeavor into learning a bit more about OpenGL and compute shaders using C++20. Some goals, which will absolutely change as I experiement and mess around with it all:\n\n* Classes/wrappers for defining compute shaders\n    * I want to be able to create a shader object and interface with that object for compiling, loading data, creating buffers, reading from buffers, etc.\n    * Ideally would be able to template types as much as I can\n        * Unclear how to do this in GLSL yet\n* Learn about and integrate [shader-slang](https://shader-slang.org/)\n* Who knows? I don't know anything about this stuff yet, so I don't know what I don't know yet.\n\n\u003ccenter\u003e\u003cimg src=\"hinopio.png\" width=\"120\"\u003e\u003c/center\u003e\n\n## Development\n\nDevcontainer provided; just launch a Codespace or local devcontainer!\n\n### Build\n\nThis project uses Conan + CMake for dependency management and builds. You will need to install dependencies via Conan and then build via CMake (there are VSCode build tasks for these!):\n\n```shell\n# install dependencies\nconan install . --build=missing\n\n# load preset\ncmake --preset conan-release\n\n# build code\ncmake --build --preset conan-release\n```\n\n## Examples\n\nCheck out [`examples`](./examples) for some basic usage. Need to script building these...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnk2past%2Fhinopio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnk2past%2Fhinopio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnk2past%2Fhinopio/lists"}