mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
b8322398f3
Changed font family and font weight flags to use the new convention to prevent deprecation warnings from wxWidgets.
Official extensions for GDevelop
These are the official extensions directly bundled with GDevelop.
Getting started
First, take a look at the Readme.md at the root of the repository and the developer documentation. Extensions always contains an Extension.cpp and/or a JsExtension.cpp file that are used to expose the extension to GDevelop IDE.
After being compiled, extensions binaries are put in Binaries/Output/Release_{OS}/CppPlatform/Extensions (or Binaries/Output/Release_{OS}/JsPlatform/Extensions), where {OS} can be Windows, Linux for example.
Contributing
Any contribution is welcome! Whether you want to submit a bug report, a feature request or any pull request so as to add a nice feature, do not hesitate to get in touch.
License
- Extensions are provided under the MIT License: see license.txt file.
- External libraries can be used by extensions (Box2D, Dlib or SPARK for example). See their licenses in their directories.