All Projects → akiroz → Live2D-Widget

akiroz / Live2D-Widget

Licence: other
Desktop Widget for Live2D Models

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Live2D-Widget

Unitylive2dextractor
Unity Live2D Cubism 3 Extractor
Stars: ✭ 183 (+107.95%)
Mutual labels:  live2d
vue-live2d
vue live2d 看板娘(Demo: https://evgo2017.com/repo/vue-live2d)
Stars: ✭ 66 (-25%)
Mutual labels:  live2d
liveSpeech
将主播说的话通过各个云平台的语音服务合成另外一种声音的OBS工具
Stars: ✭ 31 (-64.77%)
Mutual labels:  live2d
Electron Elf
使用electron和live2D开发的类似桌面精灵的应用(A desktop application developed using electron and live2D)
Stars: ✭ 233 (+164.77%)
Mutual labels:  live2d
aLive2D
aLive2D! 一个萌萌哒 Live2D API o(*≧▽≦)ツ 快来向web页面添加可爱的看板娘吧~
Stars: ✭ 170 (+93.18%)
Mutual labels:  live2d
Venus
A Windows Dock Widget Written in Pure Python
Stars: ✭ 17 (-80.68%)
Mutual labels:  desktop-widget
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (+94.32%)
Mutual labels:  live2d
nep-live2d
Live2D wallpaper for Neptune, running on Wallpaper Engine.
Stars: ✭ 45 (-48.86%)
Mutual labels:  live2d
qiokian
🙊 live2d anime waifu vuejs component.
Stars: ✭ 34 (-61.36%)
Mutual labels:  live2d
XLand
Live2D VTuber(Virtual YouTuber) App with extensible node graph editor
Stars: ✭ 62 (-29.55%)
Mutual labels:  live2d
Live2dmodel
页面上加载的模型
Stars: ✭ 241 (+173.86%)
Mutual labels:  live2d
react-live2d
在react项目里展示live2d看板娘:react-live2d
Stars: ✭ 52 (-40.91%)
Mutual labels:  live2d
poilive2d-kai
给你的WordPress博客添加一只萌萌的看板娘!!
Stars: ✭ 19 (-78.41%)
Mutual labels:  live2d
Live2d
来定制一个自己专属的live2D看板娘吧(๑•̀ㅂ•́)و✧
Stars: ✭ 225 (+155.68%)
Mutual labels:  live2d
vscode-live2d
一个简单的VSCode看板娘插件,会跟随你的鼠标动作变化,写代码累了可以逗逗她哦
Stars: ✭ 87 (-1.14%)
Mutual labels:  live2d
Azurlanelive2dextract
OBSOLETE - see readme / 碧蓝航线Live2D提取
Stars: ✭ 171 (+94.32%)
Mutual labels:  live2d
live2d-viewer-web
Web implementation of Live2D Viewer.
Stars: ✭ 42 (-52.27%)
Mutual labels:  live2d
live2d
适用于Sakura主题的live2d + 少女前线API
Stars: ✭ 25 (-71.59%)
Mutual labels:  live2d
pixi-live2d-display
A PixiJS plugin to display Live2D models of any kind.
Stars: ✭ 254 (+188.64%)
Mutual labels:  live2d
live2d.user.js
live2d script for tampermonkey.
Stars: ✭ 34 (-61.36%)
Mutual labels:  live2d

Live2D-Widget

a little cross-platform desktop widget based on the Live2D Sample App in the SDK

nw.js builds are avaliable on http://nwjs.io/

Tested on all 3 platforms with nw.js version 0.12.x

UPDATE March 20th, 2016

  • context menu (exit button added)
  • preserve window state and position
  • auto-load models (scans for *.model.json)

Usage:

  • adjust window size in package.json
  • move: look
  • scroll: zoom
  • l-click: touch
  • r-click: context menu - change models, always on top, and exit

Install (Windows/Linux):

  1. extract the right nw.js package to the root directory
  2. optionally edit package.json for window size
  3. run nw(.exe)

Install (Mac OS):

  1. rename the root directory to app.nw
  2. put it inside nwjs.app/Contents/Resources/
  3. optionally edit package.json for window size
  4. run nwjs.app

Add/Remove Models:

  1. put/delete model folder inside assets/

  2. (add only) inspect your *.model.json, make sure it implements the idle motion

  3. (add only) optionally implement the tap_body motion with proper hit_areas defined

  4. (add only) if the model doesn't fit properly inside your window, add/edit the layout section inside *.model.json

    (see assets/haru/haru.model.json for reference)

Troubleshooting

  • Gettiing audio to work: 2 possible solutions.
    • follow this guide to get MP3 in nw.js
    • convert all audio to Vorbis (ogg/oga)

Issues/Todo:

  • transparency in linux doesn't work unless GPU is disabled but WebGL requires GPU
  • transparency in Mac OS will show a visible title string
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].