Skip to content

Varnam IME for Windows #7

@subins2000

Description

@subins2000

Windows has a Input Method Engine API. The task is to make a Varnam IME for windows. Tasks:

  • Start with making a simple IME for Windows. Try to see if an IME can be made with Go language itself by using cgo. Resources:
  • Build GoVarnam for Windows. The output will be a dll file. This will be relatively easier. We'll need to modify Makefile to add a windows build clause so that we can just do make windows
  • Integrate GoVarnam with IME we made before. GoVarnam is a shared library. There will be mechanism to link to the dll and call the functions in it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions