Skip to content

Commit 77e323d

Browse files
committed
2 parents dea814c + e906cf7 commit 77e323d

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

MainWindow.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public MainWindow()
4545
InkControls.whiteboard = theWhiteboard;
4646
optionsDialogue.whiteboard = theWhiteboard;
4747
optionsDialogue.background = theBackground;
48+
theWhiteboard.SetPenColour(Colors.Yellow);
4849

4950
theWhiteboard.SetPenColour(FromName(ConfigurationManager.AppSettings["Default_Pen_Color"]));
5051
theWhiteboard.SetPenThickness(double.Parse(ConfigurationManager.AppSettings["Default_Pen_Size"]));
@@ -212,4 +213,4 @@ public ICommand handleSelectThickness
212213
#endregion
213214

214215
}
215-
}
216+
}

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# NDI Telestrator
22

3-
> Fork of gbraad's [NDI Whiteboard](https://github.com/gbraad/NDI-Whiteboard)
3+
Note
4+
-------
5+
This program has issues running on Intel intergrated gpus. In my testing it works fine with AMD Intergrated gpus. I have tested it on bolth AMD and Nvidia gpus and it works fine.
46

5-
A whiteboard application which outputs to NDI endpoint named `Telestrator`.
67

7-
✔️ Supports transparent/alpha output over NDI
8-
✔️ Supports screenshots (JPG / PNG [with alpha])
9-
✔️ Supports multi-layer drawing imports/exports
10-
✔️ Multiple ink colours and backgrounds
11-
✔️ Supports an NDI source as a background
8+
About
9+
-------
10+
> Fork of featherbear's [NDI Telestrator](https://github.com/featherbear/NDI-Telestrator)
1211
13-
<!-- ![Example](https://raw.githubusercontent.com/gbraad/NDI-Whiteboard/master/Assets/example.png) -->
12+
A application that lets you draw on an NDI sorce. It outputs just the ink to a NDI endpoint named `Telestrator`. Questions add me on discord `Tdash#9829`
1413

15-
Authors
14+
TODO
1615
-------
16+
* Add Vmix Replay shortcuts for play, pause, reverse and playback speed.
17+
* Make a wiki.
18+
1719

20+
21+
Authors
22+
-------
23+
* [Tj Doescher](https://github.com/Tdash2)
1824
* [Andrew Wong](https://github.com/featherbear)
1925
* [Gerard Braad](https://github.com/gbraad/) (original author)
2026

0 commit comments

Comments
 (0)