godot/platform/osx
BastiaanOlij 02ea99129e Adding a new Camera Server implementation to Godot.
This is a new singleton where camera sources such as webcams or cameras on a mobile phone can register themselves with the Server.
Other parts of Godot can interact with this to obtain images from the camera as textures.
This work includes additions to the Visual Server to use this functionality to present the camera image in the background. This is specifically targetted at AR applications.
2019-06-15 21:30:32 +10:00
..
export Allow project export to be canceled 2019-05-18 15:33:57 -03:00
camera_osx.h Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
camera_osx.mm Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
crash_handler_osx.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
crash_handler_osx.mm Check project settings live before lookup in crash handler 2019-05-23 20:06:56 +01:00
detect.py Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
dir_access_osx.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dir_access_osx.mm Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
godot_main_osx.mm Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
joypad_osx.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
joypad_osx.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_osx.h Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
os_osx.mm Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
platform_osx_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
power_osx.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
power_osx.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
SCsub Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
semaphore_osx.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
semaphore_osx.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00