{"id":30359145,"url":"https://github.com/erikbuer/fugl.jl","last_synced_at":"2025-08-30T16:39:29.943Z","repository":{"id":288980913,"uuid":"969023709","full_name":"ErikBuer/Fugl.jl","owner":"ErikBuer","description":"A functional GUI library written in Julia using OpenGL.","archived":false,"fork":false,"pushed_at":"2025-08-24T14:08:29.000Z","size":2529,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T17:17:03.256Z","etag":null,"topics":["gui","julia-language","native-apps"],"latest_commit_sha":null,"homepage":"https://erikbuer.github.io/Fugl.jl/","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErikBuer.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-19T07:55:26.000Z","updated_at":"2025-08-24T13:30:24.000Z","dependencies_parsed_at":"2025-05-31T14:40:01.521Z","dependency_job_id":"cf8f5df1-e613-480a-9113-4c3cc7f17a7e","html_url":"https://github.com/ErikBuer/Fugl.jl","commit_stats":null,"previous_names":["erikbuer/guiplayground.jl","erikbuer/simplegui.jl","erikbuer/element.jl","erikbuer/fugl.jl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErikBuer/Fugl.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikBuer%2FFugl.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikBuer%2FFugl.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikBuer%2FFugl.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikBuer%2FFugl.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErikBuer","download_url":"https://codeload.github.com/ErikBuer/Fugl.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikBuer%2FFugl.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878209,"owners_count":25008340,"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-08-30T02:00:09.474Z","response_time":77,"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":["gui","julia-language","native-apps"],"created_at":"2025-08-19T12:01:21.201Z","updated_at":"2025-08-30T16:39:29.936Z","avatar_url":"https://github.com/ErikBuer.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fugl.jl\n\n[![docs badge](https://img.shields.io/badge/docs-latest-blue.svg)](https://erikbuer.github.io/Fugl.jl/dev/)\n\n`Fugl.jl` is a functional GUI library written in Julia using OpenGL.\n\nIt is intended to be a simple library with few depencdencies, suitable for making engineering applications.\n\nFugl has a short distance from component to shader, enabling fast and intuitive user interfaces.\n\n## Example\n\n```julia\nusing Fugl\n\nfunction MyApp()\n    Container(\n        Row(\n            Container(),\n            Container(),\n            Container(),\n        )\n    )\nend\n\n# Run the GUI:\n# Fugl.run(MyApp, title=\"Fugl Demo\", window_width_px=812, window_height_px=300, fps_overlay=true)\n\nscreenshot(MyApp, \"row.png\", 812, 300);\n```\n\n![Line Plot](docs/src/assets/row.png)\n\n## Demo Application\n\n![Line Plot](docs/src/assets/ArrayApp_demo.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikbuer%2Ffugl.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikbuer%2Ffugl.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikbuer%2Ffugl.jl/lists"}