All Projects → Riey → Kime

Riey / Kime

Licence: gpl-3.0
Korean IME

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Kime

Ksnip
ksnip the cross-platform screenshot and annotation tool
Stars: ✭ 776 (+273.08%)
Mutual labels:  wayland, qt, x11
Lipika Ime
Input Method Engine (IME) for Mac OS X with built-in support for all Indic Languages
Stars: ✭ 76 (-63.46%)
Mutual labels:  input-method, ime
Glmark2
glmark2 is an OpenGL 2.0 and ES 2.0 benchmark
Stars: ✭ 199 (-4.33%)
Mutual labels:  wayland, x11
Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+879.33%)
Mutual labels:  wayland, gtk
Avim
Vietnamese input method extension (IME) for Firefox, Thunderbird, SeaMonkey, Komodo, etc. — bộ gõ tiếng Việt dành cho Firefox, Thunderbird, SeaMonkey, Komodo, …
Stars: ✭ 41 (-80.29%)
Mutual labels:  input-method, ime
Rime Double Bopomo
Double bopomo(ẑù-yīn), A Chinese Input Method for Taiwanese, ẑù-yīn users.雙碼注音,給注音使用者的雙拼輸入法。不需要額外學習漢語拼音。如果覺得不錯請幫我多多推廣宣傳。(繁體、中文、雙拼、輸入法、臺灣、正體)
Stars: ✭ 58 (-72.12%)
Mutual labels:  input-method, ime
Ibus Unikey
Vietnamese IM Engine for ibus
Stars: ✭ 111 (-46.63%)
Mutual labels:  input-method, ime
Imv
Image viewer for X11/Wayland
Stars: ✭ 652 (+213.46%)
Mutual labels:  wayland, x11
Xinput Gui
A simple GUI for Xorg's Xinput tool.
Stars: ✭ 143 (-31.25%)
Mutual labels:  gtk, x11
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-30.29%)
Mutual labels:  wayland, x11
Gtkplatform
Run Qt applications using gtk+ as a windowing system.
Stars: ✭ 146 (-29.81%)
Mutual labels:  wayland, qt
Gimagereader
A Gtk/Qt front-end to tesseract-ocr.
Stars: ✭ 786 (+277.88%)
Mutual labels:  qt, gtk
Shell
🐚 QtQuick and Wayland shell for convergence
Stars: ✭ 168 (-19.23%)
Mutual labels:  wayland, qt
Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+1173.56%)
Mutual labels:  qt, gtk
Quicktile
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Stars: ✭ 719 (+245.67%)
Mutual labels:  gtk, x11
Vkmark
Vulkan benchmark
Stars: ✭ 80 (-61.54%)
Mutual labels:  wayland, x11
Wubi Lex
WIN10系统自带五笔的码表与短语词库安装、管理工具( 可将五笔替换为郑码等其他形码输入法 ),并可增强微软五笔的设置、热键等功能。 发布后的软件仅890KB, 只要一个EXE文件( 绿色免安装 )。软件已自带五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。甚至自带了郑码大词库、可以一键把微软五笔替换为郑码输入法。
Stars: ✭ 385 (+85.1%)
Mutual labels:  input-method, ime
Taffybar
A gtk based status bar for tiling window managers such as XMonad
Stars: ✭ 502 (+141.35%)
Mutual labels:  gtk, x11
Wayst
A simple terminal emulator
Stars: ✭ 117 (-43.75%)
Mutual labels:  wayland, x11
Keera Hails
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications
Stars: ✭ 153 (-26.44%)
Mutual labels:  qt, gtk

kime

Korean IME

View in other languages

English, 한국어


build discord release version aur version license donaricano-btn

Changelog

Why kime

  • Well tested input engine
  • Very fast
  • Low memory footprint
  • Write in mostly Rust no segfaults
  • Allow custom layouts

Have a question?

Please contact with Discord or post issue

Supported frontend

  • [x] XIM
  • [x] Wayland
  • [x] GTK2
  • [x] GTK3
  • [x] GTK4
  • [x] Qt5
  • [x] Qt6

Installation

Arch Linux

you can install from AUR package kime for latest release or kime-git if you want to build from source.

Debian, Ubuntu

you can install from .deb file at releases tab.

Build from source

Docker

It's convenient because you don't need install other dependencies

git clone https://github.com/riey/kime
cd kime

docker build --file build-docker/<distro path>/Dockerfile --tag kime-build:git .
docker run --name kime kime-build:git
docker cp kime:/opt/kime-out/kime.tar.xz .
# if you want deb file try this command instead
# docker cp kime:/opt/kime-out/kime_amd64.deb .

Manually build

make sure cargo and other dependencies listed below are installed before build.

git clone https://github.com/Riey/kime
cd kime

scripts/build.sh -ar

Now all files are in build/out if you want manual install go ahead

you can also use scripts/install.sh <install-prefix> useful script for packaging

and there is scripts/release-deb.sh <deb-out-path> it make deb file.

GTK

you may don't need to do this when you install with package

because most distros doing this themselves.

# If you install gtk2
sudo gtk-query-immodules-2.0 --update-cache
# If you install gtk3
sudo gtk-query-immodules-3.0 --update-cache
# If you install gtk4
sudo gio-querymodules /usr/lib/gtk-4.0/4.0.0/immodules

Configuration

Setup environment variables

Debian-like

Set input method kime in language setting

Other

Add the following to your init script

export GTK_IM_MODULE=kime
export QT_IM_MODULE=kime
export XMODIFIERS=@im=kime

if you use X it could be done in .xprofile

Start additional servers

kime install several .desktop file that you can run

kime-xim kime-wayland kime-indicator
for xim for wayland for tray icon

if you use DE consider add these servers as your start application

if you doesn't have start application such as i3 or sway that just run this commands in your config file

Configuration

Read CONFIGURATION.md for detailed options.

Dependencies

Run time

Note that you only need deps what you need for example, if you don't use qt6 it won't required.

  • gtk2
  • gtk3
  • gtk4
  • qt5
  • qt6
  • libdbus (indicator)
  • libxcb (xim)
  • cairo (xim)

Build time (you don't need when run compiled binary)

Required

  • cmake
  • cargo
  • libclang
  • pkg-config

Optional

  • gtk2
  • gtk3
  • gtk4
  • qtbase5-private
  • qtbase6-private
  • libdbus
  • libxcb
  • cairo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].