Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibGodot Feature #35

Closed
wants to merge 3 commits into from
Closed

LibGodot Feature #35

wants to merge 3 commits into from

Conversation

fire
Copy link
Member

@fire fire commented May 1, 2024

We can now add Godot Engine to where it doesn't belong.

Changes

  1. Renamed MemoryBarrier to MemoryAccessBarrier.
  2. Resolve Windows build issues

Original

* Add a new GodotInstance GDCLASS that provides startup, shutdown and iteration commands

  • Add a new GDExtension entry point that creates a new Godot instance and returns a GodotInstance object. * This object can be used to control the GodotInstance.
  • 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/V-Sekai/libgodot_project

Developed by Migeran & V-Sekai

Sponsors & Acknowledgements:

Co-Authored-By: Gabor Koncz [email protected]

@fire fire force-pushed the vsk-libgodot-4.3 branch 4 times, most recently from 0f74e99 to 2b6f4cc Compare May 3, 2024 04:22
@fire fire force-pushed the vsk-libgodot-4.3 branch 4 times, most recently from a2004e5 to 713199d Compare May 10, 2024 19:48
* Add a new GodotInstance GDCLASS that provides startup, shutdown and iteration commands
* Add a new GDExtension entry point that creates a new Godot instance and returns a GodotInstance object.
* This object can be used to control the GodotInstance.
* 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 <[email protected]>
Co-Authored-By: K. S. Ernest (iFire) Lee <[email protected]>
@fire
Copy link
Member Author

fire commented May 11, 2024

Onwards to newer things.

@fire fire closed this May 11, 2024
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.

1 participant