Skip to main content
Known Participant
December 21, 2023
Resuelto

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

  • December 21, 2023
  • 3 respuestas
  • 562 visualizaciones

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. 

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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

3 respuestas

m1b
Community Expert
m1bCommunity ExpertRespuesta
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!