{"id":20671506,"url":"https://github.com/hopson97/yare","last_synced_at":"2025-04-19T18:37:58.915Z","repository":{"id":54180966,"uuid":"341703663","full_name":"Hopson97/Yare","owner":"Hopson97","description":"Yet Another Render Engine. Just messing around with OpenGL stuff","archived":false,"fork":false,"pushed_at":"2023-01-22T22:35:36.000Z","size":3745,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T11:41:43.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Hopson97.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}},"created_at":"2021-02-23T22:07:31.000Z","updated_at":"2023-07-26T15:58:43.000Z","dependencies_parsed_at":"2023-02-12T18:45:45.773Z","dependency_job_id":null,"html_url":"https://github.com/Hopson97/Yare","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/Hopson97%2FYare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FYare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FYare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FYare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hopson97","download_url":"https://codeload.github.com/Hopson97/Yare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249766201,"owners_count":21322557,"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":[],"created_at":"2024-11-16T20:27:45.151Z","updated_at":"2025-04-19T18:37:58.883Z","avatar_url":"https://github.com/Hopson97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yare\n\nYet another render engine...\n\n### Windows (Visual Studio)\n\nThe easiest way to build is to use [vcpkg](https://vcpkg.io/en/index.html) and install SFML through this.\n\n```bash\nvcpkg install sfml\nvcpkg integrate install\n```\n\nCreate a new visual studio C++ empty project, git clone the files, and copy them into the project directory.\n\nSelect the \"Show All Files\" options in Solution Explorer, and right-click on the src/ and deps/ directory, and choose the \"include in project options\"\n\nGo into the project properies and under `C/C++ \u003e General`, add the deps/ directory as an additional include directy.\n\n\nFinally, under `Linker \u003e Input`, add OpenGL32.lib as an additional dependancy. \n\n### Linux\n\n\nTo build, at the root of the project:\n\n```sh\nsh scripts/build.sh install # only needed for the first time\n```\n\nThe install argument is only needed for the first time compilation as this is what grabs the libraries from Conan\n\nAfter that, you can simply run:\n\n```sh\nsh scripts/build.sh\n```\n\nTo run, at the root of the project:\n\n```sh\nsh scripts/run.sh\n```\n\nTo build and run in release mode, simply add the `release` suffix:\n\n```sh\nsh scripts/build.sh release\nsh scripts/run.sh release\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fyare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhopson97%2Fyare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fyare/lists"}