Answer the question
In order to leave comments, you need to log in
Choosing a js tool to create a workspace
On the client, you need to display 2D objects, as well as tools for editing it.
Editing events are broadcast to the server, after the changes the server gives the client a new 2D model, as well as the tools available to the user (sets of tool menus and editable parameters).
The protocol will most likely be json.
The visualization of the model will be through Canvas.
Visualization of the menu with tool sets, as well as options, is assumed through html\js.
Googling for a day gave a dozen template engines, as well as a dozen frameworks.
But I do not need all their functionality, there is only one page, documents and complex forms generation are not provided, the logic is all on the server.
There are about 30-40 tools, parameters for editing will have to be displayed in the form of various controls and there are about 40-50 of them.
The question is, which templating engine/framework to choose to display the toolkit, as well as the set of current parameters?
Answer the question
In order to leave comments, you need to log in
Of the canvas engines, fabric.js is the most suitable here. Further - unfortunately, it is unlikely that I will prompt.
See the tools section https://www.livecoding.tv/categories/javascript/hi...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question