Ray
1284d68721
Update core_highdpi_testbed.png
3 недель назад
Ray
11f7db2dd8
REXM: ADDED: `core_keyboard_testbed`
3 недель назад
Jeffery Myers
b00cbdaf49
Cleanup warnings in examples ( #5467 )
4 недель назад
Ray
ebf2f61425
Delete core_input_keyboard_gamepad_test.c
1 месяц назад
Ray
6450a48c75
Update core_highdpi_testbed.c
1 месяц назад
Ray
8871d7648d
Update core_highdpi_testbed.c
1 месяц назад
Ray
297dcc07b8
Update core_highdpi_testbed.c
1 месяц назад
Alvin De Cruz
5e14ac5a2e
#5387 - Fix keyboard input detected as gamepad on some Android devices ( #5439 )
* [rcore][android] Fix keyboard input detected as gamepad on some devices (#5387 )
* [core] Add keyboard vs gamepad input test example (#5387 )
1 месяц назад
Ray
05f42aa119
Update core_highdpi_testbed.c
1 месяц назад
Ray
b9446863d7
REXM: RENAMED: `core_high_dpi` --> `core_highdpi_demo`
1 месяц назад
Ray
4b760091da
REVIEWED: Window scaling with HighDPI on macOS #5059
1 месяц назад
Ray
6d562e5e87
REVIEWED: HiggDPI content scaling on changing monitors with different DPI #5335 #5356
Note that high-dpi awareness must be enabled by users and `CORE.Window.render` reports the scaled framebuffer size, while `CORE.Window.screen` reports the logical size.
`ToggleBorderlessWindow()` has also been reviewed to be consistent with scaling, if monitor physical display size is reported as 1920x1080 but there is a content scale of 1.5, then the borderless fullscreen window will be 1280x720, with the 1920x1080 framebuffer
1 месяц назад
Kaluub
6f5cabf60c
Fix misleading example text. ( #5409 )
1 месяц назад
Ray
f3f02b3e17
REXM: examples validation and update
1 месяц назад
Ray
d13314fe1c
Update core_window_flags.c
2 месяцев назад
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
2 месяцев назад
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
2 месяцев назад
Ray
63fb407dc5
Update raygui to avoid warnings
2 месяцев назад
Ray
80e164fa04
Update core_monitor_detector.c
2 месяцев назад
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
2 месяцев назад
Ray
d5e8ee77b1
Update core_input_gamepad.c
2 месяцев назад
Serhii Zasenko
f51204821a
Add vibration test button to core_input_gamepad ( #5362 )
2 месяцев назад
Ray
48496e2307
Update core_input_actions.c
2 месяцев назад
Ray
46ca641ec5
Update raygui to avoid warnings
2 месяцев назад
Ray
f3393b8fd8
Update core_clipboard_text.c
2 месяцев назад
Ray
a590126351
Updated some examples
2 месяцев назад
Ray
a235cd6a18
Update raygui.h
2 месяцев назад
Ray
6756e9d3d7
Update core_input_gestures_testbed.c
2 месяцев назад
Ray
06589d3350
Update core_2d_camera_mouse_zoom.c
2 месяцев назад
Ray
80b6b7fc2a
Update core_input_gamepad.c
2 месяцев назад
Ray
d172a24bb0
REVIEWED: `main(void)`
2 месяцев назад
Ray
f76e371436
REDESIGNED: `core_clipboard_text`, based on #5248
2 месяцев назад
Ray
0b4815b8fe
WARNING: REMOVED: GIT recording option, added example
2 месяцев назад
Hugo
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>
2 месяцев назад
Chakradhar
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 )
2 месяцев назад
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
3 месяцев назад
Jeffery Myers
780a7df760
Fix warnings in more examples. ( #5292 )
3 месяцев назад
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 месяцев назад