Godot Engine mirror. #godot #godotengine #gameengine #engine #cpp

Agustin Benavidez 97da9f14ab Add get_linear_velocity() method to VehicleBody class 9 years ago
bin 4a4f247914 remove trailing whitespace 9 years ago
core c195c0df6b -Added configuration warning system for nodes 9 years ago
demos 86b46c0b7e Joystick demo script cleanup 9 years ago
doc 97da9f14ab Add get_linear_velocity() method to VehicleBody class 9 years ago
drivers 2392824dba Remove nocpuid.c from builtin OpenSSL 9 years ago
main d6cd5108e3 Fix ds3 gamepad mapping 9 years ago
modules b58e261d41 GDScript: Fix method info for is_nan and is_inf 9 years ago
platform eeb83982e2 Added 'fat' option for bits param on scons for osx, this will produce a fat binary that contains both 32 bits and 64 bits binaries 9 years ago
scene 97da9f14ab Add get_linear_velocity() method to VehicleBody class 9 years ago
servers 99e31e1005 Merge pull request #4547 from neikeq/pr-wrong-debug-methods 9 years ago
tools 436debb045 Merge pull request #4733 from akien-mga/pr-i18n-proofreading 9 years ago
.editorconfig 956e0a8564 Add .editorconfig 10 years ago
.gitattributes 3e6aaec193 Add SpriteRegionEditor and update Polygon2DUVEditor 10 years ago
.gitignore 49f31197f2 Adds the ".vscode" folder from Visual Studio Code to ".gitignore" 9 years ago
.travis.yml 1bdda9a922 Travis: Filter out another string, still noisy 9 years ago
CONTRIBUTING.md c7ca6f31f7 Enhance instructions for contributors 9 years ago
ISSUE_TEMPLATE e7f78cddc9 Issue template: ask for Godot version 9 years ago
LICENSE.md 1d04d55ac0 Fix license markdown formatting 9 years ago
LOGO_LICENSE.md f0681d3632 logo in svg curves & license 10 years ago
README.md 1756d2ddb1 Update README.md 9 years ago
SConstruct eeb83982e2 Added 'fat' option for bits param on scons for osx, this will produce a fat binary that contains both 32 bits and 64 bits binaries 9 years ago
icon.png eb5f9ed89b Remove grey capsule on official logo 9 years ago
icon.svg eb5f9ed89b Remove grey capsule on official logo 9 years ago
logo.png 03fd40149f logo.png 11 years ago
logo.svg eb5f9ed89b Remove grey capsule on official logo 9 years ago
methods.py 3717bafa4a Fix error in GLSL #include code 9 years ago
version.py 440ef4b756 Enter the 2.1 alpha phase 9 years ago

README.md

GODOT

http://www.godotengine.org

The Engine

Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours.

About

Godot has been developed by Juan Linietsky and Ariel Manzur for several years, and was born as an in-house engine, used to publish several work-for-hire titles. Godot is a member project of the Software Freedom Conservancy

Documentation

Documentation has been moved to ReadTheDocs.

Binary Downloads, Community, etc.

Binary downloads, community, etc. can be found in Godot homepage:

http://www.godotengine.org

Compiling from Source

Compilation instructions for every platform can be found in the Wiki: http://docs.godotengine.org/en/latest/reference/_compiling.html

Build Status