Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).