Giter Club home page Giter Club logo

live2ddesktop-cmake's Introduction

Live2DDesktop-CMake

  • 基于Cubism官方示例Cubism Native Sample Minimum Demo修改
  • 基于 Qt 的跨平台支持

功能

  • 模型
    • 加载模型
    • 切换模型
    • 修补动作参数
    • 修改模型参数
  • 界面
    • 角色绘制
    • 系统托盘
    • 设置窗口
    • 右键菜单
    • 输入窗口
    • 聊天记录
  • 其他
    • 跨平台:linux/windows
    • 插件

环境

Windows:

  • Qt 5.15.2 (MinGW-win64) (没有安装qt可以直接使用thirdParty中的静态库,但是运行需要使用 windeployqt)
  • MinGW 8.1 (x86_64)

Linux(以Archlinux为例):

  • gcc/g++ (x86_64)
  • Qt5: sudo pacman -S qt5-base
  • glu: sudo pacman -S glu
  • 其他依赖由于使用者图形化界面配置不同需可能需要额外安装

共用:

  • glew 2.1+
  • glfw 3.4+
  • CMake 3.13+

推荐配置

  • 安装 VS Code 插件 CMakeCMake ToolsC/C++
  • Ctrl+Shift+P 并选择 CMake: Configure
  • Windows平台需要将 Main/CMakeLists.txtset(CMAKE_PREFIX_PATH, ...)... 修改为 qt 的安装路径
  • 选择 live2d 进行构建

live2ddesktop-cmake's People

Contributors

arkueid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.