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 месеца
JohnnyCena123
4a4997c615
fix unnecessary warnings in some files ( #5152 )
преди 4 месеца
Ray
42abcb9492
Updated examples init window title
преди 4 месеца
Ray
a72b4b177b
Updated examples short description
преди 4 месеца
Ray
60ac8f2a86
Renamed example
преди 4 месеца
Ray
f9af011965
Update core_window_letterbox.c
преди 4 месеца
Ray
500494f791
Update core_3d_fps_controller.c
преди 5 месеца
feive7
8b0cbb6f47
Clamp camera pitch
преди 5 месеца
Maicon Santana
238163c6ca
swap local variable `isCursorHidden` to use new method `IsCursorHidden()`
преди 5 месеца
Ray
7037f131dc
REVIEWED: example: `core_3d_fps_controller`
преди 5 месеца
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
преди 5 месеца
Ray
f0889a74fe
EXAMPLES: Format tweaks
преди 5 месеца
Ray
fd79b44920
Create distortion.fs
преди 5 месеца
Ray
72de562542
REVIEWED: Examples for automation processes
преди 5 месеца
RANDRIA Luca
b273ba930b
Add screenshot for core_basic_window_web
The veritable screenshot is this
преди 5 месеца
RANDRIA Luca
37104195b4
add screenshot core_basic_window_web
There are no screenshot for this and the alt is seen
преди 5 месеца
lepasona
b230720842
example core_input_gamepad.c: fix hardcoded gamepad 0
преди 5 месеца
PanicTitan
9e908e4a76
Update core_custom_frame_control.c to work properly on web
преди 6 месеца
Agnis Aldiņš "NeZvērs
ed022e89e5
fix preview crop
преди 7 месеца
Agnis Aldiņš "NeZvērs
f6b7168ed4
Add preview image
преди 7 месеца
Agnis Aldiņš "NeZvērs
fa9653d179
Fix function call
преди 7 месеца
Agnis Aldiņš "NeZvērs
fca2317640
remove //#define PLATFORM_WEB
преди 7 месеца
Agnis Aldiņš "NeZvērs
a2cf878190
cleanup variable shadowing
преди 7 месеца
Agnis Aldiņš "NeZvērs
4233544670
Update core_3d_fps_controller.c
преди 7 месеца
Agnis Aldiņš "NeZvērs
4d5a56a5f8
change game's resolution
преди 7 месеца
Agnis Aldiņš "NeZvērs
eee9dd8c94
Example: core_3d_fps_controller
Quake like camera animations and strafe jump movement
преди 7 месеца
Jeffery Myers
eb3d96a36a
Fix cast warnings in examples.
преди 9 месеца
Jonathan Marler
f19d4c71ab
core_window_flags example: add borderless windowed toggle
преди 9 месеца
Jonathan Marler
336fd78f74
Add core_highdpi example
This example enables HIGHDPI and renders a scale showing how the logical
size compares to the pixel size of the window.
преди 9 месеца
Jonathan Marler
00fb09cebf
Prevent immediate window restore from minimize in core_window_flags
The core_window_flags example automatically restores the window from
being minimized after 3 seconds. However, it only resets the frameCounter
if the window is minimized through the app from inputting KEY_N. This
means if you miminize the window by other means (like pressing the minimize
button) then the example will immediately restore the window because the
frame counter wasn't reset. I've fixed this by setting the frameCounter
back to 0 once it's expired. I also added a note in the UI that the example
automatically restores the window so it's not a surprise.
преди 9 месеца
Jonathan Marler
8749ba9ebf
Uncomment SetTargetFPS in core_window_flags
I think this line was accidently commented out in this commit:
3d1ae3500c
The FPS limit is needed to get the desired wait time for the "hide window"
test, which uses the frame counter to hide the window for 3 seconds. On
my machine without this limit it runs at over 1000 FPS and it appears
like the hide window state is broken.
I also added some text that tells the user that it only hides the window
for 3 seconds so they're not surprised when the window automatically
reappears.
преди 9 месеца
Jonathan Marler
611c43719f
Avoid divide by 0 in core_custom_frame_control example
преди 9 месеца
Fabrizio Pietrucci
e140aca1b5
Increase zoom factor in `core_2d_camera.c`
This compensate for slower zoom speed due to log scaling
преди 10 месеца
Fabrizio Pietrucci
8b84c999d2
Use logarithmic zoom scaling in 2d camera zoom examples
преди 10 месеца
Aidon
513753c394
Converting int to char
Fixes warning: narrowing conversion caused by trying to convert int to unsigned char
преди 10 месеца
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
преди 10 месеца
Anstro Pleuton
773e3f5f9f
Update more examples inconsistencies ( #4711 )
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
преди 1 година
Anstro Pleuton
945f181f1d
[examples] Update examples to be consistent ( #4699 )
* Update examples inconsistencies
* Happy new years, examples!
* Missed one inconsistency
* Update final few examples inconsistencies
---------
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
преди 1 година
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
преди 1 година