## EXAMPLES LIST ### category: core Examples using raylib core platform functionality like window creation, inputs, drawing modes and system functionality. | ## | example | image | developer | recent | |----|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|---------------------------------------------------|--------| | 01 | [core_basic_window](examples/core/core_basic_window.c) | core_basic_window | ray | | | 02 | [core_input_keys](examples/core/core_input_keys.c) | core_input_keys | ray | | | 03 | [core_input_mouse](examples/core/core_input_mouse.c) | core_input_mouse | ray | | | 04 | [core_input_mouse_wheel](examples/core/core_input_mouse_wheel.c) | core_input_mouse_wheel | ray | | | 05 | [core_input_gamepad](examples/core/core_input_gamepad.c) | core_input_gamepad | ray | | | 06 | [core_input_multitouch](examples/core/core_input_multitouch.c) | core_input_multitouch | [Berni](https://github.com/Berni8k) | | | 07 | [core_input_gestures](examples/core/core_input_gestures.c) | core_input_gestures | ray | | | 08 | [core_2d_camera](examples/core/core_2d_camera.c) | core_2d_camera | ray | | | 09 | [core_2d_camera_platformer](examples/core/core_2d_camera_platformer.c) | core_2d_camera_platformer | [avyy](https://github.com/avyy) | ⭐️ | | 10 | [core_3d_camera_mode](examples/core/core_3d_camera_mode.c) | core_3d_camera_mode | ray | | | 11 | [core_3d_camera_free](examples/core/core_3d_camera_free.c) | core_3d_camera_free | ray | | | 12 | [core_3d_camera_first_person](examples/core/core_3d_camera_first_person.c) | core_3d_camera_first_person | ray | | | 13 | [core_3d_picking](examples/core/core_3d_picking.c) | core_3d_picking | ray | | | 14 | [core_world_screen](examples/core/core_world_screen.c) | core_world_screen | ray | | | 15 | [core_custom_logging](examples/core/core_custom_logging.c) | core_custom_logging | [Pablo Marcos Oltra](https://github.com/pamarcos) | | | 16 | [core_window_letterbox](examples/core/core_window_letterbox.c) | core_window_letterbox | [Anata](https://github.com/anatagawa) | | | 17 | [core_drop_files](examples/core/core_drop_files.c) | core_drop_files | ray | | | 18 | [core_random_values](examples/core/core_random_values.c) | core_random_values | ray | | | 19 | [core_storage_values](examples/core/core_storage_values.c) | core_storage_values | ray | | | 20 | [core_vr_simulator](examples/core/core_vr_simulator.c) | core_vr_simulator | ray | | | 21 | [core_loading_thread](examples/core/core_loading_thread.c) | core_loading_thread | ray | ⭐️ | | 22 | [core_scissor_test](examples/core/core_scissor_test.c) | core_scissor_test | [Chris Dill](https://github.com/MysteriousSpace) | ⭐️ |