Tiling tool

From Inkscape Wiki
Jump to navigation Jump to search

Tiling tool

The current tiling interface is hard to use. The current interface attempts to make the process more user friendly through the use of a tool that creates a "render frame", which consists of two parts:

  • A base tile, where the pattern is supposed to be
  • A more general render frame, showing the location of the output
  • Both can be edited on-canvas

The tiling process is simply:

  1. Create a frame
  2. Select a pattern and a frame
  3. Click "Render" from the tiling tool
  • By default the frame becomes invisible after a render, and becomes "implied" in the generated output (a bit like clipping?).
  • Undoing the render makes the frame appear again.
  • The user can choose to drop a copy of the frame after a render for re-use however, or make a copy before applying.
Type Description
Wallpaper tiling Allows users to use the 17 wallpaper types.
Radial tiling
  • This is for radial designs, and allows both angular clones and radial clones.
  • For angular clones, users can choose between simple rotation or symmetry + rotation. (thus covering the Rosetta patterns as well)
  • For radial clones, users can choose between same direction and alternating directions.
Path tiling
  • Clones are generated along a path. This can be used to create a string of decorations, for repeating frills, for page borders etc.
  • Users can choose from all 7 Frieze groups.

UI Proposal for tiling tool

Render modes

There are two modes:

  • Create clones: This is the current rendering mode
  • Fuse: This mode first cuts excess for "inner" sides, then performs a "fuse" operation on the whole output.

Explanation of "Fuse" feature for tiling proposal

More examples of the possible outputs for the “Fuse Cut” mode

Render frame

The render frame is made up of:

  • A central tile, which defines the location of the pattern to copy
  • A more general render grid

UI Proposal for the Render frame of the Tiling tool proposal

On-canvas transformation handles

UI proposal for on-canvas handles for the tiling tool proposal

Guide points

UI proposal for guide points feature for Tiling Tool

Guide points are there to serve as reference point when creating tile designs.

  • When you add a guide point, "counterparts" are generated in all the other tiles
  • Ctrl-drag to drag out a segment.
  • The idea is that users can snap guide points along tile edges, snap a node of the pattern to that guide and snap the node handle to the end of the guide segment, then repeat with the guide point's counterparts. This should help easily create seamless transitions.

On-canvas dynamics editing

(in progress)

Radial tiling

(to-do)

Line tiling

(to-do)

Tile stacking

You can stack different tilings!

Explanation of tile stacking feature for my tiling proposal

Inkscape will likely have an Effects stacking mechanism in the future. Whatever it is, tiling would also fit right into it.

Line patterns

And why not "line patterns" while we're at it?

UI proposal for line pattern choosing

Implementation

Proposed implementation steps:

0. Very desirable: Guide management

See blueprint. Rather, what is needed here is not a full guide management system, but rather how to "define" a guide, as the guides here have properties very different from "normal" objects.

Core features

1. The glorified clone and distribute tool

UI Proposal for first step of tiling tool implementation

  • This step is a mere front-end to the current interface. It allows you to place a single guide tile for a given wallpaper group.
  • Select that tile, select your pattern, input some tile values, and render.
  • To add dynamics, you have to open the old Tiling dialogue.

What needs to be done:

  1. The programer should guide tiles for all 17 wallpaper groups. Many can share tiles, so can be grouped into "Rectangle, P3, P4 etc."
  2. The tiling interface is forced to take bound coordinates from this tile.
  3. Preview in the dialogue: Veronica has already done previews. They need to be added for users to be informed about what is being used.

If guide management isn't available yet, the interface could drop a normal object of the right shape. By default, Inkscape will then use the top object's bounds to render the tile. But honestly, let's have some proper guides, they'll be needed for the other features.

