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

AlexandreS 2310f2a618 Fix example opening not working from the example dialog (#6564) 1 dag geleden
.circleci 71b369d40e Update Emscripten version to 3.1.21 (#5636) 5 maanden geleden
.devcontainer 79a14e220d Create a devcontainer to do some basic development task via GitHub codespaces. (#5589) 8 maanden geleden
.github c5584f746e Upgrade automatic pull request action (#6399) 2 maanden geleden
.semaphore 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 2 maanden geleden
.vscode 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 2 maanden geleden
Binaries 21a87daf64 Clean markdown files and fix typos (#5248) 1 jaar geleden
Core 3e6d147660 Instance properties panel rework 1 maand geleden
ExtLibs ee22b2e4b1 Upgrade CMake minimum version and improve CMake code (#5446) 10 maanden geleden
Extensions 4ca859c8b9 Allow player authentication in a leaderboard (#6552) 1 week geleden
GDJS 4ca859c8b9 Allow player authentication in a leaderboard (#6552) 1 week geleden
GDevelop.js 3e6d147660 Instance properties panel rework 1 maand geleden
SharedLibs 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 2 maanden geleden
newIDE 2310f2a618 Fix example opening not working from the example dialog (#6564) 1 dag geleden
scripts 85ef9a9561 Fix casing gdevelop (#6323) 3 maanden geleden
.clang_complete 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930) 2 jaren geleden
.clang_format 60484ee464 Add Visual Studio code settings for auto-formatting of C++ files 6 jaren geleden
.gitattributes 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930) 2 jaren geleden
.gitignore 5681667dde Add a gitpod.io configuration file (experimental) 2 jaren geleden
.gitpod.yml 71b369d40e Update Emscripten version to 3.1.21 (#5636) 5 maanden geleden
.travis.yml 71b369d40e Update Emscripten version to 3.1.21 (#5636) 5 maanden geleden
CMakeLists.txt a0925c79c3 Add a new simplified way to use variables in expressions, and automate renaming of variables in events (#5580) 7 maanden geleden
LICENSE.md 8fb139ff63 Rename the readme and license files to match standard (#5272) 1 jaar geleden
README.md 8fb139ff63 Rename the readme and license files to match standard (#5272) 1 jaar geleden
appveyor.yml 70d5de16bf Fix Windows code signing (#6233) 3 maanden geleden
crowdin.yml 19ef8742f0 Extract translation sources and upload them to Crowdin at each commit on master (#3114) 2 jaren geleden
tsconfig.json 31ef3fec58 Add TypeScript type checking to JsExtension.js files (#6321) 2 maanden geleden

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.