You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
-

5
+

| Download GDevelop to make games | Go to [GDevelop website](https://gdevelop.io) to download the app! |
12
+
| Contribute to the editor | Download [Node.js] and follow this [README](newIDE/README.md). |
13
+
| Create/improve an extension | Download [Node.js] and follow this [README](newIDE/README-extensions.md). |
14
+
| Help to translate GDevelop | Go on the [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop) or translate [in-app tutorials](https://github.com/GDevelopApp/GDevelop-tutorials). |
15
15
16
16
> Are you interested in contributing to GDevelop for the first time? Take a look at the list of **[good first issues](https://github.com/4ian/GDevelop/issues?q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%91%8Cgood+first+issue%22)**, **[good first contributions](https://github.com/4ian/GDevelop/discussions/categories/good-first-contribution)** or the **["🏐 not too hard" cards](https://trello.com/b/qf0lM7k8/gdevelop-roadmap?menu=filter&filter=label:Not%20too%20hard%20%E2%9A%BD%EF%B8%8F)** on the Roadmap.
|`Core`| GDevelop core library, containing common tools to implement the IDE and work with GDevelop games. |
23
+
|`GDJS`| The game engine, written in TypeScript, using PixiJS (WebGL), powering all GDevelop games. |
24
+
|`GDevelop.js`| Bindings of `Core`, `GDJS` and `Extensions` to JavaScript (with WebAssembly), used by the IDE. |
25
+
|`newIDE`| The game editor, written in JavaScript with React, Electron and PixiJS. |
26
+
|`Extensions`| Extensions for the game engine, providing objects, behaviors, events and new features. |
27
27
28
28
To learn more about GDevelop Architecture, read the [architecture overview here](Core/GDevelop-Architecture-Overview.md).
29
29
@@ -35,29 +35,29 @@ Status of the tests and builds: [ and [Discord chat](https://discord.gg/gdevelop).
39
-
-[GDevelop homepage](https://gdevelop.io)
40
-
-[GDevelop wiki (documentation)](https://wiki.gdevelop.io/gdevelop5/start)
41
-
-Help translate GDevelop in your language: [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop).
38
+
-[GDevelop forums](https://forum.gdevelop.io) and [Discord chat](https://discord.gg/gdevelop).
39
+
-[GDevelop homepage](https://gdevelop.io)
40
+
-[GDevelop wiki (documentation)](https://wiki.gdevelop.io/gdevelop5/start)
41
+
- Help translate GDevelop in your language: [GDevelop project on Crowdin](https://crowdin.com/project/gdevelop).
42
42
43
43
### Development Roadmap
44
44
45
-
-[GDevelop Roadmap on Trello.com](https://trello.com/b/qf0lM7k8/gdevelop-roadmap), for a global view of the features that could be added. Please vote and comment here for new features/requests.
46
-
-[GitHub issue page](https://github.com/4ian/GDevelop/issues), for technical issues and bugs.
47
-
-[Github discussions](https://github.com/4ian/GDevelop/discussions) to talk about new features and ideas.
45
+
-[GDevelop Roadmap on Trello.com](https://trello.com/b/qf0lM7k8/gdevelop-roadmap), for a global view of the features that could be added. Please vote and comment here for new features/requests.
46
+
-[GitHub issue page](https://github.com/4ian/GDevelop/issues), for technical issues and bugs.
47
+
-[Github discussions](https://github.com/4ian/GDevelop/discussions) to talk about new features and ideas.
48
48
49
49
### Games made with GDevelop
50
50
51
-
-See the [showcase of games](https://gdevelop.io/games) created with GDevelop.
52
-
-Find more GDevelop games on [Liluo.io](https://liluo.io).
53
-
-Suggest your game to be [added to the showcase here](https://docs.google.com/forms/d/e/1FAIpQLSfjiOnkbODuPifSGuzxYY61vB5kyMWdTZSSqkJsv3H6ePRTQA/viewform).
51
+
- See the [showcase of games](https://gdevelop.io/games) created with GDevelop.
52
+
- Find more GDevelop games on [Liluo.io](https://liluo.io).
53
+
- Suggest your game to be [added to the showcase here](https://docs.google.com/forms/d/e/1FAIpQLSfjiOnkbODuPifSGuzxYY61vB5kyMWdTZSSqkJsv3H6ePRTQA/viewform).
54
54
55
-

55
+

56
56
57
57
## License
58
58
59
-
-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**.
60
-
-The name, GDevelop, and its logo are the exclusive property of Florian Rival.
59
+
- 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**.
60
+
- The name, GDevelop, and its logo are the exclusive property of Florian Rival.
61
61
62
62
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.
0 commit comments