masoud bh 867c95223d Fix android build script
some fixes for android build script.
remove armv6,x86 options and add "android_arch" option for select
compiler architecture (armv7,armv6,x86)(default armv7).
add architecture suffix for output files and you can compile for several
architecture simultaneously.
example:
libgodot.android.opt.debug.armv7.so
libgodot.android.opt.debug.armv7.neon.so
libgodot.android.opt.debug.armv6.so
libgodot.android.opt.debug.x86.so
now we can enable/disable neon on armv7 with "android_neon" option
(default enable).
add "NDK_TARGET_X86" option for select toolchain to use for the NDK x86
(default x86-4.8).
change inputs model for "ndk_platform" option (default android-15).
fix armv7 ccflags.

with this patch, must put libgodot_android.so file in specific
architecture folder:

armv7 (default): <android-java>/libs/armeabi-v7a/
armv6: <android-java>/libs/armeabi/
x86: <android-java>/libs/x86/
2015-09-16 16:14:38 +04:30
2015-07-24 14:09:39 +01:00
2015-09-03 23:24:55 -03:00
2015-09-10 00:10:54 -03:00
2015-09-16 16:14:38 +04:30
2015-09-02 13:56:51 +10:00
2015-09-16 16:14:38 +04:30
2015-06-22 14:07:26 -03:00
2015-06-19 21:42:11 -06:00
2015-06-08 01:33:46 -03:00
2015-06-08 01:33:46 -03:00
2014-02-12 22:21:47 +07:00
2015-06-11 10:00:48 -03:00
2015-03-03 14:39:13 -03:00
2015-08-23 20:15:56 -03:00

GODOT

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. Development is sponsored by OKAM Studio (http://www.okamstudio.com).

Documentation

Documentation has been moved to the GitHub Wiki.

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: https://github.com/okamstudio/godot/wiki/advanced

Description
Custom Godot Build
Readme 1.4 GiB
2026-03-06 17:15:23 -05:00
Languages
C++ 90.3%
Java 2.2%
C# 1.9%
C 1.9%
GLSL 1.1%
Other 2.6%