Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yy-tromb/yyscreentime_win-rs
Windows ScreenTime App for me
https://github.com/yy-tromb/yyscreentime_win-rs
iced iced-rs rust rust-lang screentime windows windows-rs windows10 windows11
Last synced: about 2 months ago
JSON representation
Windows ScreenTime App for me
- Host: GitHub
- URL: https://github.com/yy-tromb/yyscreentime_win-rs
- Owner: yy-tromb
- License: mit
- Created: 2024-03-10T13:53:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T06:16:17.000Z (3 months ago)
- Last Synced: 2024-10-18T16:35:53.785Z (2 months ago)
- Topics: iced, iced-rs, rust, rust-lang, screentime, windows, windows-rs, windows10, windows11
- Language: Rust
- Homepage:
- Size: 5.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ***Now, I'm developping slowly, Please wait a lot***
# YYScreenTime_win-rs
Windows ScreenTime App for me.
***This app is replacement app of [YYScreenTime_win](https://github.com/yy-tromb/YYScreenTime_win) that written in C and Win32 APIs.*** I like Rust much more than C, so I have rewrited. Developping in C was very very painful.lol Whatever it is, I'm a beginner, though.## For Developper
GUI crate: [iced-rs](https://github.com/iced-rs/iced/tree/master)
Error crate: [anyhow](https://github.com/dtolnay/anyhow)
Windows crate: [windows-rs](https://github.com/microsoft/windows-rs)## Fonts
In `/fonts` directory, [IBM Plex Sans JP (Google Fonts Site)](https://fonts.google.com/specimen/IBM+Plex+Sans+JP/about) in [IBM Plex® project](https://github.com/IBM/plex) is used. This Font Software is licensed under the SIL Open Font License, Version 1.1.## Thanks
- Thanks to [Gabriel Dube](https://github.com/gabdube), author of the [Native Windows GUI](https://github.com/gabdube/native-windows-gui), for my implementing [windows_tools::enable_visual_styles](https://github.com/yy-tromb/YYScreenTime_win-rs/blob/main/src/windows_tools.rs#L38), which can be found in [native_windows_gui::enable_visual_styles (in native_windows_gui/src/win32/mod.rs)](https://github.com/gabdube/native-windows-gui/blob/master/native-windows-gui/src/win32/mod.rs#L98) for reference.