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

Create a new consolidated API to pass types across the ffi-boundary #421

Merged
merged 2 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. - Remove GodotFuncMarshal

    - Rename VariantMetadata -> GodotMetadata
    - Add GodotCompatible, ToGodot, FromGodot
    - Add RawGd
    - Change everything so that To/FromGodot is the canonical way of passing values over the ffi-boundary
    - Change `GodotMetadata` to sealed `GodotType`
    - Implement `GodotType` for various types
    - Add `GodotFfiVariant`
    - Add tests for creating newtype wrappers around godot types
    - Fix to/from variant derives
    lilizoey committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3aa1d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe241a View commit details
    Browse the repository at this point in the history