All Projects → ezshine → vscode-rainbow-fart-waifu

ezshine / vscode-rainbow-fart-waifu

Licence: other
a virtual lover will accompany your programing

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-rainbow-fart-waifu

Vscode Rainbow Fart
一个在你编程时疯狂称赞你的 VSCode 扩展插件 | An VSCode extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.
Stars: ✭ 4,589 (+3822.22%)
Mutual labels:  rainbow-fart
yk
早见沙织-雪之下 rainbow-fart 语音包。这是一个 vscode 彩虹屁🌈插件 [vscode-rainbow-fart](https://github.com/SaekiRaku/vscode-rainbow-fart) 的语音扩展包,灵感来源 [issue#40](https://github.com/SaekiRaku/vscode-rainbow-fart/issues/40)
Stars: ✭ 24 (-79.49%)
Mutual labels:  rainbow-fart
visualstudio-rainbow-fart
一个在你编程时疯狂称赞你的 VisualStudio 扩展插件 | An VisualStudio extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.
Stars: ✭ 26 (-77.78%)
Mutual labels:  rainbow-fart

🌈 Rainbow Fart Waifu

Website:https://rfw.jnsii.com

Languages: 简体中文 | English

Summary


this extension's idea from @SaekiRaku, rewrite all code. compatible all voicepackages, and add some new features.

Special Thanks


  1. the extension included @justkowalski chinese voice package. you can get more voice packages from github
  2. the extension included cmdmp3win.exe,from @James K. Lawless
  3. the default waifu model from @二夏,if you want to design a original waifu only belong to you, contact her.
  4. the extension include another waifu model named keysoban, opensource by @DenchiSoft.

Get More Waifu Models

Supported Platform


Only supported MacOS and Windows10

Q&A


Waifu dosn't display?

A: You need download the waifu container. after unextract all in zip file, run liv2dplayer.exe, call out commands list in vscode, try switch waifu model.

Manual, Commands


🌈 Show Rainbow Fart Waifu Commands

  • "Switch Voice Packages"
  • "Switch Waifu Models"
  • "Open Resource Directory"

if you download voicepackage or modelpackage, you need use this command to open resource directory, move those packages under the path

  • "Download Waifu Container and More Resources"

Features


  1. Removed the WebUI, play audio file used 'afplay' in MacOS and 'cmdmp3win' in Windows10.
  2. Interact with WaifuContainer, Put a virtual wife on your desktop accompany your programing.

VoicePackage Notice


some notice for customize voice package or use voice package download from the internet
  1. use 'contributes.json' not 'manifest.json'.
  2. add texts in 'contributes.json' for match voice content.
"contributes": [
    {
        "keywords": ["function", "=>", "func ", "def "],
        "voices":[
            "function_01.mp3",
            "function_02.mp3",
            "function_03.mp3"
        ],
        "texts":[
            "哇哦,你的回调函数写的好棒棒呀!",
            "这个函数的命名用我的名字怎么样呀?",
            "再厉害的函数,也执行不出我对你的喜欢!"
        ]
    }
]

Support Me


If this extension makes your programming happier, can I have a coke?

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].