Skip to content

adonis0147/profile-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

profile-viewer

A cross platform desktop application to view profile data of behavior tree which is built by Electron.

Prerequisite

Installation And Run

git clone https://github.com/adonis0147/profile-viewer
cd profile-viewer
npm install
electron .

Example

  1. Open examples/example.json
  2. View it

example

Speed Up The Installation

  1. To speed up the downloads, you can change the npm registry to a suitable one. For example, in China, you can type the following command to change the registry.
npm config set registry https://registry.npm.taobao.org
  1. You can also change the Electron mirror. For example, in China, you can add the following code to .bash_profile.
export ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"

Application Distribution

npm install -g electron-packager-interactive
epi .

More details can be found in Application Distribution.

Releases

No releases published

Packages

No packages published