• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H16-Sep-2020-655541

core/H16-Sep-2020-103,16870,772

devel/godot/files/H03-May-2022-129

doc/H16-Sep-2020-75,61273,954

drivers/H16-Sep-2020-66,07745,972

editor/H16-Sep-2020-1,004,935766,936

main/H03-May-2022-11,4417,666

misc/H16-Sep-2020-2,8792,371

modules/H16-Sep-2020-181,170127,177

platform/H16-Sep-2020-66,15644,663

scene/H16-Sep-2020-221,866164,453

servers/H16-Sep-2020-65,16743,269

thirdparty/H16-Sep-2020-1,320,627920,532

.clang-formatH A D16-Sep-20203.8 KiB129128

.editorconfigH A D16-Sep-2020415 2720

.gitattributesH A D16-Sep-2020407 1613

.gitignoreH A D16-Sep-20205.2 KiB366295

.mailmapH A D16-Sep-20206.3 KiB126125

AUTHORS.mdH A D16-Sep-20205.2 KiB192179

CHANGELOG.mdH A D16-Sep-202091.9 KiB1,3141,257

CONTRIBUTING.mdH A D16-Sep-202010.7 KiB239175

DONORS.mdH A D16-Sep-202011.8 KiB679658

LOGO_LICENSE.mdH A D16-Sep-2020184 43

README.mdH A D16-Sep-20203.9 KiB8057

SConstructH A D16-Sep-202024.8 KiB660487

compat.pyH A D16-Sep-20202.1 KiB9869

gles_builders.pyH A D16-Sep-202020.7 KiB604486

methods.pyH A D03-May-202231.5 KiB855623

platform_methods.pyH A D16-Sep-20202.8 KiB8255

version.pyH A D16-Sep-2020158 109

README.md

1# Godot Engine
2
3<p align="center">
4  <a href="https://godotengine.org">
5    <img src="logo.svg" width="400" alt="Godot Engine logo">
6  </a>
7</p>
8
9## 2D and 3D cross-platform game engine
10
11**[Godot Engine](https://godotengine.org) is a feature-packed, cross-platform
12game engine to create 2D and 3D games from a unified interface.** It provides a
13comprehensive set of common tools, so that users can focus on making games
14without having to reinvent the wheel. Games can be exported in one click to a
15number of platforms, including the major desktop platforms (Linux, macOS,
16Windows), mobile platforms (Android, iOS), as well as Web-based platforms
17(HTML5) and
18[consoles](https://docs.godotengine.org/en/latest/tutorials/platform/consoles.html).
19
20## Free, open source and community-driven
21
22Godot is completely free and open source under the very permissive MIT license.
23No strings attached, no royalties, nothing. The users' games are theirs, down
24to the last line of engine code. Godot's development is fully independent and
25community-driven, empowering users to help shape their engine to match their
26expectations. It is supported by the [Software Freedom Conservancy](https://sfconservancy.org/)
27not-for-profit.
28
29Before being open sourced in February 2014, Godot had been developed by Juan
30Linietsky and Ariel Manzur (both still maintaining the project) for several
31years as an in-house engine, used to publish several work-for-hire titles.
32
33![Screenshot of a 3D scene in Godot Engine](https://raw.githubusercontent.com/godotengine/godot-design/master/screenshots/editor_tps_demo_1920x1080.jpg)
34
35## Getting the engine
36
37### Binary downloads
38
39Official binaries for the Godot editor and the export templates can be found
40[on the homepage](https://godotengine.org/download).
41
42### Compiling from source
43
44[See the official docs](https://docs.godotengine.org/en/latest/development/compiling/)
45for compilation instructions for every supported platform.
46
47## Community and contributing
48
49Godot is not only an engine but an ever-growing community of users and engine
50developers. The main community channels are listed [on the homepage](https://godotengine.org/community).
51
52To get in touch with the engine developers, the best way is to join the
53[#godotengine-devel IRC channel](https://webchat.freenode.net/?channels=godotengine-devel)
54on Freenode.
55
56To get started contributing to the project, see the [contributing guide](CONTRIBUTING.md).
57
58## Documentation and demos
59
60The official documentation is hosted on [ReadTheDocs](https://docs.godotengine.org).
61It is maintained by the Godot community in its own [GitHub repository](https://github.com/godotengine/godot-docs).
62
63The [class reference](https://docs.godotengine.org/en/latest/classes/)
64is also accessible from the Godot editor.
65
66The official demos are maintained in their own [GitHub repository](https://github.com/godotengine/godot-demo-projects)
67as well.
68
69There are also a number of other
70[learning resources](https://docs.godotengine.org/en/latest/community/tutorials.html)
71provided by the community, such as text and video tutorials, demos, etc.
72Consult the [community channels](https://godotengine.org/community)
73for more information.
74
75[![Actions Build Status](https://github.com/godotengine/godot/workflows/Godot/badge.svg?branch=master)](https://github.com/godotengine/godot/actions)
76[![Code Triagers Badge](https://www.codetriage.com/godotengine/godot/badges/users.svg)](https://www.codetriage.com/godotengine/godot)
77[![Translate on Weblate](https://hosted.weblate.org/widgets/godot-engine/-/godot/svg-badge.svg)](https://hosted.weblate.org/engage/godot-engine/?utm_source=widget)
78[![Total alerts on LGTM](https://img.shields.io/lgtm/alerts/g/godotengine/godot.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/godotengine/godot/alerts)
79[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/godotengine/godot)](https://www.tickgit.com/browse?repo=github.com/godotengine/godot)
80