From db3c62d66373a4264a66143b427c2574eb0b0969 Mon Sep 17 00:00:00 2001 From: Subin Siby Date: Sun, 14 Nov 2021 13:50:27 +0530 Subject: [PATCH] Add PR 2 --- .github/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/README.md b/.github/README.md index 29fce6b..52e567f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -6,6 +6,9 @@ Built at FOSSUnited's [FOSSHack21](https://fossunited.org/fosshack/2021/project? This project is a hard-fork of [lipika-ime](https://github.com/ratreya/Lipika_IME). Changes made: * https://github.com/varnamproject/varnam-macOS/pull/1 +* https://github.com/varnamproject/varnam-macOS/pull/2 + +Lipika & Varnam is very different in their handling of transliteration. Both are incompatible with each other. Lipika is a good project to hack on to make your IME, it has a settings window, IME and installer. But it's difficult to get started. This IME removes many complicated code from it and tries to make it easier with improved documentation as well. There aren't many documentation on how to make IMEs for macOS, especially in **English**. Getting started with XCode is also tricky for beginners. Setting up **Lipika** was also difficult.