Last Modified: 2022-10-22

TODO

Get Started

UXP/kwik-exporter

  1. Open Adobe UXP Developer Tool

    Add Plugin by selecting develop/UXP/kwik-exporter/dist/manifest.json

    Kwik Exporter Panel apppears

  2. From the UXP plugin

    Photoshop Files > Open

  3. Double Click the one of .psd in the list to open it for editing.

  4. Solar2D Project > Select Book or create a new Solar2D project

  5. Publish

    selected psd files are publihsed to App/book folder


A project folder

 ├── Photoshop
 │   └── book
 │       ├── kwikconfig.json
 │       ├── page1,psd
 │       └── page2.psd
 └── Solar2D
     ├── rel
     ├── src
     │   ├── App
     │   │   └── book <==== the published images/lua files are inside this folder
     │   ├── Images.xcassets
     │   ├── LaunchScreen.storyboardc
     │   ├── assets
     │   ├── build.settings
     │   ├── commands
     │   ├── components
     │   ├── config.lua
     │   ├── controller
     │   ├── en.lproj
     │   ├── extlib
     │   ├── jp.lproj
     │   ├── main.lua
     │   └── mySplashScreen.png
     ├── templates
     └── tools

Solar2D Simulator/kwik-editor

Open main.lua in Solar2D/src with Solar2D Simulator

Kwik Visual Code Editor wiil be loaded and your content(App/book) of your psd files are previewd

For instance, animtion editing

Action editing