Coordinator it's a simple tool for displaying normalized texture coordinates. It will be used in xml-tag in you addons
Download from Releases
Coordinator
for linux users, Coordinator.exe
for win users
Just run Coordinator
and select any image
Supported formats: png
, jpg
, tga
, blp
Also you can run Coordinator from cmd:
Coordinator path_to_image
and then tool opens you image
You can put your coords in TexCoords
field and press Apply
button, to shown selected rectangle
Because exe file contains everything needed to run pyQt project
You can use some my scripts for this.
- Choose you platform. If you used linux, run
utils/linux/setup.sh
first
1.1. If you modified*.ui
file, useui_converter
script for converting to python-file
1.2. If modified resources file (res/res.qrc
), runres_converter
- Run
main.py
to start program - Run
create_exe
to make executable file