{"id":21176950,"url":"https://github.com/madmann91/proto","last_synced_at":"2025-03-14T18:25:04.781Z","repository":{"id":90393734,"uuid":"370480448","full_name":"madmann91/proto","owner":"madmann91","description":"Basic infrastructure for graphics-related projects","archived":false,"fork":false,"pushed_at":"2022-04-29T18:20:01.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T11:33:44.507Z","etag":null,"topics":["basics","cpp20","header-only","rasterization","ray-tracing"],"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/madmann91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-05-24T20:45:36.000Z","updated_at":"2022-04-29T18:20:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"63737b70-8e2d-4b7a-8dea-b869aac70bab","html_url":"https://github.com/madmann91/proto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fproto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fproto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fproto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmann91%2Fproto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madmann91","download_url":"https://codeload.github.com/madmann91/proto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624097,"owners_count":20321029,"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":["basics","cpp20","header-only","rasterization","ray-tracing"],"created_at":"2024-11-20T17:14:02.046Z","updated_at":"2025-03-14T18:25:04.767Z","avatar_url":"https://github.com/madmann91.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proto\n\n`proto` is an utility library that I use in my own graphics-related projects.\nIt contains basic infrastructure to do small vector linear algebra, and some simple ray-tracing constructs.\n\n## Installing\n\nSince this project is a header-only library, it can be added to your project simply by\nwriting the following CMake code to your CMakeLists.txt:\n\n    add_subdirectory(/path/to/proto)\n\nThis line will provide the target `proto::proto`, which you can link against.\n\nAlternatively, if you have several projects that depend on proto, you can use a call to\n`find_package(proto)`:\n\n    find_package(proto REQUIRED)\n\nThis will require to set the CMake variable `proto_DIR`. For that, you can alternatively\nuse the build directory, or install the library somewhere, say `/path/to/install`, and\nset `proto_DIR` to the path `/path/to/install/lib/cmake`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadmann91%2Fproto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadmann91%2Fproto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadmann91%2Fproto/lists"}