{"id":24116263,"url":"https://github.com/aib/lwjgl-shader","last_synced_at":"2025-07-22T21:33:57.399Z","repository":{"id":2303057,"uuid":"3261928","full_name":"aib/lwjgl-shader","owner":"aib","description":null,"archived":false,"fork":false,"pushed_at":"2012-01-28T10:48:10.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T17:58:17.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/aib.png","metadata":{"files":{"readme":"README","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":"2012-01-25T02:35:51.000Z","updated_at":"2015-07-14T11:56:26.000Z","dependencies_parsed_at":"2022-07-19T14:47:47.982Z","dependency_job_id":null,"html_url":"https://github.com/aib/lwjgl-shader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aib/lwjgl-shader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aib%2Flwjgl-shader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aib%2Flwjgl-shader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aib%2Flwjgl-shader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aib%2Flwjgl-shader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aib","download_url":"https://codeload.github.com/aib/lwjgl-shader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aib%2Flwjgl-shader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266578680,"owners_count":23951150,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-01-11T06:15:58.280Z","updated_at":"2025-07-22T21:33:57.368Z","avatar_url":"https://github.com/aib.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"These are a simple set of wrapper classes to make working with shaders in LWJGL\n(Minecraft) easier. They should be easy to use:\n\ntry {\n\tmyShader = new Program()\n\t\t.attachShader(new Shader(GL20.GL_VERTEX_SHADER,   new FileReader(\"myShader.vert\")).compile())\n\t\t.attachShader(new Shader(GL20.GL_FRAGMENT_SHADER, new FileReader(\"myShader.frag\")).compile())\n\t\t.link();\n} catch (FileNotFoundException e) {\n\t...\n} catch (ShaderException e) {\n\t...\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faib%2Flwjgl-shader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faib%2Flwjgl-shader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faib%2Flwjgl-shader/lists"}