flamestream / taction

A touch panel for Windows Tablet PC Artists. Includes designer web app.
MIT License
8 stars 1 forks source link

Taction

A touch panel intended for artists working on Windows Tablet PCs.

Taction Designer

Main Features

Known Minimum Requirement

Creating Your Own Layout

Using the Designer

You may use the designer to generate your own layout. It's currently in early development, but you may give it a try.

Taction Designer

Coding one yourself

At minimum, a JSON file can be used to generate a full layout. It would be validated against the following JSON schema:

App/Resources/config.schema.json

You may refer to that file for a complete list of supported features and combination. To get started, you may take a look at the default layout the application loads:

App/Resources/default.layout.json

Once your file is ready, you may load it through the notification icon context menu.

Bundle Format

If you want images or font to be included with your layout, you may create a bundle.

Name the JSON layout file as layout.json and put all additional resources at the root of a new zip file, then change the extension of the zip file to .taction-bundle.