close
The Wayback Machine - https://web.archive.org/web/20200517164213/https://github.com/4ian/GDevelop
Skip to content
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
C++ JavaScript C Objective-C CMake CSS Other
Branch: master
Clone or download

Latest commit

Latest commit 990f59d May 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .circleci Upgrade to Emscripten 1.39.6 Feb 2, 2020
Image .github/ISSUE_TEMPLATE Update bug report template to mention web-app Apr 24, 2019
Image .vscode Fix drag'n'drop of selected event invalidating the event in memory (p… Feb 1, 2020
Image Binaries Move resources (res, JsPlatform, CppPlatform) to newIDE and remove ol… Jun 22, 2019
Image Core Fix dead code and project stripping May 14, 2020
Image ExtLibs Avoid full rebuild when changing a CMake parameter in GDevelop.js Feb 5, 2020
Image Extensions Fix various DialogueTree ("Yarn") bugs (#1671) May 8, 2020
Image GDCpp Move Cursor/touch on object condition to an "object" condition Apr 5, 2020
Image GDJS Fix typo May 14, 2020
Image GDevelop.js Improve GDJS code generation integration tests May 4, 2020
Image Version Bump GDevelop Core version Jan 28, 2019
Image newIDE Remove dead code related to debugger opening May 17, 2020
Image scripts Update GenerateAllDocs.bat Apr 18, 2020
Image .clang_complete Integrate GDevelop.js (emscripten bindings of Core/Extensions to JS) … Apr 23, 2019
Image .clang_format Add Visual Studio code settings for auto-formatting of C++ files Jun 11, 2018
Image .eslintrc Fix automatisms deactivation for HTML5 games Apr 22, 2015
Image .gitignore Upgrade to Emscripten 1.39.6 Feb 2, 2020
Image .travis.yml Upgrade to Emscripten 1.39.6 Feb 2, 2020
Image CMakeLists.txt Add back flags for C++11 Apr 23, 2019
Image Readme.md Add links to "good first issues"/"not too hard" cards Feb 22, 2020
Image appveyor.yml Remove remote connection for AppVeyor Feb 8, 2020
Image license.txt [WIP] Partially clean GDJS/GDCpp/GDCore of wxWidgets related code Apr 20, 2019

Readme.md

GDevelop logo

GDevelop is a full-featured, open-source game development software, allowing to create HTML5 and native games without any knowledge in a specific programming language. All the game logic is built up using an intuitive and powerful event-based system.

GDevelop in action, used to add a trigger in a platformer game

Getting started Build Status Build Status

I want to... 🚀 What to do
Download GDevelop to make games Go on GDevelop website to download GD!
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.

Are you interested in contributing to GDevelop for the first time? Or want to participate to Google Summer of Code 2020? Take a look at the list of good first issues and 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.
GDCpp GDevelop C++ game engine, used to build native games.
GDJS GDevelop JS game engine, used to build HTML5 games.
GDevelop.js Bindings of Core/GDCpp/GDJS and Extensions to JavaScript (used by the IDE).
newIDE The game editor, written in JavaScript with React, Electron and Pixi.js.
Extensions Extensions for C++ or JS game engines, providing objects, events and new features.

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

A pre-generated documentation of the Core library, C++ and JS game engines is available here.

Links

Community

Development Roadmap

Games

  • See the Showcase of games created with GDevelop.

  • Lil BUB's HELLO EARTH is a retro 8-bit mobile video game featuring Lil BUB. It's created with GDevelop and made up of equal parts science, magic, and heart.

    Lil Bub

    BUB is a very special, one of a kind critter. More specifically, she is the most amazing cat on the planet... and her game is made with GDevelop!

    See the project on Kickstarter! You can download the demo for iOS and Android.

License

  • The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively Core, GDCpp, 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 native and/or HTML5 game engines (see Core, GDCpp and GDJS folders): these engines are 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.

You can’t perform that action at this time.