Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.13 KB

esora

deprecated

Framework for web visual novel development

This project is still under development and you should not enable it in production.

Getting Started

  1. Clone the repository

    git clone git@github.com:kiochan/esora.git
  2. Install dependencies

    npm install
  3. Build the project

    npm run build
  4. Run the project still under development

Roadmap

  • Renderer (basic)
    • basic rendering
    • live2d support
    • basic animation support
  • Mocap Studio (basic)
    • basic user interface
    • motion capture
    • live preview
    • animation recording
    • wight editing
    • node-based animation editing
    • file format for model and animation *.ecm (esora character model)
  • Streaming Studio (basic)
    • basic user interface
    • load live2d model
    • load model *.ecm from mocap studio

Cooperation

If you want to contribute code, please refer to CONTRIBUTING

License

This project is licensed under the MIT license.