Skip to main content
Known Participant
December 21, 2023
Answered

Como posso criar um plugin para adobe illustrator? Qual ferramenta preciso?

  • December 21, 2023
  • 2 replies
  • 549 views

Eu já possuo alguns scripts. Mas gostaria de criar plugins. Porém não encontro em lugar algum a ferramenta/plataforma onde posso começar o trabalho. 

This topic has been closed for replies.
Correct answer m1b

If you want to make plugins *from* scripts: try searching for Adobe CEP extensions. A scripter who doesn't know much C++ will be able to get a script working as an extension quicker this way than with the SDK. CEP and SDK are very different, so please do some reading.

- Mark

2 replies

m1b
Community Expert
m1bCommunity ExpertCorrect answer
Community Expert
December 21, 2023

If you want to make plugins *from* scripts: try searching for Adobe CEP extensions. A scripter who doesn't know much C++ will be able to get a script working as an extension quicker this way than with the SDK. CEP and SDK are very different, so please do some reading.

- Mark

Known Participant
March 15, 2024

Thank you, I'm studying the subject!

Rick E Johnson
Inspiring
December 21, 2023

Most people here will guide you to the Adobe Illustrator SDK (Software Development Kit) but I find it's simpler and easier to use the CORE libraries from Hot Door (http://hotdoorcore.com). They are also based on the SDK but simpler to use and includes a few other tools like building your UI in the same code as your project. I recommend you download it and check out the sample projects. Best of luck with your plugin development!