Advertisement
Guest User

Untitled

a guest
Jun 9th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. # Godot Engine
  2.  
  3. <p align="center">
  4. <a href="https://godotengine.org">
  5. <img src="logo_outlined.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
  12. game engine to create 2D and 3D games from a unified interface.** It provides a
  13. comprehensive set of [common tools](https://godotengine.org/features), so that
  14. users can focus on making games without having to reinvent the wheel. Games can
  15. be exported with one click to a number of platforms, including the major desktop
  16. platforms (Linux, macOS, Windows), mobile platforms (Android, iOS), as well as
  17. Web-based platforms and [consoles](https://docs.godotengine.org/en/latest/tutorials/platform/consoles.html).
  18.  
  19. ## Free, open source and community-driven
  20.  
  21. Godot is completely free and open source under the very permissive [MIT license](https://godotengine.org/license).
  22. No strings attached, no royalties, nothing. The users' games are theirs, down
  23. to the last line of engine code. Godot's development is fully independent and
  24. community-driven, empowering users to help shape their engine to match their
  25. expectations. It is supported by the [Godot Foundation](https://godot.foundation/)
  26. not-for-profit.
  27.  
  28. Before being open sourced in [February 2014](https://github.com/godotengine/godot/commit/0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac),
  29. Godot had been developed by [Juan Linietsky](https://github.com/reduz) and
  30. [Ariel Manzur](https://github.com/punto-) (both still maintaining the project)
  31. for several years as an in-house engine, used to publish several work-for-hire
  32. titles.
  33.  
  34. ![Screenshot of a 3D scene in the Godot Engine editor](https://raw.githubusercontent.com/godotengine/godot-design/master/screenshots/editor_tps_demo_1920x1080.jpg)
  35.  
  36. ## Getting the engine
  37.  
  38. ### Binary downloads
  39.  
  40. Official binaries for the Godot editor and the export templates can be found
  41. [on the Godot website](https://godotengine.org/download).
  42.  
  43. ### Compiling from source
  44.  
  45. [See the official docs](https://docs.godotengine.org/en/latest/contributing/development/compiling)
  46. for compilation instructions for every supported platform.
  47.  
  48. ## Community and contributing
  49.  
  50. Godot is not only an engine but an ever-growing community of users and engine
  51. developers. The main community channels are listed [on the homepage](https://godotengine.org/community).
  52.  
  53. The best way to get in touch with the core engine developers is to join the
  54. [Godot Contributors Chat](https://chat.godotengine.org).
  55.  
  56. To get started contributing to the project, see the [contributing guide](CONTRIBUTING.md).
  57. This document also includes guidelines for reporting bugs.
  58.  
  59. ## Documentation and demos
  60.  
  61. The official documentation is hosted on [Read the Docs](https://docs.godotengine.org).
  62. It is maintained by the Godot community in its own [GitHub repository](https://github.com/godotengine/godot-docs).
  63.  
  64. The [class reference](https://docs.godotengine.org/en/latest/classes/)
  65. is also accessible from the Godot editor.
  66.  
  67. We also maintain official demos in their own [GitHub repository](https://github.com/godotengine/godot-demo-projects)
  68. as well as a list of [awesome Godot community resources](https://github.com/godotengine/awesome-godot).
  69.  
  70. There are also a number of other
  71. [learning resources](https://docs.godotengine.org/en/latest/community/tutorials.html)
  72. provided by the community, such as text and video tutorials, demos, etc.
  73. Consult the [community channels](https://godotengine.org/community)
  74. for more information.
  75.  
  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. [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/godotengine/godot)](https://www.tickgit.com/browse?repo=github.com/godotengine/godot)
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement