How can I get started making extensions?

can anyone help me starting making extensions

Sure! What kind of extension would you like to build? The terminology is a bit messy right now as extensions has come to mean more than one thing:

  • Extensions which contain only Lua scripts and other Defold components are called library projects or libraries. Documentation here: https://defold.com/manuals/libraries/
  • Extensions which contain native code (C, C++, Java, Objective C etc) are called native extensions. Start by reading the introductory manual to native extensions in Defold: https://defold.com/manuals/extensions/
3 Likes

I want to create extension for the which contain native code (C, C++, Java, Objective C etc) for my project, [REMOVED URL]

If you really want to create extensions and not promote a website please review the Native Extension documentation: Writing native extensions for Defold

1 Like