GDevelop is an open-source, cross-platform game engine designed to be used by everyone. https://gdevelop-app.com

Clément Pasteau 2223b6516b Improve Marketing plan logic (#6546) 3 days ago
.circleci 71b369d40e Update Emscripten version to 3.1.21 (#5636) 5 months ago
.devcontainer 79a14e220d Create a devcontainer to do some basic development task via GitHub codespaces. (#5589) 8 months ago
.github c5584f746e Upgrade automatic pull request action (#6399) 2 months ago
.semaphore 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 1 month ago
.vscode 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 1 month ago
Binaries 21a87daf64 Clean markdown files and fix typos (#5248) 1 year ago
Core 3e6d147660 Instance properties panel rework 2 weeks ago
ExtLibs ee22b2e4b1 Upgrade CMake minimum version and improve CMake code (#5446) 10 months ago
Extensions 2fb27f430e Fix "is on platform" condition that was no longer do anything (#6538) 1 week ago
GDJS 12813c9ad9 Fix Sprite collision mask updating when animation frames don't share the same one (#6504) 3 weeks ago
GDevelop.js 3e6d147660 Instance properties panel rework 2 weeks ago
SharedLibs 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 1 month ago
newIDE 2223b6516b Improve Marketing plan logic (#6546) 3 days ago
scripts 85ef9a9561 Fix casing gdevelop (#6323) 2 months ago
.clang_complete 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930) 2 years ago
.clang_format 60484ee464 Add Visual Studio code settings for auto-formatting of C++ files 5 years ago
.gitattributes 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930) 2 years ago
.gitignore 5681667dde Add a gitpod.io configuration file (experimental) 2 years ago
.gitpod.yml 71b369d40e Update Emscripten version to 3.1.21 (#5636) 5 months ago
.travis.yml 71b369d40e Update Emscripten version to 3.1.21 (#5636) 5 months ago
CMakeLists.txt a0925c79c3 Add a new simplified way to use variables in expressions, and automate renaming of variables in events (#5580) 7 months ago
LICENSE.md 8fb139ff63 Rename the readme and license files to match standard (#5272) 1 year ago
README.md 8fb139ff63 Rename the readme and license files to match standard (#5272) 1 year ago
appveyor.yml 70d5de16bf Fix Windows code signing (#6233) 3 months ago
crowdin.yml 19ef8742f0 Extract translation sources and upload them to Crowdin at each commit on master (#3114) 2 years ago
tsconfig.json 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 1 month ago

README.md

GDevelop logo

GDevelop is a full-featured, no-code, open-source game development software. You can build games for mobile, desktop and the web. GDevelop is fast and easy to use: the game logic is built up using an intuitive and powerful event-based system.

The GDevelop editor when editing a game level

Getting started

❔ I want to... 🚀 What to do
Download GDevelop to make games Go to GDevelop website to download the app!
Contribute to the editor Download Node.js and follow this README.
Create/improve an extension Download Node.js and follow this README.
Help to translate GDevelop Go on the GDevelop project on Crowdin or translate in-app tutorials.

Are you interested in contributing to GDevelop for the first time? Take a look at the list of good first issues, good first contributions or the "🏐 not too hard" cards on the Roadmap.

Overview of the architecture

Directory ℹ️ Description
Core GDevelop core library, containing common tools to implement the IDE and work with GDevelop games.
GDJS The game engine, written in TypeScript, using PixiJS (WebGL), powering all GDevelop games.
GDevelop.js Bindings of Core, GDJS and Extensions to JavaScript (with WebAssembly), used by the IDE.
newIDE The game editor, written in JavaScript with React, Electron and PixiJS.
Extensions Extensions for the game engine, providing objects, behaviors, events and new features.

To learn more about GDevelop Architecture, read the architecture overview here.

Pre-generated documentation of the Core library, C++ and TypeScript game engines is available here.

Status of the tests and builds: macOS and Linux build status Fast tests status All tests status Windows Build status

Links

Community

Development Roadmap

Games made with GDevelop

Some games made with GDevelop

License

  • The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively Core, GDJS, newIDE and Extensions folders) are under the MIT license.
  • The name, GDevelop, and its logo are the exclusive property of Florian Rival.

Games exported with GDevelop are based on the GDevelop game engine (see Core and GDJS folders): this engine is distributed under the MIT license so that you can distribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open-source.