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

Split core into core, api and extension modules #746

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

CedNaru
Copy link
Member

@CedNaru CedNaru commented Dec 31, 2024

The godot library is now split into several modules with the following stack each depending on the previous ones:

  • Common
  • Internal
  • Core
  • Api
  • Extension

Api now purely contains generated code. It will make the custom api generator much easier to implement as we will only need to swap our default one with a local, created by the users.

I'll probably make another PR on that matter. So far I have focused on making the split functional, but there is a bit of cleaning to do. This PR is already big enough so I'll leave that for later.

Don't be scared by the number of files, most of them are just moved to different directory. 90% of the changes are in the gradle scripts and the API generation.

@CedNaru CedNaru force-pushed the feature/split-core-and-api branch from 7c70991 to 45cf775 Compare January 14, 2025 17:19
@CedNaru CedNaru marked this pull request as ready for review January 21, 2025 06:28
@CedNaru CedNaru requested review from piiertho and chippmann and removed request for piiertho January 21, 2025 16:16
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