rime / librime

Rime Input Method Engine, the core library
https://rime.im
BSD 3-Clause "New" or "Revised" License
3.36k stars 550 forks source link

rime 是否与平台无关,我们想在openharmony上使用它,可行吗?有什么需要注意的吗? #925

Closed jinfeihan57 closed 1 month ago

jinfeihan57 commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 在openharmony上使用是否会有阻塞。rime是否依赖了android、ios等系统的特定api Describe the solution you'd like A clear and concise description of what you want to happen. 期望rime是源码跨平台的 Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ksqsf commented 1 month ago

librime 只是一个算法库,本身是跨平台的,没有使用 android, ios 的 API。然而如果需要移植到 openharmony 等平台上,可能需要重新编写一个前端来调用 librime。

jinfeihan57 commented 1 month ago

好的。请问编写前端这方面有没有参考的文档或工程?比如其他平台(android/ios)上的实现。

eagleoflqj commented 1 month ago

Readme列出了很多不同平台的前端