Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godotengine/godot-platform-haiku
Godot Engine platform port for the Haiku operating system // UNMAINTAINED, for reference / forks.
https://github.com/godotengine/godot-platform-haiku
Last synced: 3 months ago
JSON representation
Godot Engine platform port for the Haiku operating system // UNMAINTAINED, for reference / forks.
- Host: GitHub
- URL: https://github.com/godotengine/godot-platform-haiku
- Owner: godotengine
- License: mit
- Created: 2020-06-20T15:34:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T07:45:19.000Z (over 4 years ago)
- Last Synced: 2024-09-29T03:42:59.647Z (3 months ago)
- Language: C++
- Homepage:
- Size: 57.7 MB
- Stars: 19
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Godot Engine platform port for Haiku
This is the platform port of [Godot Engine](https://godotengine.org) for the
[Haiku](https://www.haiku-os.org) 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](https://github.com/godotengine/godot/).## Usage
This code is meant to be copied as `platform/haiku` in the Godot Engine
[source repository](https://github.com/godotengine/godot/) 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](/LICENSE.txt) for details, and
[AUTHORS.md](https://github.com/godotengine/godot/blob/master/AUTHORS.md) in
the Godot repository for a list of contributors.