{"id":17166761,"url":"https://github.com/willcrichton/learn-opengl-rust","last_synced_at":"2025-04-13T15:25:42.010Z","repository":{"id":53833148,"uuid":"338634986","full_name":"willcrichton/learn-opengl-rust","owner":"willcrichton","description":"Learn OpenGL in Rust with web compatibility","archived":false,"fork":false,"pushed_at":"2021-03-01T01:18:53.000Z","size":52829,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T06:22:16.878Z","etag":null,"topics":["opengl","rust","webgl"],"latest_commit_sha":null,"homepage":"https://willcrichton.net/learn-opengl-rust/","language":"Rust","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/willcrichton.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-13T17:57:07.000Z","updated_at":"2024-12-25T04:42:21.000Z","dependencies_parsed_at":"2022-08-22T13:41:33.796Z","dependency_job_id":null,"html_url":"https://github.com/willcrichton/learn-opengl-rust","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willcrichton%2Flearn-opengl-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willcrichton%2Flearn-opengl-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willcrichton%2Flearn-opengl-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willcrichton%2Flearn-opengl-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willcrichton","download_url":"https://codeload.github.com/willcrichton/learn-opengl-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248734102,"owners_count":21153149,"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","rust","webgl"],"created_at":"2024-10-14T23:06:34.462Z","updated_at":"2025-04-13T15:25:41.982Z","avatar_url":"https://github.com/willcrichton.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn OpenGL in Rust\n\nThis repository documents my process in following the [Learn OpenGL](https://learnopengl.com/) book, but with a few twists:\n1. Using Rust and [glow](https://github.com/grovesNL/glow/) instead of C\n2. Getting both native and web compatibility\n3. Incrementally designing Rustic abstractions over GL patterns\n\nEach chapter has a corresponding tag for the commit that implements it. You can view every tag online using WebGL: https://willcrichton.net/learn-opengl-rust/\n\n## Setup\n\nNative:\n\n```\ncargo run\n```\n\nWeb:\n\n```\ncargo install cargo-make basic-http-server\ncargo make build-web\nbasic-http-server wasm\n```\n\nThen visit [http://localhost:4000](http://localhost:4000).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillcrichton%2Flearn-opengl-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillcrichton%2Flearn-opengl-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillcrichton%2Flearn-opengl-rust/lists"}