Why it's an improvement over the past interface:

  • Better visibility. Many users likely don't know the tiling dialogue exists.
  • And they run away as soon as they do find it. I know I did.
  • Make a rectangle. Apply a P3 transformation. Any idea what happened? Me neither. At least with tiles, users will know what the heck is being transformed, so they can actually create proper patterns.
  • Also, users don't need to resort to the trick of grouping the pattern they want with a rectangle first, and deleting that rectangle afterwards.

2. The render frame - static

What needs to be done:

  1. The user needs to be able to implement a grid object ("render frame") for all 17 wallpaper groups (again, many wallpaper groups use the same types of render frames) around the base tile object.
  2. It should be possible to add to this grid just by dragging on the edges. Shift-drag to increase in all directions.
    • Additional features: add/remove tiles by Alt-clicking individual frames, by Alt-dragging (touch-create) and by Ctrl-Alt-dragging (lasso around an area to create or remove)(hold down shift for the last two to remove instead).
  3. Once this feature has been implemented, the "Rows, Columns" and "Width, Height" fields of the tiling dialogue can be removed completely.

Once I.1. and I.2. are implemented, we'll have a decent tiling tool. I propose also re-arranging the dialogue to make it easier to use:

  • Symmetry and render buttons could potentially be moved from the dialogue to the tool.
  • Presets for dynamics
  • Dynamics get listed vertically, with checkboxes, so Inkscape can have default usable values that users can access by just checking the box.

More advanced wallpaper tiling features

These can now be implemented separately.

1. Base tile handles

Handles are added to the base tiles, making it possible to switch from one tiling to another.

  1. Changing symmetries should be the priority.
  2. Eventually controls for angles could be added too, though this is lower priority, as not many users absolutely need to change from one tile shape to another.
  3. Before, tiles and tiling type are treated separately, since the same rectangle tile for example can be used for several different type of transformations. Now that the tiling can be visualized and edited on-canvas, the tiling type should now be linked directly to the guide tile, so the tiling type drop-down can be removed.
  4. Users are now offered to create a "Wallpaper" tile by default. Other transformation types are accessed via a pop-up when choosing "others." All previews are moved to this pop-up.

Note: P1 tiles can be skewed, but certain handle transformations may snap it straight.

II.2. Fuse mode

As noted, this is a cut + fuse operation. The programmer needs to implement the following features:

  1. Boolean operation (specifically cut) on groups
  2. This also means fixing the cut operation, which is currently rather buggy...
  3. The guides must be extended, and for each wallpaper group, the ways to "cut" the tiles must be defined
  4. The programmer must then find the way to define the zone to be delete
  5. "Fuse" uses the existing group node join operation however

3. Guide points

Again, the tricky part is how to define guide points and implement them as a separate object (how does the code for object rotation centers work?). On the other hand, point object are useful for other tools and features (such as serving as guides for connectors, etc.) The programmer must:

  1. Define/create guide points. This object can be snapped to objects and guides.
  2. Program it so that iterations of it appear and are rendered correctly in each tile of the render frame according to the chosen transformation mode. If the transformation type is changed, they must also update automatically.
  3. Additional feature: Ctrl-drag to create a segment from the point: this helps make transformations in each tile more obvious, and helps for handle-snapping.

Super fancy wallpaper features

On-canvas dynamics editing

This may require reworking the dynamics mechanism.

  • Two tiles are chosen as reference frames, for row and column respectively.
  • Deformations are propagated live along the other types.
  • Colors can be added to the reference tile for HSL interpolation.

The programmer must basically:

  1. Change the static render frame into a dynamic one that updates dynamically by propating values across all tiles. Good luck.
  2. The old dynamics dialogue can probably be replaced with a leaner interface restricted to row for one, and columns for the other. The core mechanism is still more or less the same.

In-progress: mechanism for adding and previewing jitters?

2. Interpolation gradients?

This takes the previous a step further. You can now add multiple stops. The current internal mechanisms thus have to be reworked.

Other tiling types

Two other desirable tilings are Radial and Line tiling. Implementation can probably start once the features in I. Core features are implemented. IV.1. Radial tiling

IV.2. Line tiling