Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 882 Bytes

File metadata and controls

33 lines (20 loc) · 882 Bytes

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
  • To make Mac with Intel CPU use npm run makex64
  • Executables will be created in the out folder

Appendix