Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* a snapshot * a snapshot with bugs * no compile errors * an attempt * another snapshot still buggy * clean up * a snapshot * use loop for building components * tiny tweaks * switch to Bevy - modified: Cargo.toml - new file: assets/fonts/NotoSansCJKjp-Regular.otf - modified: src/main.rs * modified: Cargo.toml; modified: src/main.rs * add button from examples/ui/button.rs * add async stuff * add async data fetcher * tiny changes * add some memo * change labels to buttons * desktop mode; fix some glitches * add some interaction * switch to reqwest * use a modified copy of https://github.com/TotalKrill/bevy_mod_reqwest * clean up * written massively * add Timeline component * refactor Components and Resources * update display with recieved data * UI * cargo clippy: src/reqwest_plugin.rs * try to make contents wider and wrapped * revise layout settings * editorial design * more UI tweaks * ditto * UI tweaks and refactoring * modified: Cargo.toml * adapt to auto-reflow text by bevyengine/bevy#7779 (comment) * mention https://github.com/TotalKrill/bevy_mod_reqwest
- Loading branch information