-
On iOS or iPadOS, add an operation to let user import his live2d model (a folder containing `.json` files, etc).
-
Inochi2D is a free(in freedom) and open source alternative to Live2D. Currently under development but already being very capable of displaying 2D puppets.
Everything they do are opened source here:…
-
想请教一下如何自定义live2d模型,因为在网页端播放live2d的资料过于庞杂,我目前只能用renpy这种打包好了的应用,无法在服务器上部署我自己的live2d模型。
-
参考了官网
https://docs.live2d.com/zh-CHS/cubism-sdk-manual/lipsync/
口形同步的方法,但不知道加在项目中的哪里。可否指导一下。感谢!
-
https://4177ari.github.io/2024/10/04/%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E8%AE%B0%E5%BD%95/?
基于HEXO+Butterfly+非官方live2d实现 关于如何用hexo搭建一个博客并部署上github,详细请在浏览器中搜索教程。步骤有安装Git,Node.js,Hexo,随后在Github中创…
-
see the title?
-
How to change the relative position of live2D-Widget-model-Shizuku model, such as on the left, how to make it to the right relative to the web page?
-
作为一个小白,没有什么插件/教程比这个更有好了,我非常喜欢! 但是我在使用自己的模型是,只能在首页成功显示,在其他页面插件应该是加载了,点击区域也有点击效果,但是模型没加载,所以看不见人。用默认的模型就正常,为什么自己的模型就不行了呢? 报错:`likeumr.com/:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0…
-
Is it possible now? I try to run simple script:
```
image Hiyori = Live2D("live2d/Hiyori/Hiyori.model3.json", loop=True)
label start:
show Hiyori m01 at center
"motion 1"
show Hiyori m02…
-
@reinux is looking into integrating this into Nu.
I think it should be workable given its SDK's C-based API along with a .NET wrapper generator, or perhaps even with a manually created .NET wrapper…