{"id":26408485,"url":"https://github.com/foxesworld/automaton","last_synced_at":"2026-04-20T19:31:50.444Z","repository":{"id":191931653,"uuid":"685706674","full_name":"FoxesWorld/Automaton","owner":"FoxesWorld","description":"Lemur interface form from JSON","archived":false,"fork":false,"pushed_at":"2023-09-26T07:08:48.000Z","size":1281,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T18:18:46.215Z","etag":null,"topics":["automaton","foxesworld","jme3","jmonkeyengine3","json","lemur"],"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/FoxesWorld.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-31T20:30:21.000Z","updated_at":"2025-06-02T10:21:34.000Z","dependencies_parsed_at":"2023-09-01T15:46:01.735Z","dependency_job_id":"b45ea60e-06fc-4a30-adc7-d1b0b41e6c57","html_url":"https://github.com/FoxesWorld/Automaton","commit_stats":null,"previous_names":["foxesworld/automaton"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FoxesWorld/Automaton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoxesWorld%2FAutomaton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoxesWorld%2FAutomaton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoxesWorld%2FAutomaton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoxesWorld%2FAutomaton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FoxesWorld","download_url":"https://codeload.github.com/FoxesWorld/Automaton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoxesWorld%2FAutomaton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["automaton","foxesworld","jme3","jmonkeyengine3","json","lemur"],"created_at":"2025-03-17T18:46:44.326Z","updated_at":"2026-04-20T19:31:50.422Z","avatar_url":"https://github.com/FoxesWorld.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automaton ![Java Badge](https://img.shields.io/static/v1?label=Powered%20by\u0026message=Java\u0026color=darkorange\u0026style=for-the-badge) \u003cimg src=\"https://img.shields.io/badge/version-1.2.6--Alpha-orange\" alt=\"version - 1.2.6\"\u003e\nLemur form from JSON\n\n_Part of FrozenLands_\n\n\u003cimg src=\".github/image.png\" height=\"512\" width=\"1024\" alt=\"icon\"/\u003e\n\n# Sample **JSON**\n```\n{\n  \"floatContainer\": 0.5,\n  \"width\": 200,\n  \"height\": 250,\n  \"verticalAlignment\": \"top\",\n  \"horizontalAlignment\": \"right\",\n  \"children\": [\n    {\n      \"type\": \"label\",\n      \"fontSize\": 20,\n      \"text\": \"Player position\",\n      \"id\": \"test\",\n      \"icon\": \"ui/icons/pos.png\",\n      \"iconSize\": \"64,64\",\n      \"alignment\": \"right\"\n    },\n    {\n      \"type\": \"container\",\n      \"alignment\": \"right\",\n      \"height\": 160,\n      \"children\": [\n        {\n          \"type\": \"label\",\n          \"fontSize\": 30,\n          \"text\": \"0\",\n          \"id\": \"posX\",\n          \"icon\": \"ui/icons/posX.png\",\n          \"iconSize\": \"32,32\"\n        },\n        {\n          \"type\": \"label\",\n          \"fontSize\": 30,\n          \"text\": \"0\",\n          \"id\": \"posY\",\n          \"icon\": \"ui/icons/posY.png\",\n          \"iconSize\": \"32,32\"\n        },\n        {\n          \"type\": \"label\",\n          \"fontSize\": 30,\n          \"text\": \"0\",\n          \"id\": \"posZ\",\n          \"icon\": \"ui/icons/posZ.png\",\n          \"iconSize\": \"32,32\"\n        },\n        {\n          \"type\": \"progressbar\",\n          \"value\": 0,\n          \"id\": \"test\",\n          \"text\": \"TEST\"\n        }\n      ]\n    }\n  ]\n}\n\n```\n\nSupports recursiveness.\nTo use it you need to initialise Automaton() and supply **ComponentManager** as an argument\nDon't forget to set width and height using setters to specify screen size\n``` \n        automaton.setScreenHeight(playerInterface.getFpsCam().getHeight());\n        automaton.setScreenWidth(playerInterface.getFpsCam().getWidth());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxesworld%2Fautomaton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxesworld%2Fautomaton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxesworld%2Fautomaton/lists"}