Files
GDevelop/Extensions
Florian Rival c267d14348 Merge pull request #452 from Lizard-13/skeleton-runtime-object
Add Skeleton object extension (still in Beta)
2018-04-23 21:50:09 +01:00
..
2017-11-02 22:39:52 +01:00
2018-04-13 06:50:51 -03:00
2015-08-17 23:52:59 +02:00
2018-02-27 21:51:15 -03:00
2016-01-14 19:46:56 +01:00

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.