V
V
Vinner1232018-09-19 17:25:58
JavaScript
Vinner123, 2018-09-19 17:25:58

A stack of technologies similar to web functionality?

5ba25a42d4a97532247816.png
The task is to add the ability to select a specific tile and change it.
Question: how to implement the grid mechanism, the selection of a specific cell, the movement of the selected element on the canvas? In fact, Excel is a grid, and inside it is svg.
Thanks in advance. I would be grateful for any ideas

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Proskurin, 2018-09-19
@Vlad_IT

VueJS+SVG+delicious_coffee=easy
Well or React. Well, or native, because. there is nothing particularly difficult. List of objects with parameters width, height, x, y, angle (rotation), etc. And you output everything to the canvas in a loop. It is possible on the canvas, but it will be a little more difficult to work with click events, hover events, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question