|
1 | | -# FydeRhythm |
| 1 | +# fydeRhythm |
2 | 2 | <h4 align="right"><strong>English </strong>| <a href="https://github.com/FydeOS/fydeRhythm/blob/master/README_ZH.md"> 简体中文 </a> </h4> |
3 | 3 | <p align="center"> |
4 | 4 | <img src=https://github.com/Lorde627/fydeRhythm/blob/master/fydeRhythm%20Logo.png?raw=true width=138/> |
|
9 | 9 |
|
10 | 10 | </a> |
11 | 11 |
|
12 | | -**fydeRhythm** is a meticulously crafted keyboard input method, designed with precision by the FydeOS team. Specifically created for ChromeOS and FydeOS operating systems, it leverages the power and versatility of the [RIME](https://rime.im/) input method engine. |
| 12 | +**fydeRhythm** is a meticulously crafted keyboard input method editor(IME), designed by the FydeOS team. fydeRhythm is designed for operating systems that are based on the Chromium OS ecosystem, such as chromeOS, openFyde and FydeOS. It leverages the power and versatility of the [RIME](https://rime.im/) input method engine. |
13 | 13 |
|
14 | 14 | <p align="center"> |
15 | 15 | <a > |
16 | 16 | <img src="https://github.com/FydeOS/fydeRhythm/blob/master/fydeRhythm%20Demo.gif" alt="fydeRhythm Demo" width="500"> |
17 | 17 | </a> |
18 | 18 | </p> |
19 | 19 |
|
20 | | -We're proud to present the source code for the second iteration of FydeRhythm Input Method. This version marks a departure from the first, bringing a fresh design paradigm and architectural approach. Every component of the input method, inclusive of the RIME engine, is encapsulated within the plugin, thus eliminating the need for an independent server running within the system. We've successfully compiled the RIME engine into WebAssembly, courtesy of the emscripten toolchain, facilitating its execution directly within the plugin environment. Additionally, optimizations have been applied to the storage content and startup process to ensure swift launches and an enhanced user experience. |
| 20 | +We're proud to present the source code for the second iteration of fydeRhythm. This version marks a departure from the first, bringing a fresh design paradigm and architectural approach. Every component of the input method, inclusive of the RIME engine, is encapsulated within the plugin, thus eliminating the need for an independent server running within the system. We've successfully compiled the RIME engine into WebAssembly, courtesy of the emscripten toolchain, facilitating its execution directly within the plugin environment. Additionally, optimizations have been applied to the storage content and startup process to ensure swift launches and an enhanced user experience. |
21 | 21 |
|
22 | 22 | ## Features |
23 | 23 | - 🌍 **Multi-language Input**: Accommodates Pinyin, double Pinyin, simplified and traditional Chinese, along with Korean and Japanese input. |
24 | | -- 🎛️ **Customizability**: Offers customization of fuzzy tones and the number of candidate words, enabling a more personalized input experience. |
25 | | -- 📊 **Intelligent Prioritization**: Auto-adjusts the display order of candidate words based on the user's usage patterns, streamlining the input process. |
| 24 | +- 🎛️ **Customisability**: Offers customization of fuzzy tones and the number of candidate words, enabling a more personalized input experience. |
| 25 | +- 📊 **Intelligent Prioritisation**: Auto-adjusts the display order of candidate words based on the user's usage patterns, streamlining the input process. |
26 | 26 | - 🧠 **Custom User Dictionary**: Creates a unique user dictionary built on the user's past input data, which bolsters input speed and efficiency. |
27 | 27 | - 📚 **Comprehensive Dictionary**: Incorporates a built-in mainstream standard Chinese input method dictionary and common internet terms, enriching the input experience. |
28 | 28 | - 🛠️ **Configurable Settings**: Grants users the freedom to modify configuration files, offering flexibility in adjusting the input method settings to their needs. |
|
0 commit comments