{"id":20838735,"url":"https://github.com/royalicing/goldenorb","last_synced_at":"2026-01-23T20:39:09.704Z","repository":{"id":263233226,"uuid":"869517248","full_name":"RoyalIcing/GoldenOrb","owner":"RoyalIcing","description":"Framework-agnostic web components","archived":false,"fork":false,"pushed_at":"2025-11-11T07:37:57.000Z","size":83,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T17:25:28.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/RoyalIcing.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,"zenodo":null}},"created_at":"2024-10-08T12:34:51.000Z","updated_at":"2025-12-16T20:29:30.000Z","dependencies_parsed_at":"2024-11-17T06:42:34.069Z","dependency_job_id":"bd078a11-9d28-48e4-a694-2b18a0d8cd1c","html_url":"https://github.com/RoyalIcing/GoldenOrb","commit_stats":null,"previous_names":["royalicing/goldenorb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoyalIcing/GoldenOrb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FGoldenOrb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FGoldenOrb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FGoldenOrb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FGoldenOrb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoyalIcing","download_url":"https://codeload.github.com/RoyalIcing/GoldenOrb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2FGoldenOrb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-18T01:11:22.403Z","updated_at":"2026-01-23T20:39:09.700Z","avatar_url":"https://github.com/RoyalIcing.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoldenOrb\n\n**TODO: Add description**\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `golden_orb` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:golden_orb, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/golden_orb\u003e.\n\n## WebGL2 Shaders\n\n```elixir\ndefmodule ShaderA do\n  uniform r: Vec2, t: F32\n\n  uniform do\n    # uniform vec2 r;\n    @r Vec2\n    # uniform float t;\n    @t F32\n  end\n\n  #global do\n  #  export do\n  #    # out vec4 fragColor;\n  #    @fragColor Vec4\n  #  end\n  #end\n\n  main(frag: Vec4) :: Vec4 do\n    # vec2 st = gl_FragCoord.xy/r.xy;\n    st = @gl_FragCoord.xy / @r.xy\n    # st.x *= r.x/r.y;\n    st.x = st.x * (@r.x / @r.y)\n\n    # vec3 color = vec3(0.);\n    # local(color = vec3(0))\n    var!(color) = vec3(0)\n    color = vec3(st.x, st.y, abs(sin(t)))\n\n    vec4(color, 1.0)\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyalicing%2Fgoldenorb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyalicing%2Fgoldenorb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyalicing%2Fgoldenorb/lists"}