Image Re Colour Tool
-
I plan to have a tool where multiple shapes are overlapping each other to create a design. These shape need to be able to be selected and a colour selected from a colour picker. This need to be a web based solution. My quesiton is which programming language would be the best to achieve this?
-
I plan to have a tool where multiple shapes are overlapping each other to create a design. These shape need to be able to be selected and a colour selected from a colour picker. This need to be a web based solution. My quesiton is which programming language would be the best to achieve this?
If it is web based, you are probably going to want to use JavaScript at some point. You might use CoffeeScript or Typescript as an abstraction, but ultimately they will be producing JavaScript.