govarnam icon indicating copy to clipboard operation
govarnam copied to clipboard

Varnam IME for Mac

Open subins2000 opened this issue 4 years ago • 3 comments

This will be simpler than Windows. You'll need XCode.

  • [x] Fork the source code of Lipika IME, open it in XCode, play with it, understand how it works
  • [x] Integrate GoVarnam into it
    • [x] Build for Mac. The output will be a .dynlib or .so. This will be easy. Just do make nix. Maybe add Makefile rules specifically for Mac
    • [x] GoVarnam functions can be called from Swift https://stackoverflow.com/q/34669958/1372424
    • [x] GoVarnam API usage, example is mentioned in the Windows task #7
  • [ ] Automate Mac build via CI

An early installer is available here : https://varnamproject.com/download/mac/ . It's quite stable

Repo: https://github.com/varnamproject/varnam-macOS

subins2000 avatar Sep 14 '21 08:09 subins2000

Hello! Do you have a working prototype for mac ime? build instructions? Thanks!

gotjoshua avatar Jan 29 '22 10:01 gotjoshua

@gotjoshua Yes, you can install mac IME from here : https://varnamproject.com/download/mac/

subins2000 avatar Jan 29 '22 12:01 subins2000

many thanks! i am actually investigating a way to configure a generic IME to use for training "chording" so in addition to installing the actual varnam mac ime, i want to know how to create entries in the IME for english to english chording hints. perhaps i ought to make a separate issue to ask for help with this, but i think this thread is still the correct place to ask for build instructions.

Can you tell me is the installable varnam ime for mac compiled from this govarnam repo? how can i make changes to the dictionary and compile it for myself?

gotjoshua avatar Jan 29 '22 14:01 gotjoshua