{"id":17794506,"url":"https://github.com/kjunichi/mruby-glsl","last_synced_at":"2025-10-10T00:03:48.286Z","repository":{"id":148482968,"uuid":"64970910","full_name":"kjunichi/mruby-glsl","owner":"kjunichi","description":"you can write GLSL in mruby","archived":false,"fork":false,"pushed_at":"2017-04-06T03:19:25.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T00:03:19.064Z","etag":null,"topics":["glfw","glsl","mrbgems","mruby"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kjunichi.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}},"created_at":"2016-08-04T22:18:21.000Z","updated_at":"2017-04-06T04:06:23.000Z","dependencies_parsed_at":"2023-05-20T07:30:37.404Z","dependency_job_id":null,"html_url":"https://github.com/kjunichi/mruby-glsl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kjunichi/mruby-glsl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjunichi%2Fmruby-glsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjunichi%2Fmruby-glsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjunichi%2Fmruby-glsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjunichi%2Fmruby-glsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kjunichi","download_url":"https://codeload.github.com/kjunichi/mruby-glsl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjunichi%2Fmruby-glsl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002366,"owners_count":26083355,"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-09T02:00:07.460Z","response_time":59,"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":["glfw","glsl","mrbgems","mruby"],"created_at":"2024-10-27T11:16:44.050Z","updated_at":"2025-10-10T00:03:48.249Z","avatar_url":"https://github.com/kjunichi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mruby-glsl   [![Build Status](https://travis-ci.org/kjunichi/mruby-glsl.svg?branch=master)](https://travis-ci.org/kjunichi/mruby-glsl)\nGlsl class\n\n## install by mrbgems\n\n- add conf.gem line to `build_config.rb`\n\n```ruby\nMRuby::Build.new do |conf|\n\n    # ... (snip) ...\n\n    conf.gem :github =\u003e 'kjunichi/mruby-glsl'\nend\n```\n\n## example\n\n```ruby\nvshader = \u003c\u003c'EOT'\n#version 120\n#\n#ifdef GL_ES\nprecision mediump float;\n#endif\nattribute vec3 position;\nvoid main() {\n  gl_Position = vec4( position, 1.0 );\n}\nEOT\n\nfshader = \u003c\u003c'EOT'\n#version 120\n#ifdef GL_ES\nprecision mediump float;\n#endif\n\nvoid main(void){\n      gl_FragColor = vec4(0.0, 1.0, 0.0, 1.0);\n}\nEOT\n\n\nglsl = Glsl.new\nglsl.attachVertexShader vshader\nglsl.attachFragmentShader fshader\n\nputs glsl.render\n```\n\n## License\nunder the MIT License:\n- see LICENSE file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjunichi%2Fmruby-glsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjunichi%2Fmruby-glsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjunichi%2Fmruby-glsl/lists"}