Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hibi221b/iced_practice
https://github.com/hibi221b/iced_practice
examples gui iced rustlang
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hibi221b/iced_practice
- Owner: hibi221b
- License: mit
- Created: 2020-09-12T11:54:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T01:18:22.000Z (over 4 years ago)
- Last Synced: 2024-10-25T10:39:22.819Z (3 months ago)
- Topics: examples, gui, iced, rustlang
- Language: Rust
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iced_practice
icedで作ったものをまとめていきたいと思います。# how to use
```terminal
hibi221b@hibi221b-2 Desktop % git clone https://github.com/hibi221b/iced_practice.githibi221b@hibi221b-2 Desktop % cd iced_practice
hibi221b@hibi221b-2 iced_practice % ls
Cargo.lock Cargo.toml LICENSE README.md sandbox targethibi221b@hibi221b-2 iced_practice % cd sandbox
hibi221b@hibi221b-2 sandbox % ls
counterhibi221b@hibi221b-2 sandbox % cargo run -p counter
```# contents
|[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)|
|:---:|:---:|:---:|
|||||[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)|
|:---:|:---:|:---:|
||||# news
- Rust 2021: GUI
https://raphlinus.github.io/rust/druid/2020/09/28/rust-2021.html- Sponsoring development of Rust GUI library iced (Cryptowatch blog)
https://blog.cryptowat.ch/sponsoring-rust-gui-library-iced/# helpful links
- iced zulip chat
https://iced.zulipchat.com/- Rustで書かれたGUIライブラリーのicedを試してみた
https://hnakamur.github.io/blog/2020/08/11/tried-rust-gui-library-iced/- Rust GUI crate調査: iced
https://toyamaguchi.hatenablog.com/entry/2020/03/31/233000- Rust(with Iced)でGUIのタイマーを作ってみた
https://zenn.dev/kbone/articles/2020-09-24-kbone-rust-with-iced-gui-timer# github
- iced公式examples
https://github.com/hecrj/iced/tree/master/examples- Project Showcase #355
https://github.com/hecrj/iced/issues/355- An extension to the Iced GUI library with useful widgets for audio applications
https://github.com/BillyDM/iced_audio- 実践Rustプログラミング入門Chapter7 GUIアプリケーション
https://github.com/forcia/rustbook/tree/master/ch07- Ludusavi is a tool for backing up your PC video game save data, written in Rust.
https://github.com/mtkennerly/ludusavi- iced-plot
https://github.com/paulkernfeld/iced-plot- Visual novel manager
https://github.com/Forlos/vn_manager- OxyDICOM
https://github.com/Askannz/oxydicom- DatePicker
https://github.com/onai/iced-datepicker- An Amethyst addon to create your game UI using Iced.
https://github.com/amethyst/amethyst_iced- Composable component to play videos in any Iced application built on the excellent GStreamer library.
https://github.com/jazzfool/iced_video_player- An offline typing test, written using Rust and Iced.
https://github.com/Ace4896/typetest- An example of vst-rs and iced
https://github.com/hatoo/vst-rs-example-iced- practice_iced
https://github.com/diegodox/practice_iced- iced_plotters_example
https://github.com/mobile-bungalow/iced_plotters_example- plotters_backend_iced
https://github.com/arctic-alpaca/plotters_backend_iced