dwaddell / 4D-Plugin-SDK

4D Plugin SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

4D Plugin SDK

License:MIT License


Languages

Language:C 61.2%Language:4D 19.6%Language:Roff 18.8%Language:C++ 0.3%Language:CSS 0.1%