genesis_core_test/engine/platform/macos
Johannes Hendrik Gerard van der Weide 94c0e2d3c9 Initial commit 2025-01-23 14:20:50 +00:00
..
doc_classes Initial commit 2025-01-23 14:20:50 +00:00
export Initial commit 2025-01-23 14:20:50 +00:00
README.md Initial commit 2025-01-23 14:20:50 +00:00
SCsub Initial commit 2025-01-23 14:20:50 +00:00
crash_handler_macos.h Initial commit 2025-01-23 14:20:50 +00:00
crash_handler_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
detect.py Initial commit 2025-01-23 14:20:50 +00:00
dir_access_macos.h Initial commit 2025-01-23 14:20:50 +00:00
dir_access_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
display_server_macos.h Initial commit 2025-01-23 14:20:50 +00:00
display_server_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
gl_manager_macos_angle.h Initial commit 2025-01-23 14:20:50 +00:00
gl_manager_macos_angle.mm Initial commit 2025-01-23 14:20:50 +00:00
gl_manager_macos_legacy.h Initial commit 2025-01-23 14:20:50 +00:00
gl_manager_macos_legacy.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_application.h Initial commit 2025-01-23 14:20:50 +00:00
godot_application.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_application_delegate.h Initial commit 2025-01-23 14:20:50 +00:00
godot_application_delegate.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_button_view.h Initial commit 2025-01-23 14:20:50 +00:00
godot_button_view.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_content_view.h Initial commit 2025-01-23 14:20:50 +00:00
godot_content_view.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_main_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_menu_delegate.h Initial commit 2025-01-23 14:20:50 +00:00
godot_menu_delegate.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_menu_item.h Initial commit 2025-01-23 14:20:50 +00:00
godot_menu_item.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_open_save_delegate.h Initial commit 2025-01-23 14:20:50 +00:00
godot_open_save_delegate.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_status_item.h Initial commit 2025-01-23 14:20:50 +00:00
godot_status_item.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_window.h Initial commit 2025-01-23 14:20:50 +00:00
godot_window.mm Initial commit 2025-01-23 14:20:50 +00:00
godot_window_delegate.h Initial commit 2025-01-23 14:20:50 +00:00
godot_window_delegate.mm Initial commit 2025-01-23 14:20:50 +00:00
joypad_macos.h Initial commit 2025-01-23 14:20:50 +00:00
joypad_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
key_mapping_macos.h Initial commit 2025-01-23 14:20:50 +00:00
key_mapping_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
macos_terminal_logger.h Initial commit 2025-01-23 14:20:50 +00:00
macos_terminal_logger.mm Initial commit 2025-01-23 14:20:50 +00:00
native_menu_macos.h Initial commit 2025-01-23 14:20:50 +00:00
native_menu_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
os_macos.h Initial commit 2025-01-23 14:20:50 +00:00
os_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
platform_config.h Initial commit 2025-01-23 14:20:50 +00:00
platform_gl.h Initial commit 2025-01-23 14:20:50 +00:00
platform_macos_builders.py Initial commit 2025-01-23 14:20:50 +00:00
rendering_context_driver_vulkan_macos.h Initial commit 2025-01-23 14:20:50 +00:00
rendering_context_driver_vulkan_macos.mm Initial commit 2025-01-23 14:20:50 +00:00
tts_macos.h Initial commit 2025-01-23 14:20:50 +00:00
tts_macos.mm Initial commit 2025-01-23 14:20:50 +00:00

README.md

macOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the macOS platform port.

See also misc/dist/macos folder for additional files used by this platform. misc/dist/macos_tools.app is an .app bundle template used for packaging the macOS editor, while misc/dist/macos_template.app is used for packaging macOS export templates.

Documentation