The Wayback Machine - https://web.archive.org/web/20190325115920/https://github.com/4ian/GDevelop
Skip to content
🎮 GDevelop is an open source HTML5 and native game creator requiring no coding skills.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update --feature-request.md Oct 3, 2018
.vscode Improve Flow typing of InstructionOrExpressionSelector Jan 5, 2019
Binaries Add actions for loading/saving files (raw or JSON) to Filesystem (#884) Jan 24, 2019
Core Fix a bunch of mistakes/typos Feb 28, 2019
ExtLibs Expose PanelSpriteObject to Emscripten build Feb 15, 2017
Extensions Fix a bunch of mistakes/typos Feb 28, 2019
GDCpp Reload all extensions (including builtin) after a language change Feb 17, 2019
GDJS Fix deprecation warning with Pixi v4.8.6 Mar 17, 2019
IDE Update links to social network pages/profiles Jan 28, 2019
Version Bump GDevelop Core version Jan 28, 2019
newIDE Fix EmptyMessage wording in ResourcesPropertiesEditor Mar 18, 2019
scripts Exclude deprecated extensions from translations Feb 10, 2019
.clang_complete Add .clang_complete file for Clang autocompletion Sep 16, 2017
.clang_format Add Visual Studio code settings for auto-formatting of C++ files Jun 11, 2018
.eslintrc Fix automatisms deactivation for HTML5 games Apr 22, 2015
.gitignore [WIP] Add translations support, using js-lingui, to newIDE (including… Feb 9, 2019
.travis.yml Add check-format to check non prettified files and add it to TravisCI Dec 22, 2018
CMakeLists.txt Add clang-format to format (C++) source files automatically (#491) May 9, 2018
Readme.md Update forum links Mar 11, 2019
appveyor.yml Add AppVeyor configuration file Aug 23, 2015
license.txt Update/enhance READMEs and update licenses Jun 3, 2017

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 via 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 new editor Download Node.js and follow this README.
Create/improve an extension Download Node.js and follow this README.
Contribute to the old C++ editor Download and launch CMake, choose this directory as the source, generate the Makefile and launch it. Be sure to have required development libraries installed.

Fully detailed instructions are available here.
Help to translate GDevelop Go on the GDevelop project on Crowdin.

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.
IDE The editor (written in C++). Binaries are created in Binaries/Output folder.
newIDE The new editor, written in Javascript with React, Electron and Pixi.js.
Extensions Extensions for C++ or JS game engines, providing objects, events and new features.

Documentation

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

Links

Community

Development Roadmap

Related projects and games

  • GDevelop.js is a binding to use GDevelop engine in Javascript. Used for newIDE.

  • 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 new IDE, and all extensions (respectively Core, GDCpp, GDJS, new IDE and Extensions folders) are under the MIT license.
  • The IDE (in the IDE folder) is licensed with GPL v3.
  • 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.