ZeppPlayer
This application can run ZeppOS apps & watchfaces in your browser. Useful for homebrew development, faster and more flexible than the official ZeppOS Simulator, but a bit less compatible.
This application can run ZeppOS apps & watchfaces in your browser. Useful for homebrew development, faster and more flexible than the official ZeppOS Simulator, but a bit less compatible.
ZeppPlayer.exe
from this directroy.sudo xattr -r -d com.apple.quarantine
and after a space, drag ZeppPlayer onto the terminal window to paste the path to it and press Enter. If prompted, enter your account password.Just place them to projects
directory. If you have them as bin
file, rename it to zip
and unpack.
In windows/linux, this directory is near application executable. In macOS, it was located in ~/Library/Application Support/ZeppPlayer
. Easiest way to find it, just select <file manager>
option in project picker (top left corner of player in browser). For troubleshooting you can run application with dev
argument (eg ./start.sh dev
), this will enable logging. In this menu also could change projects directory location, if you want.
Find Zepp Player icon in system tray. Right-click them and select Exit
.
_name
prop to widget config, that name will be visible in Explorer. Example can be found in included Demo watch face.NodeJS and npm is required for that. Download sources archive and unpack it.
Open terminal/command prompt in this folder, and do:
npm i
npm run build
# Administrator acces (or sudo) may be required for command bellow
npm i -g .
Wait a while. After that, you can in any other command prompt use zepp-preview
to generate previews.
zepp-preview [command]
Commands:
zepp-preview <projects...> Preview a list of projects
Options:
--help Show help [boolean]
--version Show version number [boolean]
--gif With GIF preview [boolean]
--png With PNG preview [boolean] [default: true]
-o Output path, {} will be replaced with current project path
[string] [default: "{}"]