Skip to content

Commit 8a33f2a

Browse files
committed
Add a README to help with usage.
1 parent 1912079 commit 8a33f2a

8 files changed

Lines changed: 31 additions & 30 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/target
22
*.dll
3-
.idea/
3+
.idea/
4+
*.png
5+
*.yml

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# EmaPNGTuberV4
2+
3+
A custom PNGTuber software primarily made for [EmaMae](https://twitch.tv/IAmEmaMae).
4+
What happened to the other 3 versions? *no.*
5+
6+
## Why?
7+
I saw Ema have performance issues with the PNGTuber software she was using.
8+
And of course, with the way I am, I just decided to make my own version for them.
9+
10+
This PNGTuber software seems to have less than 1-2% CPU *and* GPU usage on my computer, and
11+
less than 90 MB of memory used, though it could potentially be better.
12+
13+
It utilizes a dynamic rendering feature, where the renderer stops rendering if no updates
14+
are required. This highly helps with the resource usage, especially when idle.
15+
16+
## Usage
17+
You can right-click on the window to toggle the frame on/off, and if the frame is
18+
on, it will show the properties button in the top right.
19+
20+
If the PNGTuber avatar is invisible, make sure the threshold is at -30.0 dB.
21+
22+
## Building
23+
In order to build the project, you must first install the .dll and .lib files required by SDL2.
24+
<br>
25+
You can get the files here: [SDL2](https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0) [SDL2_ttf](https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.22.0) [SDL2_image](https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.2)
26+
27+
This project was compiled and tested on Windows, but it *might* work on other platforms too with
28+
some slight modifications.

how do i title this part 2.png

-219 KB
Binary file not shown.

how do i title this.png

-210 KB
Binary file not shown.

loud.png

-211 KB
Binary file not shown.

normal.png

-213 KB
Binary file not shown.

pngtuber_data.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

speaking.png

-211 KB
Binary file not shown.

0 commit comments

Comments
 (0)