-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative tiling controls #121
Comments
This comment has been minimized.
This comment has been minimized.
About the second point under "Pop up per bright grid point": This answer is disappointing as possible alternative for the cheat sheet of stitches. Another alternative is a dynamically positioned pop up. Onclick of a caption line should set the content of the active input field. |
For the new approach: download, unzip and try docs/pricking.html |
Reopened because the subject popped up again in #165. Not likely to get implemented, see previous message. |
Dropped idea for pop-up per stitch. ince 08fee748 we have another method to assign stitches. |
Intro
The advanced forms on the tiles page feel like "programming" for the targeted audience. A better user interface could enhance the experience. These specifications are for a specialist in front-end (web-page) design and development.
The intention is to hide the form fields for the user.
The fields might or might not remain for internal book-keeping as long as the whole can interact with the query string constructed from these form fields, almost like submitting the form but avoiding encoding and skipping not recognized characters from user input. The encoding is avoided to make the links human readable.
Interactive bounding boxes
As zipped SVG
The handle to move boxes definitely can use some visual improvement.
The bright green box is optional. It should contain/control an upload-able background image for "tracing" purposes. This box doesn't snap to anything. The other boxes snap between grid points.
The turquoise box controls the patch size.
The other boxes control the size of the matrices. Reducing their size means removing rows/columns from the corresponding matrices. Increasing their size means adding rows and columns filled with
-
. The two boxes in the middle have the same size and control the size of the centre matrix. Their positions define how this matrix is repeated. One box defines the translation relative top the top left corner of the turquoise box. The second defines the translation relative to the previous box. When the first moves, the second moves along, but not the other way around.The text was updated successfully, but these errors were encountered: