80b6b7fc2a
Update core_input_gamepad.c
2025-11-13 20:37:35 +01:00
d172a24bb0
REVIEWED: main(void)
2025-11-13 20:37:21 +01:00
f76e371436
REDESIGNED: core_clipboard_text, based on #5248
2025-11-09 19:14:46 +01:00
0b4815b8fe
WARNING: REMOVED: GIT recording option, added example
2025-11-09 13:43:08 +01:00
d7a7eda959
[examples] core_directory_files fixes ( #5343 )
...
* [examples] reset on folder click
`continue` after clicking a new folder
* [examples] don't make non-directories clickable
`IsPathFile` is not enough to check if it's a directory
since it also takes in char devices.
* rlparser: update raylib_api.* by CI
* Delete tools/rlparser/rlparser
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ray <raysan5@gmail.com >
2025-11-08 11:36:42 +01:00
d8da443604
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 )
2025-11-08 11:29:45 +01:00
af57c8854f
REXM: ADDED: core_compute_hash
2025-11-05 20:53:14 +01:00
6adb1c2704
Update core_viewport_scaling.c
2025-11-05 20:51:40 +01:00
9ff87b38b8
Update raygui.h
2025-11-05 20:51:23 +01:00
3843f771fb
Update core_clipboard_text.c
2025-11-05 20:51:18 +01:00
46e8343a30
[examples] Added core_viewport_scaling ( #5313 )
...
* example - core_viewport_scaling
* Code convention update
2025-11-02 19:45:51 +01:00
780a7df760
Fix warnings in more examples. ( #5292 )
2025-10-23 13:25:23 +02:00
ec06f9be37
Removed trailing spaces
2025-10-21 13:51:03 +02:00
085f933b17
Review example formating
2025-10-17 17:17:54 +02:00
ab4831911a
[examples] Added: core_text_file_loading ( #5278 )
...
Added and example demonstrating reading the contents of a file and rendering them,
utilizing rtext module. The demonstration also handles wrapping of long sentences,
and text scrolling.
Co-authored-by: Ray <raysan5@gmail.com >
2025-10-17 17:12:14 +02:00
ed8c4c1b9b
REXM: Update examples collection, some renames
2025-10-17 17:01:38 +02:00
9c1216699d
ADDED: example: core_highdpi_testbed -WIP-
...
ADDED: example: `core_screen_recording` -WIP-
2025-10-17 12:35:12 +02:00
8e052b81b4
REVIEWED: New examples on VS project
2025-10-15 19:59:28 +02:00
4ba92f8962
REVIEWED: Solution when adding new examples
2025-10-15 19:48:36 +02:00
21404d958e
[examples] Added core_clipboard_text ( #5231 )
...
* added clipboard example
* added image check
* added note about windows
* added indent
2025-10-15 19:28:38 +02:00
d2acf06779
[examples] Added core_directory_files ( #5230 )
...
* ADDED: example: `core_directory_files`
* Follow raylib's conventions
* Rework `core_directory_files` example
* Removed alternating colors & text on directory
* Update screenshot
---------
Co-authored-by: Ray <raysan5@gmail.com >
2025-10-15 19:27:42 +02:00
7191749d66
[examples] Fix examples to work in MSVC ( #5267 )
...
* Fix warnings in many examples
Add examples to MSVC solution correctly
* fix CI error
---------
Co-authored-by: Ray <raysan5@gmail.com >
2025-10-15 19:02:52 +02:00
9f831428e6
Update core_render_texture.c
2025-10-09 17:16:54 +02:00
767df4cf52
Update core_render_texture.c
2025-10-09 01:09:55 +02:00
377853bb32
REXM: Updated new examples requried files
2025-10-02 13:16:00 +02:00
452cac33b8
[examples] Add core_monitor_change ( #5215 )
...
* Add core monitor change example
* Add monitor drawing and more information
* Update monitor information every frame
* Show info and window position inside the rectangle
2025-10-01 18:31:03 +02:00
e5f809f534
switch to enum ( #5223 )
2025-10-01 11:42:35 +02:00
6ed61e107b
flipped binary check to fix bug ( #5220 )
2025-09-30 21:49:58 +02:00
8932ba0b0a
Update core_delta_time.c
2025-09-30 18:48:42 +02:00
3f30533f1c
[examples] Add core_delta_time ( #5216 )
...
* delta example
* clarification
* made it more clear what delta time is
* more explanation
* vector2 positions, removed all warnings
* removed keys, moved global to local, conventions & comments, show target fps
* new png
* remove more periods
* another period
* remove note about conventions, remove period
2025-09-30 18:35:15 +02:00
7d780d18b5
REVIEWED: New example format and requirements: core_input_actions #5211
2025-09-28 23:31:07 +02:00
a2a22e5e48
ADDED: example: core_input_actions ( #5211 )
...
* adding core_input_actions
action based input API vs direct input, allows remapping of buttons or keys to an action.
* adjusted formatting.
* updates for struct name
and fixed a typo
2025-09-28 23:02:53 +02:00
ed8f1a22d1
Remove trailing spaces
2025-09-14 18:07:58 +02:00
c9b1f2ce54
REVIEWED: example: core_input_gestures_testbed, follow default structure
2025-09-14 10:04:24 +02:00
9931ddd27a
Update core_undo_redo.c
2025-09-13 21:17:16 +02:00
36ad7127c2
REXM: Update
2025-09-13 21:09:59 +02:00
36824b6c0a
REXM: ADDED: example: core_undo_redo
2025-09-13 20:58:27 +02:00
161cab24da
Update core_random_sequence.c
2025-09-13 20:57:20 +02:00
28ce99b539
Update core_3d_camera_fps.c
2025-09-12 21:44:56 +02:00
2550a45821
Update core_render_texture.c
2025-09-10 18:31:52 +02:00
ffe74658ab
REXM: ADDED: example: core_render_texture
2025-09-10 18:26:43 +02:00
266b8efbd6
REXM: Reviewed examples inconsistencies
2025-09-07 12:05:11 +02:00
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
2025-09-07 12:01:51 +02:00
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
2025-09-07 11:04:00 +02:00
a51cb7fe30
REXM: Updated some examples inconsistencies
2025-09-04 19:15:37 +02:00
7646d08751
Updated some examples with inconsistencies
2025-09-04 18:57:00 +02:00
6d7dd43c13
Update core_input_gestures_testbed.c
2025-09-04 16:05:38 +02:00
e21093d434
REXM: RENAME: example: core_input_gestures_web --> core_input_gestures_testbed
2025-09-04 15:59:53 +02:00
c17f82a78c
REMOVED: core_basic_window_web
...
The example is not following examples conventions and it will be moved to `others` with a new name
2025-09-04 15:43:54 +02:00
a7e62e73d8
REXM: REMOVE: example: core_loading_thread
...
This example was POSIX only and had some special requirements for web, it made it more difficult to be managed from collection standard examples format.
It will be re-added in the `others` category, that is not processed for web.
2025-09-03 19:00:33 +02:00