{"id":38800871,"url":"https://github.com/refaktor/rye-ebitengine","last_synced_at":"2026-01-17T12:46:45.563Z","repository":{"id":249635117,"uuid":"830460905","full_name":"refaktor/rye-ebitengine","owner":"refaktor","description":"Ebitengine game engine with a Rye language (wip cloned from rye-front)","archived":false,"fork":false,"pushed_at":"2025-02-09T07:21:29.000Z","size":1961,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T04:55:13.229Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refaktor.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":"2024-07-18T10:13:10.000Z","updated_at":"2025-02-09T07:21:33.000Z","dependencies_parsed_at":"2024-07-27T08:21:15.426Z","dependency_job_id":null,"html_url":"https://github.com/refaktor/rye-ebitengine","commit_stats":null,"previous_names":["refaktor/rye-ebitengine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/refaktor/rye-ebitengine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaktor%2Frye-ebitengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaktor%2Frye-ebitengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaktor%2Frye-ebitengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaktor%2Frye-ebitengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refaktor","download_url":"https://codeload.github.com/refaktor/rye-ebitengine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaktor%2Frye-ebitengine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-17T12:46:45.472Z","updated_at":"2026-01-17T12:46:45.547Z","avatar_url":"https://github.com/refaktor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"- [Quick demo](#quick-demo)\n- [What is Rye language 🌾](#what-is-rye-language)\n- [What is Rye-Front](#what-is-rye-front)\n- [Modules](#modules)\n  - [Fyne - GUI](#fyne---gui-)\n    - [Build and test](#build-and-test)\n    - [Example](#example)\n    - [More about Fyne](#more-about-fyne)\n  - [Ebitengine - Game engine](Ebitengine-game-engine)\n  - [Webview](Webview)\n\n## Current status\n\nCurrently main focus is on testing an idea of autogenerating bindings to Fyne.\n\n## Quick demo\n\nhttps://www.youtube.com/watch?v=YmYQRPvkSpM\n\n[![Live GUI over console demo](http://img.youtube.com/vi/YmYQRPvkSpM/0.jpg)](http://www.youtube.com/watch?v=QtK8hUPjo5Y \"Video Title\")\n\n## What is Rye language\n\nRye is a high level, dynamic **programming language** based on ideas from **Rebol**, flavored by\nFactor, Linux shells and Golang. It's still an experiment in language design, but it should slowly become more and\nmore useful in real world.\n\nIt features a Golang based interpreter and console and could also be seen as (modest) **Go's scripting companion** as\nGo's libraries are quite easy to integrate, and Rye can be embedded into Go programs as a scripting or config language.\n\nI believe that as language becomes higher level it starts touching the user interface boundary, besides being a language\nwe have great emphasis on **interactive use** (Rye shell) where we will explore that.\n\n**[Rye language repository](https://github.com/refaktor/rye)** | **[Rye website](https://ryelang.org/)** | **[Reddit group](https://reddit.com/r/ryelang/)**\n\n## What is Rye-Front\n\nRye-Front is an external extension of Rye language focused on frontend technologies like: GUI, Game engine, Graphics, Browsers ...\n\n### Why a separate repository\n\n * So Rye remains lighter on dependencies, easier to build, focused on backend and interactive shell\n * So that \"frontend\" related development is separated from language development\n * So that we test and improve on how users of Rye can externally extend it, add their own (private) bindings and write their own Go (private) builtin functions for hot-code optimization\n\n## Status\n\nRye-front is in early development. We are focusing on Fyne GUI at first.\n\n## Modules\n\n### Fyne - GUI ⭐⭐\n\nFyne is crossplatform GUI framework with it's own OpenGL renderer inspired by material design.\n\n\n#### Build and test\n\nIn **rye-front** directory run:\n\n```\n# build rye with fyne in bin/fyne/rye\n./buildfyne\n\n# Try the hello example\nbin/fyne/rye examples/fyne/button.rye\n\n# Try the feedback example\nbin/fyne/rye examples/fyne/feedback.rye\n\n# Try the Live GUI demo\nbin/fyne/rye examples/fyne/live.rye\n```\n\n#### Example\n\n![Fyne Feedback example](https://ryelang.org/rye-fyne-2.png)\n\n```\nrye .needs { fyne }\n\ndo\\in fyne {\n\n\tcont: container 'vbox vals {\n\t\tlabel \"Send us feedback:\"\n\t\tmultiline-entry :ent\n\t\tbutton \"Send\" { ent .get-text |printv \"Sending: {}\" }\n\t}\n\t\n\tapp .new-window \"Feedback\"\n\t|set-content cont\n\t|show-and-run\n\n}\n```\n\n\n#### More about Fyne\n\n[Fyne website](https://fyne.io)\n\n#### Implemented widgets\n\n\n* Window\n* Container\n* Label\n* Entry\n* Button\n* Password entry\n* Multiline entry\n* Select box\n* Radio group\n* Check box\n\n### Ebitengine\n\n[Ebitengine website](https://ebitengine.org)\n\n### Webview\n\n[Webview github page](https://github.com/webview/webview)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefaktor%2Frye-ebitengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefaktor%2Frye-ebitengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefaktor%2Frye-ebitengine/lists"}