Ray
af57c8854f
REXM: ADDED: `core_compute_hash`
преди 2 месеца
Ray
6adb1c2704
Update core_viewport_scaling.c
преди 2 месеца
Ray
9ff87b38b8
Update raygui.h
преди 2 месеца
Ray
3843f771fb
Update core_clipboard_text.c
преди 2 месеца
Agnis Aldiņš "NeZvērs
46e8343a30
[examples] Added `core_viewport_scaling` ( #5313 )
* example - core_viewport_scaling
* Code convention update
преди 2 месеца
Jeffery Myers
780a7df760
Fix warnings in more examples. ( #5292 )
преди 2 месеца
Ray
ec06f9be37
Removed trailing spaces
преди 3 месеца
Ray
085f933b17
Review example formating
преди 3 месеца
Aanjishnu Bhattacharyya
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>
преди 3 месеца
Ray
ed8c4c1b9b
REXM: Update examples collection, some renames
преди 3 месеца
Ray
9c1216699d
ADDED: example: `core_highdpi_testbed` -WIP-
ADDED: example: `core_screen_recording` -WIP-
преди 3 месеца
Ray
8e052b81b4
REVIEWED: New examples on VS project
преди 3 месеца
Ray
4ba92f8962
REVIEWED: Solution when adding new examples
преди 3 месеца
Robin ❤️
21404d958e
[examples] Added `core_clipboard_text` ( #5231 )
* added clipboard example
* added image check
* added note about windows
* added indent
преди 3 месеца
Hugo
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>
преди 3 месеца
Jeffery Myers
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>
преди 3 месеца
Ray
9f831428e6
Update core_render_texture.c
преди 3 месеца
Ray
767df4cf52
Update core_render_texture.c
преди 3 месеца
Ray
377853bb32
REXM: Updated new examples requried files
преди 3 месеца
Maicon Santana
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
преди 3 месеца
Robin ❤️
e5f809f534
switch to enum ( #5223 )
преди 3 месеца
Robin ❤️
6ed61e107b
flipped binary check to fix bug ( #5220 )
преди 3 месеца
Ray
8932ba0b0a
Update core_delta_time.c
преди 3 месеца
Robin ❤️
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
преди 3 месеца
Ray
7d780d18b5
REVIEWED: New example format and requirements: `core_input_actions` #5211
преди 3 месеца
Jett
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
преди 3 месеца
Ray
ed8f1a22d1
Remove trailing spaces
преди 4 месеца
Ray
c9b1f2ce54
REVIEWED: example: `core_input_gestures_testbed`, follow default structure
преди 4 месеца
Ray
9931ddd27a
Update core_undo_redo.c
преди 4 месеца
Ray
36ad7127c2
REXM: Update
преди 4 месеца
Ray
36824b6c0a
REXM: ADDED: example: `core_undo_redo`
преди 4 месеца
Ray
161cab24da
Update core_random_sequence.c
преди 4 месеца
Ray
28ce99b539
Update core_3d_camera_fps.c
преди 4 месеца
Ray
2550a45821
Update core_render_texture.c
преди 4 месеца
Ray
ffe74658ab
REXM: ADDED: example: `core_render_texture`
преди 4 месеца
Ray
266b8efbd6
REXM: Reviewed examples inconsistencies
преди 4 месеца
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
преди 4 месеца
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
преди 4 месеца
Ray
a51cb7fe30
REXM: Updated some examples inconsistencies
преди 4 месеца
Ray
7646d08751
Updated some examples with inconsistencies
преди 4 месеца
Ray
6d7dd43c13
Update core_input_gestures_testbed.c
преди 4 месеца
Ray
e21093d434
REXM: RENAME: example: `core_input_gestures_web` --> `core_input_gestures_testbed`
преди 4 месеца
Ray
c17f82a78c
REMOVED: `core_basic_window_web`
The example is not following examples conventions and it will be moved to `others` with a new name
преди 4 месеца
Ray
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.
преди 4 месеца
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
преди 4 месеца
Ray
8b3c68f8b5
Update core_random_sequence.c
преди 4 месеца
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
преди 4 месеца
Ray
864459cbd2
Update core_3d_camera_fps.c
преди 4 месеца
Ray
e18d167c8f
REVIEWED: New examples added renaming, avoid duplicated .sln GUIDs
преди 4 месеца
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
преди 4 месеца