Skip to content

OpenLive3D/OpenLive3d.electron

Repository files navigation

OpenLive3d.electron

Electron Implementation of OpenLive3D

Join our Discord Server: Discord

Abstract

This repository includes the files that we used to turn the website into an Electron App.

In Release, we included the executable files for:

  • Mac .zip
  • Windows .exe
  • Linux .AppImage

https://github.com/OpenLive3D/OpenLive3d.electron/releases

Local Building Process

  • Install: npm install
  • Start Local Electron App: npm run start
  • Build Executables: npm run make
  • Executables will be created in the out folder

Appendix