Skip to content

Fix Windows build.#1

Open
korompg wants to merge 4 commits into
libgodot_migeranfrom
windows_build
Open

Fix Windows build.#1
korompg wants to merge 4 commits into
libgodot_migeranfrom
windows_build

Conversation

@korompg
Copy link
Copy Markdown

@korompg korompg commented Jun 12, 2024

No description provided.

@korompg korompg requested review from kisg and konczg June 12, 2024 07:31
@kisg kisg force-pushed the libgodot_migeran branch 2 times, most recently from 311360a to e2dfa2b Compare June 20, 2024 08:33
@kisg kisg force-pushed the libgodot_migeran branch 2 times, most recently from 17cb62c to 41a69e1 Compare June 27, 2024 05:17
@kisg kisg force-pushed the libgodot_migeran branch from 41a69e1 to 92f6c34 Compare July 4, 2024 00:44
raulsntos and others added 2 commits July 14, 2024 09:10
- Implements the concept of GDExtension loaders that can be used to customize how GDExtensions are loaded and initialized.
- Moves the parsing of `.gdextension` config files to the new `GDExtensionLibraryLoader`.
- `GDExtensionManager` is now meant to be the main way to load/unload extensions and can optionally take a `GDExtensionLoader`.
- `EditorFileSystem` avoids unloading extensions if the file still exists, this should prevent unloading extensions that are outside the user project.
* Based on top of the GDExtensionLoader PR: godotengine#91166
* Add a new GodotInstance GDCLASS that provides startup and iteration commands to control a Godot instance.
* Adds a libgodot_create_godot_instance entry point that creates a new Godot instance and returns a GodotInstance object.
* Adds a libgodot_destroy_godot_instance entry point that destroys the Godot instance.
* Allow specifying an external native rendering surface handle to render Godot into the UI of a host application.
  * It is also possible to embed multiple Godot windows into the UI of a host application.
  * Currently supported on MacOS and iOS

Sample Apps: https://github.com/migeran/libgodot_project

Developed by [Migeran](https://migeran.com)

Sponsors & Acknowledgements:

* Initial development sponsored by [Smirk Software](https://www.smirk.gg/)
* Rebasing to Godot 4.3 and further development sponsored by [Xibbon Inc.](https://xibbon.com)
* The GDExtension registration of the host process & build system changes were based
  on @Faolan-Rad's LibGodot PR: godotengine#72883

Co-Authored-By: Gabor Koncz <gabor.koncz@migeran.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants