godot_arcore icon indicating copy to clipboard operation
godot_arcore copied to clipboard

[WIP] Get ARCore working for 4.x

Open paddy-exe opened this issue 1 year ago • 1 comments

I tried to orient myself around the guides from David's PR dicussion: https://github.com/godotengine/godot/pull/78859

I haven't tested the changes yet. I would like to receive feedback for a good implementation.

paddy-exe avatar Jul 01 '23 12:07 paddy-exe

This last commit implements the needed methods for the ARCoreInterface class such as

  • get_activity()
  • get_surface()
  • is_activity_resumed()
  • get_display_rotation() -> will be added in ongoing upstream PR: https://github.com/godotengine/godot/pull/77559

Talked about with @m4gr3d on the last GDExtension meeting.

paddy-exe avatar Jul 16 '23 22:07 paddy-exe

Closing as now no longer needed.

paddy-exe avatar Sep 09 '24 13:09 paddy-exe