Skip to content

4d/4D-Plugin-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4D Plug-in SDK

Introduction

  • This folder contains the 4D Plugin API. 4D Plugin API, written in C, adds more than 400 functions that help you to easily create your own plug-ins to add new functionnalities to your 4D application. 4D Plug-in API functions manage all the interactions between the 4D application and your plug-in.

  • The 4D Plugin Wizard is an essential tool that simplifies the task of developing 4D plug-ins. It writes the code 4D needs to correctly load and interact with a plug-in, allowing you to concentrate on your own code.

Installation

git clone https://github.com/4D/4D-Plugin-SDK.git

Documentation

4D Plugin API

Release note

  • v18: Update to v18
    • 4D Plugin Wizard: Converts the 4DB in project.
    • 4D Plugin Wizard: Move the manifest.json in the Resources folder of the plug-in due to Mac notarization.