Find a file
2026-02-06 06:40:26 +00:00
.gitignore removed extraneous files 2026-02-04 21:40:59 -06:00
buildScript.sh handle background colour 2025-08-12 18:36:22 -05:00
json.hpp handle background colour 2025-08-12 18:36:22 -05:00
LICENSE Fixed issue with the end of certain compound paths; added handling for paths with no segments 2025-11-07 14:51:12 -06:00
logBuild.txt Fixed issue with the end of certain compound paths; added handling for paths with no segments 2025-11-07 14:51:12 -06:00
makeTar.sh Added an extra case where an 'l' is needed, moved some print statements behind verbose, removed all instances of auto, added command for making the tar.gz 2026-01-08 14:53:55 -06:00
README.md Updated README 2026-01-18 13:47:38 -06:00
testTwi-site.sh Fixed fatal bug with missing fill color tag 2026-02-06 00:39:40 -06:00
TODO.md Added support for text rotation 2026-02-06 00:27:24 -06:00
twi-sight Fixed fatal bug with missing fill color tag 2026-02-06 00:39:40 -06:00
Twi-Sight-Logo-Eye.png Added logos 2025-08-15 23:03:51 -05:00
Twi-Sight-Logo-Square-Ghost.png Added logos 2025-08-15 23:03:51 -05:00
twi-sight.cpp Fixed fatal bug with missing fill color tag 2026-02-06 00:39:40 -06:00
TypeLogic.md Added support for text rotation 2026-02-06 00:27:24 -06:00

Twi-Sight

A Wick Editor SVG Export Tool

Are you tired of the Wick Editor's backwards method of handling SVG exports? Then I have the solution for you. Twi-Sight reads wick project files and uses that data to construct the SVG itself, allowing you more control over the export project.

Usage

twi-sight [project.wick] [frameNumToExport (int)] [layerToExport (int or x for all)] [exportWidth] [exportHeight] [exportFileName.svg]

Example

twi-sight project.wick 1 x 1920 1080 output.svg

Export all layers of frame 1 in 1920x1080 from project.json to the output.svg