Skip to content

A tutorial on deploying Cubism's Live2D SDK samples to Heroku

License

Notifications You must be signed in to change notification settings

RuolinZheng08/heroku-live2d

Repository files navigation

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