Skip to content

Commit

Permalink
Add README.md for renderer/
Browse files Browse the repository at this point in the history
#codehealth

PiperOrigin-RevId: 680462311
  • Loading branch information
hiroyuki-komatsu committed Sep 30, 2024
1 parent b92c4fd commit 82eda5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/renderer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# renderer/

`renderer/` is the directory for the candidate window GUI process.

## Overview

The candidate window GUI process receives commands from the Mozc clients via
IPC. The commands are defined in
[`protocol/candidates.proto`](../protocol/candidates.proto).

## Locations of main function per platform

* Linux (Qt): [`qt/qt_renderer_main.cc`](qt/qt_renderer_main.cc)
* macOS: [`mac/mac_renderer_main.cc`](mac/mac_renderer_main.cc)
* Windows: [`win32/win32_renderer_main.cc`](win32/win32_renderer_main.cc)

0 comments on commit 82eda5b

Please sign in to comment.