Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.37 KB

Heroku Cubism Live2D Web Samples

Demo on https://heroku-live2d.herokuapp.com/

Building on Cubism's official GitHub repository, this repository walks you through deploying a Cubism Web App to Heroku. Check out my Heroku app.

Read my tutorial on freeCodeCamp or watch my YouTube tutorial. Follow along using the start branch. The finished project is available on the develop branch.

I've also created a cookbook to help you learn about the Live2D Cubism 4.0 Model Editor and SDK. Happy rigging!

Directory Structure

Translated from the Japanese README.

.
├─ .vscode          # Visual Studio Code project setting
├─ Core             # Live2D Cubism Core JavaScript and TypeScript source code
├─ Framework        #  Source code for the rendering and animation features
└─ Samples
   ├─ Resources     # Live2D model files and web image assets
   └─ TypeScript    # [IMPORTANT] TypeScript sample project