{"id":18027781,"url":"https://github.com/sj14/graphic-engine-tutorials","last_synced_at":"2025-10-12T08:15:38.885Z","repository":{"id":87637884,"uuid":"230324345","full_name":"sj14/graphic-engine-tutorials","owner":"sj14","description":"⚙️ A curated list of tutorials about building graphic engines.","archived":false,"fork":false,"pushed_at":"2020-01-19T20:46:49.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-13T09:30:49.922Z","etag":null,"topics":["directx","graphics-engine","opengl","rasterization","raytracing","voxel","vulkan"],"latest_commit_sha":null,"homepage":"","language":null,"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/sj14.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":"2019-12-26T20:28:56.000Z","updated_at":"2022-12-01T03:31:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"42de34bb-012d-45dd-b990-59c35941cc18","html_url":"https://github.com/sj14/graphic-engine-tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sj14/graphic-engine-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sj14%2Fgraphic-engine-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sj14%2Fgraphic-engine-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sj14%2Fgraphic-engine-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sj14%2Fgraphic-engine-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sj14","download_url":"https://codeload.github.com/sj14/graphic-engine-tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sj14%2Fgraphic-engine-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010802,"owners_count":26084807,"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-12T02:00:06.719Z","response_time":53,"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":["directx","graphics-engine","opengl","rasterization","raytracing","voxel","vulkan"],"created_at":"2024-10-30T08:12:31.224Z","updated_at":"2025-10-12T08:15:38.869Z","avatar_url":"https://github.com/sj14.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphic Engine Tutorials\n\nA curated list of tutorials on how to build graphic engines. Please open issues or pull requests to keep this list updated.\n\n## Multiple Implementations (Rasterization/Ray Tracing etc)\n\n| Tutorial | Type | Level | OS | PL | API |\n|----------|------|-------|----|----|-----|\n| [Scratch a Pixel](https://www.scratchapixel.com/) Very detailed and book-like tutorial with illustrations and 32 lessons | 📝 | Beginner - Intermediate | Win/Linux/Mac | C++ | |\n| [Computer Graphics from scratch](https://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) Write a software renderer from scatch with the two main parts of ray tracing and rasterization | 📝 | Beginner - Intermediate | Win/Linux/Mac | HTML/JavaScript | |\n| [Computer Graphics](https://www.edx.org/course/computer-graphics-2) EdX/UC San Diego MOOC video course (rasterization and raytracer) | 🎓 | Intermediate | Win/Linux/Mac | C++ | OpenGL |\n\n## Rasterization\n\n| Tutorial | Type | Level | OS | PL | API |\n|----------|------|-------|----|----|-----|\n| [OpenGL Tutorial](http://www.opengl-tutorial.org/) Extensive tutorial with 18 chapters | 📝 | Beginner - Intermediate | Win/Linux/Mac | C++ | OpenGL 3 and 4 |\n| [OpenGL 4.0 Tutorials](http://www.rastertek.com/tutgl40.html) 9 chapters tutorial | 📝 | Beginner | Win | C++ | OpenGL 4 |\n| [Learn OpenGL](https://learnopengl.com) Website or book (514 pages!) from the getting-started to very advanced topics | 📝 | Beginner - Advanced | Win/Linux | C++ | OpenGL 3.3 |\n| [OGL Dev](http://ogldev.atspace.co.uk) 53 tutorials covering many topics | 📝 | Beginner - Advanced | Win/Linux/Mac | C++ | OpenGL 3/4 and Vulkan |\n| [open.gl](https://open.gl/) Basic usage of OpenGL without deprecated functions like `glBegin` and `glLight` | 📝 | Beginner | Win/Linux/Mac | C++ | OpenGL, SFML, GLFW, SDL|\n| [Rust and OpenGL from scratch](http://nercury.github.io/rust/opengl/tutorial/2018/02/08/opengl-in-rust-from-scratch-00-setup.html) | 🎞️ | Beginner | Win/Linux/Mac | Rust | OpenGL, SDL |\n| [Game Engine Development](https://www.youtube.com/playlist?list=PLRwVmtr-pp04XomGtm-abzb-2M1xszjFx) 200 smaller (~10 min.) videos | 🎞️ |  Beginner | Win | C++ | OpenGL, Qt |\n| [3D Graphics Engine](https://www.youtube.com/watch?v=ih20l3pJoeU\u0026list=PLrOv9FMX8xJE8NgepZR1etrsU63fDDGxO) 4 part video series on creating a windows console 3d engine | 🎞️ | Beginner | Win | C++ | |\n| [WebGL Tutorial](https://www.youtube.com/playlist?list=PLjcVFFANLS5zH_PeKC6I8p0Pt1hzph_rt) | 🎞️ | Beginner | Win/Linux/Mac | HTML/JavaScript | WebGL |\n\n\n## Ray Tracing\n\n| Tutorial | Type | Level | OS | PL | API |\n|----------|------|-------|----|----|-----|\n| [Ray-Tracer in C++ from scratch](https://medium.com/farouk-ounanes-home-on-the-internet/ray-tracer-in-c-from-scratch-e013269884b6) | 📝 | Beginner | Win/Linux/Mac | C++ |  |\n| [Ray Tracing in One Weekend](https://raytracing.github.io/) A series of 3 books | 📝 | Beginner - Advanced | Win/Linux/Mac | C++ |  |\n| [Writing a small ray tracer in Rust and Zig](https://nelari.us/post/raytracer_with_rust_and_zig/) | 📝 | Intermediate | Win/Linux/Mac | Rust/Zig |  |\n\n\n\n## Voxel\n\n| Tutorial | Type | Level | OS | PL | API |\n|----------|------|-------|----|----|-----|\n| [VoxelSpace](https://github.com/s-macke/VoxelSpace) Terrain rendering algorithm in less than 20 lines of code | 📝 |  | Win/Linux/Mac | Python |  |\n| [Let's Make a Voxel Engine](https://sites.google.com/site/letsmakeavoxelengine/home) | 📝 | Advanced |  | C++ |  |\n| [Java Voxel Engine Tutorial](https://www.youtube.com/watch?v=QZ4Vk2PkPZk\u0026list=PL80Zqpd23vJfyWQi-8FKDbeO_ZQamLKJL) | 🎞️ |  |  | Java | OpenGL 3+ |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsj14%2Fgraphic-engine-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsj14%2Fgraphic-engine-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsj14%2Fgraphic-engine-tutorials/lists"}