{"id":13682692,"url":"https://github.com/Nercury/rust-and-opengl-lessons","last_synced_at":"2025-04-30T09:33:51.260Z","repository":{"id":29437576,"uuid":"120797402","full_name":"Nercury/rust-and-opengl-lessons","owner":"Nercury","description":"Collection of example code for learning OpenGL in Rust","archived":false,"fork":false,"pushed_at":"2023-06-14T16:08:21.000Z","size":3171,"stargazers_count":379,"open_issues_count":15,"forks_count":52,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-08-02T13:34:25.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nercury.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-02-08T18:00:22.000Z","updated_at":"2024-07-31T01:08:17.000Z","dependencies_parsed_at":"2024-01-14T16:12:34.167Z","dependency_job_id":null,"html_url":"https://github.com/Nercury/rust-and-opengl-lessons","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/Nercury%2Frust-and-opengl-lessons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nercury%2Frust-and-opengl-lessons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nercury%2Frust-and-opengl-lessons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nercury%2Frust-and-opengl-lessons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nercury","download_url":"https://codeload.github.com/Nercury/rust-and-opengl-lessons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224206174,"owners_count":17273403,"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-08-02T13:01:51.304Z","updated_at":"2024-11-12T02:31:33.234Z","avatar_url":"https://github.com/Nercury.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# rust-and-opengl-lessons\n\n__Project requires Rust 1.31__\n\nCollection of example code for learning OpenGL in Rust\n\n- 00 - [Setup](http://nercury.github.io/rust/opengl/tutorial/2018/02/08/opengl-in-rust-from-scratch-00-setup.html)\n- 01 - [Window](http://nercury.github.io/rust/opengl/tutorial/2018/02/08/opengl-in-rust-from-scratch-01-window.html)\n- 02 - [OpenGL Context](http://nercury.github.io/rust/opengl/tutorial/2018/02/09/opengl-in-rust-from-scratch-02-opengl-context.html)\n- 03 - [Compiling Shaders](http://nercury.github.io/rust/opengl/tutorial/2018/02/10/opengl-in-rust-from-scratch-03-compiling-shaders.html)\n- 04 - [Triangle](http://nercury.github.io/rust/opengl/tutorial/2018/02/11/opengl-in-rust-from-scratch-04-triangle.html)\n- 05 - [Colored Triangle](http://nercury.github.io/rust/opengl/tutorial/2018/02/11/opengl-in-rust-from-scratch-05-triangle-colors.html)\n- 06 - [GL Generator](http://nercury.github.io/rust/opengl/tutorial/2018/02/12/opengl-in-rust-from-scratch-06-gl-generator.html)\n- 07 - [Basic Resources](http://nercury.github.io/rust/opengl/tutorial/2018/02/14/opengl-in-rust-from-scratch-07-basic-resources.html)\n- 08 - [Failure](http://nercury.github.io/rust/opengl/tutorial/2018/02/15/opengl-in-rust-from-scratch-08-failure.html)\n- 09 - [Vertex Attribute Format](http://nercury.github.io/rust/opengl/tutorial/2018/06/27/opengl-in-rust-from-scratch-09-vertex-attribute-format.html)\n- 10 - [Procedural Macros](http://nercury.github.io/rust/opengl/tutorial/2018/07/11/opengl-in-rust-from-scratch-10-procedural-macros.html)\n- 11 - [Vertex Data Types](http://nercury.github.io/rust/opengl/tutorial/2018/07/12/opengl-in-rust-from-scratch-11-vertex-data-types.html)\n- 12 - [Buffers](http://nercury.github.io/rust/opengl/tutorial/2018/07/25/opengl-in-rust-from-scratch-12-buffers.html)\n- 13 - [Safe Triangle and nalgebra](http://nercury.github.io/rust/opengl/tutorial/2018/07/27/opengl-in-rust-from-scratch-13-safe-triangle-nalgebra.html)\n\nThe code directories with `-x` at the end contain experimental hacks where I explore future solutions.\n\n## Running\n\n```\ncargo run --release --bin \u003cproject\u003e\n```\n\nExample:\n\n```\ncargo run --release --bin lesson-23-x\n```\n\n## License\n\nThis library is distributed under the terms of either of:\n\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or\n[http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))\n* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))\n\nat your option.\n\n### Contributing\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the\nwork by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNercury%2Frust-and-opengl-lessons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNercury%2Frust-and-opengl-lessons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNercury%2Frust-and-opengl-lessons/lists"}