{"id":51522524,"url":"https://github.com/lszl84/wx_gl_shadertoy_tutorial","last_synced_at":"2026-07-08T17:01:48.245Z","repository":{"id":208599136,"uuid":"699412214","full_name":"lszl84/wx_gl_shadertoy_tutorial","owner":"lszl84","description":"Building a Desktop tool for experimenting with GLSL shaders","archived":false,"fork":false,"pushed_at":"2025-05-18T14:43:05.000Z","size":4253,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-18T15:36:09.827Z","etag":null,"topics":["cpp","opengl","shadertoy","wxwidgets"],"latest_commit_sha":null,"homepage":"https://www.lukesdevtutorials.com","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/lszl84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-10-02T15:25:09.000Z","updated_at":"2025-05-18T14:43:08.000Z","dependencies_parsed_at":"2025-05-18T15:39:54.944Z","dependency_job_id":null,"html_url":"https://github.com/lszl84/wx_gl_shadertoy_tutorial","commit_stats":null,"previous_names":["lszl84/wx_gl_shadertoy_tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lszl84/wx_gl_shadertoy_tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lszl84%2Fwx_gl_shadertoy_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lszl84%2Fwx_gl_shadertoy_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lszl84%2Fwx_gl_shadertoy_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lszl84%2Fwx_gl_shadertoy_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lszl84","download_url":"https://codeload.github.com/lszl84/wx_gl_shadertoy_tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lszl84%2Fwx_gl_shadertoy_tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35271852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"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":["cpp","opengl","shadertoy","wxwidgets"],"created_at":"2026-07-08T17:01:47.288Z","updated_at":"2026-07-08T17:01:48.233Z","avatar_url":"https://github.com/lszl84.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"A [ShaderToy](https://www.shadertoy.com/) clone... but on Desktop!\n\n[![Video](/output.gif)](https://www.youtube.com/watch?v=wxM9nkAQLHE)\n\nThis simple app automatically compiles your GLSL fragment shader code and displays the result on the screen. Built with wxWidgets, the app works on Windows, Mac, and Linux.\n\nFull tutorial: [https://www.youtube.com/watch?v=wxM9nkAQLHE](https://www.youtube.com/watch?v=wxM9nkAQLHE)\n\n## How this works\n\nWe use modern CMake's `FetchContent` functionality to download `wxWidgets` and `GLEW` (the latter is needed to resolve OpenGL function addresses).\n\n## Requirements\n\nThis works on Windows, Mac, and Linux. You'll need `cmake` and a C++ compiler (tested on `clang`, `gcc`, and MSVC).\n\nLinux builds require the GTK3 library and headers installed in the system. You can install them on Ubuntu using:\n\n```sh\nsudo apt install libgtk-3-dev\n```\n\nOpenGL tutorials require OpenGL development package on Linux (Windows and Mac should work out of the box):\n\n```sh\nsudo apt install libglu1-mesa-dev\n```\n\nOn Fedora:\n\n```sh\nsudo dnf install gtk3-devel mesa-libGLU-devel\n```\n\n## Building\n\nTo build the project, use:\n\n```bash\ncmake -S. -Bbuild\ncmake --build build -j\n```\n\nThis will create a directory named `build` and create all build artifacts there. The main executable can be found directly in the `build/` folder.\n\n---\nCheck out the blog for more! [www.onlyfastcode.com](https://www.onlyfastcode.com)\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flszl84%2Fwx_gl_shadertoy_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flszl84%2Fwx_gl_shadertoy_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flszl84%2Fwx_gl_shadertoy_tutorial/lists"}