master
[examples] Added: `core_text_file_loading` (#5278)
Fix misleading example text. (#5409)
Update core_2d_camera_mouse_zoom.c
Formatting review and examples review
change on-screen text (#5553)
Create core_2d_camera_platformer.png
EXAMPLES: Format tweaks
Reviewed examples for consistency
Removed trailing spaces
Reorganize examples folder
REXM: UPDATE: Reviewed all examples requirements
Renamed example
switch to enum (#5223)
Fix example core_3d_camera_free (#3488)
Updated examples short description
examples review
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * (#5153)
Refactor int to float missing parse (#5503)
Changed keybinds for the automation example to avoid conflict with browser shortcuts (#3519)
Create core_basic_screen_manager.png
Update core_basic_window.c
Update examples version to latest `raylib 6.0`
REDESIGNED: `core_clipboard_text`, based on #5248
REXM: ADDED: `core_compute_hash`
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
ADDED: Example: core_custom_frame_control
Updated some examples
Add SetTraceLogCallback to enable users setting custom logging (#597)
[examples] Add `core_delta_time` (#5216)
Fix directory navigation in core_directory_files (#5823)
[examples] Added `core_directory_files` (#5230)
REXM: RENAMED: `core_high_dpi` --> `core_highdpi_demo`
[examples] Several fixes and improvements (#6042)
Update core_highdpi_testbed.png
fix wrong name (#5552)
REVIEWED: New example format and requirements: `core_input_actions` #5211
fix missing alias for PS (#5559)
REVIEWED: examples: Replace TABS and Remove trailing spaces
REXM: RENAME: example: `core_input_gestures_web` --> `core_input_gestures_testbed`
REXM: UPDATED: Examples source code header info, aligned with name
REVIEWED: Formatting to follow raylib conventions
Review some examples
change d-pad text to shapes (#5557)
[examples] improve input_virtual_controls example (#4584)
Remove trailing spaces
REXM: ADDED: `core_keyboard_testbed`
REXM: Update examples collection, some renames
REVIEWED: examples memory allocators, using raylib provided macros
Add an example that generates a random sequence. (#3846)
REXM: ADDED: example: `core_render_texture`
Reviewed new examples
WARNING: REMOVED: GIT recording option, added example
[examples] Improve `core_smooth_pixelperfect` (#5803)
Fixed core_text_file_loading example in raylib examples, to account for blank lines in text file and text wrapping properly for the case when the last word goes out the display (#5339)
REXM: ADDED: example: `core_undo_redo`
MSVC warnings (#5595)
[examples] Added `core_viewport_scaling` (#5313)
Update core_window_flags.c
Updated several files while porting examples to web
[example] Integrate virtual mouse in main example
REVIEWED: `main(void)`
ADDED: example: `core_window_should_close`
REVIEWED: examples: moved some examples out of others
Refactoring {0} to { 0 } to follow conventions (#5519)
Update raygui