Files
GDevelop/GDJS

GDevelop Javascript Platform (HTML5 game engine)

GDevelop Javascript Platform (GDJS) is the game engine for making HTML5/Javascript based games with GDevelop.

📚 Game developer, searching for the documentation? Go to the GDJS Runtime (game engine) documentation.

Development

GDJS is composed of two parts:

  • the JavaScript game engine (Runtime folder), called GDJS Runtime.
  • the C++ part exposing GDJS to GDevelop IDE (GDJS folder), including the Exporter and classes doing transpilation from events to JavaScript, called GDJS Platform.

GDJS Runtime (game engine)

The game engine is in the Runtime folder. If you want to work on the engine directly, follow the GDevelop 5 README about development of the game engine.

To use the game engine, you can look into the GDJS Runtime (game engine) documentation.

GDJS Platform (exporters, code generation...)

Check the GDJS Platform documentation, or the full GDevelop developers documentation.

Contributing

Any contribution is welcome! Whether you want to submit a bug report, a feature request or any pull request to add a feature, do not hesitate to get in touch.

License

GDJS is distributed under the MIT license: See license.txt for more information.