Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanorei32/commentoverlay
This software displays comment on the screen and controls PowerPoint.
https://github.com/yanorei32/commentoverlay
Last synced: 4 days ago
JSON representation
This software displays comment on the screen and controls PowerPoint.
- Host: GitHub
- URL: https://github.com/yanorei32/commentoverlay
- Owner: yanorei32
- Created: 2019-08-23T18:31:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:20:54.000Z (11 months ago)
- Last Synced: 2024-10-10T21:13:16.594Z (26 days ago)
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comment overlay
This software displays comment on the screen and controls PowerPoint.
## How to build
* Windows 10
* Office
* Cygwin / GNU Make```bash
git clone https://github.com/yanorei32/CommentOverlay
cd CommentOverlay
make
```## Other requirement
Run this command in command prompt (Administrator)
```
netsh http add urlacl url=http://+:6928/ user=USERNAME
```## How to use
Run application
```bash
cd CommentOverlay
./launch-sample.sh [fontsize] [framerate]
```GUI Key bind
```
q: Quit
any key (without q): start presentation
n: Next
p: Previous
```## Coding Rules
* Tab 4 indent / Unix style new line (LF).