We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Archicad C++ API
About Archicad add-on development using the C++ API.

Commercial License

Thanh Phan
Contributor

Do I need a commercial license to produce commercial plug-ins using the Archicad API?

4 REPLIES 4
Joel Buehler
Enthusiast

no plugins work in the demo version like they would work in a fullversion. you can start the demo version of archicad either by having not a license 😄 (haha) or with the powershell command 

".\ARCHICAD.exe -DEMO" (Has to be Run in the Directory where your Archicad sits) 

 

some things to consider: 

- running add-ons on demo version has the adventage that you dont need a developer id and a local id of your plugin. found in your developer account

- all examples that come with the SKD run in demo version if you dont provide ids (waht you dont do beacause there are to many plugins to build) those examples are very important. 

- you should have accsess to a fullversion archicad to test out your final plugin. there are a few things that can go wrong on the roll-out and you need to test if the plugin is working fine and as intended. 

- "commercial plug-in" is for itself a difficult thema, since archicad has no plugin shop like autodesk. you need also to create a distribution and payment system by yourself... =( 

 

Thank you, it helps a lot

Peter Baksa
Graphisoft
Graphisoft

Hi,

 

https://archicadapi.graphisoft.com/start says you don't need one. There is a developer license available for testing.

Péter Baksa
Software Engineer, Library as a Platform
Graphisoft SE, Budapest
Thanh Phan
Contributor
 

Hi, thanks for your answer. So what is the developer license purpose?