{"id":29460569,"url":"https://github.com/administroot/freeeta-gd","last_synced_at":"2026-02-07T19:35:58.309Z","repository":{"id":303074945,"uuid":"960189539","full_name":"Administroot/FreeEta-gd","owner":"Administroot","description":"A fast, elegant \u0026 free Event Tree Analysis (ETA) utility powered by 🤖 Godot and 🦀 Rust.","archived":false,"fork":false,"pushed_at":"2025-08-07T07:50:00.000Z","size":3619,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T09:32:51.285Z","etag":null,"topics":["eta","godotengine","rust","safety-engineering"],"latest_commit_sha":null,"homepage":"","language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Administroot.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":"2025-04-04T02:22:15.000Z","updated_at":"2025-07-29T15:52:47.000Z","dependencies_parsed_at":"2025-08-07T09:28:49.163Z","dependency_job_id":null,"html_url":"https://github.com/Administroot/FreeEta-gd","commit_stats":null,"previous_names":["administroot/freeeta-gd"],"tags_count":0,"template":false,"template_full_name":"asdrome/rust-template-godot","purl":"pkg:github/Administroot/FreeEta-gd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Administroot%2FFreeEta-gd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Administroot%2FFreeEta-gd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Administroot%2FFreeEta-gd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Administroot%2FFreeEta-gd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Administroot","download_url":"https://codeload.github.com/Administroot/FreeEta-gd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Administroot%2FFreeEta-gd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29205323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"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":["eta","godotengine","rust","safety-engineering"],"created_at":"2025-07-14T02:07:52.945Z","updated_at":"2026-02-07T19:35:58.303Z","avatar_url":"https://github.com/Administroot.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ![LOGO](raw/logo.svg) FreeEta\n\n[![Crates.io](https://img.shields.io/crates/v/FreeEta.svg)](https://crates.io/crates/FreeEta)\n![GitHub License](https://img.shields.io/github/license/Administroot/FreeEta)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Administroot/FreeEta-gd/freeeta-ci.yml)\n![Static Badge](https://img.shields.io/badge/Powered_By-Godot-blue)\n\nA fast, elegant \u0026 free `Event Tree Analysis`(ETA) utility powered by 🤖 Godot and 🦀 Rust.\n\n\u003cimg alt=\"FreeEta\" src=\"raw/showcase.gif\" width=\"70%\"\u003e\n\n\u003c/div\u003e\n\n## Overview\n\nFreeEta project include three sub-projects.\n\n- [ETACTL](rust/etactl/README.md): A terminal utility to perform Event Tree Analysis without GUI interface, much suitable for large event tree analysis.\n- [ETALIB](rust/etalib/README.md): The support library of `ETADOT`, written in `Rust`.\n- [ETADOT](EtaDot/README.md): The GUI analysis tool to perform Event Tree Analysis.\n\nIf you don't know which one to use, I suggest execute `EtaDot.console` in artifacts, which will perform verbose hints.\n\n## Installation\n\n\u003e [!danger]\n\u003e FreeEta is on flight🛫\n\nFreeEta is in development. You could download artifacts from [github workflow](https://github.com/Administroot/FreeEta-gd/actions).\n\nOr, you could build it yourself! Follow these steps below.\n\n\u003e [!IMPORTANT]\n\u003e [Godot](https://godotengine.org/) and [Rust](https://www.rust-lang.org/) are required.\n\n```shell\ngit clone https://github.com/Administroot/FreeEta-gd.git\ncd FreeEta-gd/\n\n# Build `ETACTL` and `ETALIB`\ncd rust/\ncargo build \u0026\u0026 cargo build --release\n\n# Build `ETADOT`\ncd ../EtaDot/\ngodot --headless --import\ngodot --headless --export-release \"EtaDot-{{YOUR-PLATFORM-ARCH}}\" \"EtaDot\" --verbose\n```\n\n\u003ca href=\"https://github.com/Administroot/FreeEta-gd/releases\"\u003e\n  \u003cimg src=\"raw/get_it_on_github.svg\" alt=\"Get it on Github\" width=\"200\"/\u003e\n\u003c/a\u003e\n\nSupport ALL Platforms!\n\n## Version\n\n0.1.0-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadministroot%2Ffreeeta-gd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadministroot%2Ffreeeta-gd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadministroot%2Ffreeeta-gd/lists"}