mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
Update README.md
This commit is contained in:
60
README.md
60
README.md
@@ -2,16 +2,54 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Changes in This Fork (by Litruv)
|
A fork of [kaiakairos/PNGTuber-Plus](https://github.com/kaiakairos/PNGTuber-Plus) with some quality-of-life upgrades, editor polish, and a few power-user toys.
|
||||||
- **Opacity Controls**: Sprite opacity slider, with hierarchical "affect children" option that also preserves clip mask behavior
|
|
||||||
- **StreamDeck Integration**: Add buttons to enable the streamdeck plugin that was built in
|
|
||||||
- **Rotation Wobble**: New sprite rotation effects with frequency and amplitude controls
|
|
||||||
- **Enhanced Modifier Keys**: Support for complex key combinations (Ctrl+Shift+Alt+Cmd)
|
|
||||||
- **Godot 4.4.1 Support**: Updated to latest Godot stable release
|
|
||||||
- **Microphone Improvements**: Audio delay fix & more *from [k0ffinz/PNGTuber-Plus](https://github.com/k0ffinz/PNGTuber-Plus)*
|
|
||||||
|
|
||||||
## 🙏 Credits
|
---
|
||||||
|
|
||||||
- **Original Project**: [PNGTuber Plus by kaiakairos](https://github.com/kaiakairos/PNGTuber-Plus)
|
## 🔧 Fork Changes (Litruv Edition)
|
||||||
- **StreamDeck Plugin**: Based on [BoyneGames StreamDeck Godot Plugin](https://github.com/BoyneGames/streamdeck-godot-plugin)
|
|
||||||
- **Microphone Improvements**: k0ffinz - Experimental mic loudness detection, improved audio initialization, and audio delay fixes from [k0ffinz/PNGTuber-Plus](https://github.com/k0ffinz/PNGTuber-Plus)
|
### 🎛️ Opacity Controls
|
||||||
|
|
||||||
|
Added a proper opacity slider for sprites, with an "affect children" toggle. Clip masks still behave like they should.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### 🌀 Rotation Wobble
|
||||||
|
|
||||||
|
Sprites can now do a subtle (or chaotic) rotational wobble. Frequency + amplitude sliders included.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### ⌨️ Enhanced Modifier Keys
|
||||||
|
|
||||||
|
Supports combos like Ctrl+Shift+Alt+Cmd. For people with more keybinds than fingers.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### 🎤 Microphone Fixes
|
||||||
|
|
||||||
|
Merged in [k0ffinz’s](https://github.com/k0ffinz/PNGTuber-Plus) audio tweaks:
|
||||||
|
|
||||||
|
* Reduced mic startup delay
|
||||||
|
* Better loudness detection
|
||||||
|
* General stability improvements
|
||||||
|
|
||||||
|
|
||||||
|
### 🧱 Engine Update
|
||||||
|
|
||||||
|
Updated to **Godot 4.4.1** — no more editor nags or compatibility weirdness.
|
||||||
|
|
||||||
|
|
||||||
|
### 🎚️ StreamDeck Integration
|
||||||
|
|
||||||
|
StreamDeck plugin was already in, this just wires up the buttons.
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🧾 Credits
|
||||||
|
|
||||||
|
* Original project by [kaiakairos](https://github.com/kaiakairos/PNGTuber-Plus)
|
||||||
|
* StreamDeck plugin from [BoyneGames](https://github.com/BoyneGames/streamdeck-godot-plugin)
|
||||||
|
* Mic improvements by [k0ffinz](https://github.com/k0ffinz/PNGTuber-Plus)
|
||||||
|
|||||||
Reference in New Issue
Block a user