Mirror of godotengine/godot-platform-haiku
Find a file
2020-07-23 09:45:11 +02:00
audio_driver_media_kit.cpp Move mix_rate, ouput_latency to AudioDriverManager 2020-05-18 13:02:06 +02:00
audio_driver_media_kit.h Reimplement Mutex with C++'s <mutex> 2020-02-26 20:40:10 +01:00
context_gl_haiku.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_gl_haiku.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py SCons: Remove obsolete DEBUG_MEMORY_ENABLED define 2020-07-23 09:45:11 +02:00
godot.rdef Haiku: add resource file 2016-01-16 07:34:00 +02:00
godot_haiku.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
haiku_application.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
haiku_application.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
haiku_direct_window.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
haiku_direct_window.h Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
haiku_gl_view.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
haiku_gl_view.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
key_mapping_haiku.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
key_mapping_haiku.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
LICENSE.txt Add README and Godot license text 2020-06-20 17:55:28 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_haiku.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
os_haiku.h Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
README.md Add README and Godot license text 2020-06-20 17:55:28 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00

Godot Engine platform port for Haiku

This is the platform port of Godot Engine for the Haiku operating system.

Haiku is not an officially supported platform in the main tree of Godot, so this port is kept separate so that it can be contributed to independently of Godot's main release cycle.

It may imply that this port might not be functional for the latest versions of Godot. For the time being, neither the 3.2 branch nor the master branch are functional out-of-the-box on Haiku.

We welcome all contributions from Haiku developers to ensure that each branch and Git tag of this repository work as expected with the matching branches and tags of the Godot repository.

Usage

This code is meant to be copied as platform/haiku in the Godot Engine source repository to make builds of Godot for Haiku.

It can also be cloned as a Git submodule:

git clone https://github.com/godotengine/godot
cd godot
git submodule add https://github.com/godotengine/godot-haiku-platform platform/haiku

Be sure to use compatible branches for the Godot repository and the Haiku port.

You can then compile Godot for Haiku with:

# Editor build, optimized.
scons p=haiku tools=yes target=release_debug

# Export template, debug.
scons p=haiku tools=no target=release_debug
# Export template, release.
scons p=haiku tools=no target=release

License

This port is distributed under the MIT license, with the same copyright as the main Godot source repository.

See LICENSE.txt for details, and AUTHORS.md in the Godot repository for a list of contributors.