- Notifications
You must be signed in to change notification settings - Fork0
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
License
joyheaven72/GDevelop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GDevelop is a full-featured, open-source game development software, allowing to create desktop and mobile games without any knowledge in a specific programming language. All the game logic is built up using an intuitive and powerful event-based system.
❔ I want to... | 🚀 What to do |
---|---|
Download GDevelop to make games | Go onGDevelop website to download GD! |
Contribute to the editor | DownloadNode.js and follow thisREADME. |
Create/improve an extension | DownloadNode.js and follow thisREADME. |
Help to translate GDevelop | Go on theGDevelop project on Crowdin. |
Are you interested in contributing to GDevelop for the first time? Or want to participate inGoogle Summer of Code 2021? Take a look at the list ofgood first issues and the"🏐 not too hard" cards on the Roadmap.
Directory | ℹ️ Description |
---|---|
Core | GDevelop core library, containing common tools to implement the IDE and work with GDevelop games. |
GDCpp | The C++ game engine, used to build native games (not used in GDevelop 5). |
GDJS | The game engine, written in TypeScript, using PixiJS (WebGL), powering all GDevelop games. |
GDevelop.js | Bindings ofCore /GDCpp /GDJS andExtensions 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 thearchitecture overview here.
Pre-generated documentation of the Core library, C++ and TypeScript game engines isavailable here.
Status of the tests and builds:
- GDevelop forums andDiscord chat.
- GDevelop homepage
- GDevelop wiki (documentation)
- Help translate GDevelop in your language:GDevelop project on Crowdin.
- GDevelop Roadmap on Trello.com, for a global view of the features that could be added. Please vote and comment here for new features/requests.
- GitHub issue page, for technical issues and bugs.
- See theShowcase of games created with GDevelop.
- Suggest your game to beadded to the showcase here.
Lil BUB's HELLO EARTH is one of the many games built with GDevelop.
- The Core library, the native and HTML5 game engines, the IDE, and all extensions (respectively
Core
,GDCpp
,GDJS
,newIDE
andExtensions
folders) are under theMIT 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 (seeCore
,GDCpp
andGDJS
folders): these engines are distributed under the MIT license so that you candistribute, sell or do anything with the games you created with GDevelop. In particular, you are not forced to make your game open source.
About
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- C++62.2%
- JavaScript22.9%
- TypeScript7.5%
- C6.5%
- CMake0.3%
- Objective-C++0.2%
- Other0.4%