{"id":15723677,"url":"https://github.com/hibi221b/iced_practice","last_synced_at":"2025-03-31T00:17:49.014Z","repository":{"id":185358531,"uuid":"294934197","full_name":"hibi221b/iced_practice","owner":"hibi221b","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-08T01:18:22.000Z","size":14608,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T05:29:39.709Z","etag":null,"topics":["examples","gui","iced","rustlang"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/hibi221b.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}},"created_at":"2020-09-12T11:54:57.000Z","updated_at":"2020-10-08T01:18:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"62a5446a-4367-40fb-9ab2-220bae3bff33","html_url":"https://github.com/hibi221b/iced_practice","commit_stats":null,"previous_names":["hibi221b/iced_practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibi221b%2Ficed_practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibi221b%2Ficed_practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibi221b%2Ficed_practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibi221b%2Ficed_practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hibi221b","download_url":"https://codeload.github.com/hibi221b/iced_practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395597,"owners_count":20770243,"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","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":["examples","gui","iced","rustlang"],"created_at":"2024-10-03T22:12:46.955Z","updated_at":"2025-03-31T00:17:48.974Z","avatar_url":"https://github.com/hibi221b.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iced_practice\nicedで作ったものをまとめていきたいと思います。\n\n# how to use \n\n```terminal\nhibi221b@hibi221b-2 Desktop % git clone https://github.com/hibi221b/iced_practice.git\n\nhibi221b@hibi221b-2 Desktop % cd iced_practice\n\nhibi221b@hibi221b-2 iced_practice % ls\nCargo.lock\tCargo.toml\tLICENSE\t\tREADME.md\tsandbox\t\ttarget\n\nhibi221b@hibi221b-2 iced_practice % cd sandbox \n\nhibi221b@hibi221b-2 sandbox % ls\ncounter\n\nhibi221b@hibi221b-2 sandbox % cargo run -p counter\n```\n\n# contents\n\n|[counter](https://github.com/hibi221b/iced_practice/tree/master/sandbox/counter)|[counter_next](https://github.com/hibi221b/iced_practice/tree/master/sandbox/counter_next)|[bmi_calc](https://github.com/hibi221b/iced_practice/tree/master/sandbox/bmi_calc)|\n|:---:|:---:|:---:|\n|\u003cimg src=\"./assets/counter.gif\"\u003e|\u003cimg src=\"./assets/counter_next.gif\"\u003e|\u003cimg src=\"./assets/bmi_calc.gif\"\u003e|\n\n|[guessing_game](https://github.com/hibi221b/iced_practice/tree/master/sandbox/guessing_game)|[img_viewer](https://github.com/hibi221b/iced_practice/tree/master/sandbox/img_viewer)|[lang_ja](https://github.com/hibi221b/iced_practice/tree/master/sandbox/lang_ja)|\n|:---:|:---:|:---:|\n|\u003cimg src=\"./assets/guessing_game.gif\"\u003e|\u003cimg src=\"./assets/img_viewer.gif\"\u003e|\u003cimg src=\"./assets/lang_ja.gif\"\u003e|\n\n# news\n\n- Rust 2021: GUI \u003cbr\u003e\nhttps://raphlinus.github.io/rust/druid/2020/09/28/rust-2021.html\n\n- Sponsoring development of Rust GUI library iced (Cryptowatch blog) \u003cbr\u003e\nhttps://blog.cryptowat.ch/sponsoring-rust-gui-library-iced/\n\n# helpful links\n\n- iced zulip chat \u003cbr\u003e\nhttps://iced.zulipchat.com/\n\n- Rustで書かれたGUIライブラリーのicedを試してみた \u003cbr\u003e\nhttps://hnakamur.github.io/blog/2020/08/11/tried-rust-gui-library-iced/\n\n- Rust GUI crate調査: iced \u003cbr\u003e\nhttps://toyamaguchi.hatenablog.com/entry/2020/03/31/233000\n\n- Rust(with Iced)でGUIのタイマーを作ってみた \u003cbr\u003e\nhttps://zenn.dev/kbone/articles/2020-09-24-kbone-rust-with-iced-gui-timer\n\n# github \n\n- iced公式examples \u003cbr\u003e\nhttps://github.com/hecrj/iced/tree/master/examples\n\n- Project Showcase #355 \u003cbr\u003e\nhttps://github.com/hecrj/iced/issues/355\n\n- An extension to the Iced GUI library with useful widgets for audio applications \u003cbr\u003e\nhttps://github.com/BillyDM/iced_audio\n\n- 実践Rustプログラミング入門Chapter7 GUIアプリケーション \u003cbr\u003e\nhttps://github.com/forcia/rustbook/tree/master/ch07\n\n- Ludusavi is a tool for backing up your PC video game save data, written in Rust. \u003cbr\u003e\nhttps://github.com/mtkennerly/ludusavi\n\n- iced-plot \u003cbr\u003e\nhttps://github.com/paulkernfeld/iced-plot\n\n- Visual novel manager \u003cbr\u003e\nhttps://github.com/Forlos/vn_manager\n\n- OxyDICOM \u003cbr\u003e\nhttps://github.com/Askannz/oxydicom\n\n- DatePicker \u003cbr\u003e\nhttps://github.com/onai/iced-datepicker\n\n- An Amethyst addon to create your game UI using Iced. \u003cbr\u003e\nhttps://github.com/amethyst/amethyst_iced\n\n- Composable component to play videos in any Iced application built on the excellent GStreamer library. \u003cbr\u003e\nhttps://github.com/jazzfool/iced_video_player\n\n- An offline typing test, written using Rust and Iced. \u003cbr\u003e\nhttps://github.com/Ace4896/typetest\n\n- An example of vst-rs and iced \u003cbr\u003e\nhttps://github.com/hatoo/vst-rs-example-iced\n\n- practice_iced \u003cbr\u003e\nhttps://github.com/diegodox/practice_iced\n\n- iced_plotters_example \u003cbr\u003e\nhttps://github.com/mobile-bungalow/iced_plotters_example\n\n- plotters_backend_iced \u003cbr\u003e\nhttps://github.com/arctic-alpaca/plotters_backend_iced\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibi221b%2Ficed_practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhibi221b%2Ficed_practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibi221b%2Ficed_practice/lists"}