Agnis Aldiņš "NeZvērs
4d5a56a5f8
change game's resolution
преди 4 месеца
Agnis Aldiņš "NeZvērs
eee9dd8c94
Example: core_3d_fps_controller
Quake like camera animations and strafe jump movement
преди 4 месеца
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
преди 5 месеца
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
преди 5 месеца
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
преди 5 месеца
Meowster
6d5aedbd38
Add DrawEllipseV and DrawEllipseLinesV
преди 5 месеца
Pivok
0ffc8c517f
Pbr example fix
преди 5 месеца
Daniel Abbott
696f225f29
Update audio_sound_positioning.c
Calculate `right` Vector3 for correct audio stereo positioning.
преди 6 месеца
Zean Key
77f31178ed
fixed text_draw_3d
преди 6 месеца
Ray
cf1713e6dd
REVIEWED: VS2022 projects use a custom resource file...
...instead of relying in src/raylib provided one. #4900
преди 6 месеца
Zean Key
869ae8bbd2
[example] fix text size in text_draw_3d
преди 6 месеца
Jeffery Myers
eb3d96a36a
Fix cast warnings in examples.
преди 6 месеца
Ray
cc5739a6d7
REVIEWED: Some PRs formating
преди 6 месеца
Gunko Vadim
53cbd3cb11
rename
преди 6 месеца
Gunko Vadim
0d86084709
Update text_unicode_font_example.c
The creation of the array has been rewritten, the size of the example has been reduced
преди 6 месеца
Gunko Vadim
4184a5b251
Update text_unicode_font_example.c
преди 7 месеца
Gunko Vadim
5d7e8010a5
example unicode font
A review of the code is required. Since I'm not sure what's written correctly at all.
преди 7 месеца
Bigfoot71
59dc53d20e
update readme
преди 7 месеца
Bigfoot71
d5733ffb9a
update example makefiles
преди 7 месеца
Bigfoot71
a554ef339b
add `audio_sound_positionning` example
преди 7 месеца
luis605
4960cc74e0
[examples] Reviewed shader view depth
преди 7 месеца
Ray
ceb1a5ea2b
REVIEWED: Temporaly fix for issue #4874
преди 7 месеца
Jonathan Marler
f19d4c71ab
core_window_flags example: add borderless windowed toggle
преди 7 месеца
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.
преди 7 месеца
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.
преди 7 месеца
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.
преди 7 месеца
luis605
8ec52e3b25
Added example to build system
преди 7 месеца
luis605
eeda7a4b82
Added shaders_view_depth example to the build system
преди 7 месеца
luis605
e08fc8ab80
Added new example - [shader] render depth texture
преди 7 месеца
Jonathan Marler
611c43719f
Avoid divide by 0 in core_custom_frame_control example
преди 7 месеца
Jonathan Marler
ac17de5074
[build] remove examples/build.zig, incorporate into main build.zig
Removes the second build.zig in the examples directory and incorporates it
into the main build.zig. This gives the zig build system the data needed to
know if the raylib library needs to be rebuilt when running any example.
преди 7 месеца
Fabrizio Pietrucci
e140aca1b5
Increase zoom factor in `core_2d_camera.c`
This compensate for slower zoom speed due to log scaling
преди 7 месеца
Fabrizio Pietrucci
8b84c999d2
Use logarithmic zoom scaling in 2d camera zoom examples
преди 7 месеца
Aidon
513753c394
Converting int to char
Fixes warning: narrowing conversion caused by trying to convert int to unsigned char
преди 7 месеца
Amy Wilder
61a026f7ef
[examples] Reorganize some conditions to fix overlap bugs ( #4829 )
* Reorganize some conditions to fix overlap bugs
* Fix edge case where control point selection outlives mouse down
преди 8 месеца
sleeptightAnsiC
f430d72a8c
[examples] fix: use quotation marks when including raylib.h ( #4821 )
...so it will always prioritize local version of raylib instead of
system-wide installations, which is a huge problem when testing any
changes done locally to raylib as it might cause silent mismatch issues.
There were only 4 examples affected by this issue which were using
`#include <raylib.h>`. Other examples use proper `#include "raylib.h"`
Fixes: https://github.com/raysan5/raylib/issues/4820
преди 8 месеца
Ray
557d071fa2
Reviewed shader loading message
преди 8 месеца
jordan4ibanez
7cae259a6d
Reviewed shaders comment wording ( #4793 )
преди 8 месеца
Destructor17
27af359d1c
[rlgl] Preserve texture on mode switching ( #4364 )
* Fix textures on draw mode switch
* formatting fix
* ident
преди 8 месеца
Ray
256953957f
Update Makefile
преди 8 месеца
Jay Rhoden
015ab9df18
Amend comment to explain what LoadCodepoints is doing. ( #4787 )
As a beginner, it was not clear to me what the purpose of the LoadCodepoints function is. I am trying to help past me.
преди 8 месеца
Colleague Riley
c34ef35433
Update RGFW and ensure it's consistent with the GLFW backend ( #4783 )
* add PLATFORM_WEB_RGFW
* fix some bugs
* fix web_rgfw gamepad
* send fake screensize
* fix gamepad bugs (linux) | add L3 + R3 (gamepad)
* fix?
* update RGFW (again)
* update raylib (merge)
* fix xinput stuff
* delete makefile added by mistake
* update RGFW
* update RGFW (rename joystick to gamepad to avoid misunderstandings
* update RGFW (fix X11 bug)
* update RGFW
* use RL_MALLOC for RGFW
* update RGFW (fixes xdnd bug)
* fix some formating
* Update RGFW
* update RGFW
* undo change
* undo change
* undo change
* undo change
* have .scroll be 0 by default
* update RGFW
* update RGFW
* update RGFW
* fix year
* fix wasm key event bug
* update RGFW
* link to IOKit
* update
преди 8 месеца
Thomas Anderson
a1de60f3ba
added missing file ( #4754 )
преди 9 месеца
Ray
861ebafe62
Update shaders_mesh_instancing.c
преди 9 месеца
Anstro Pleuton
7bfc8e8ca7
[example] Add shaders_rounded_rectangle example ( #4719 )
* Add shaders_rounded_rectangle example
* Minor tweaks to example template (add star, more)
* Combine shaders
* Fix changes after review
---------
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
преди 9 месеца
Ray
2c50da9a6a
REVIEWED: -sASSERTIONS usage by linker #4717
преди 9 месеца
Anstro Pleuton
773e3f5f9f
Update more examples inconsistencies ( #4711 )
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
преди 9 месеца
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>
преди 9 месеца
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
преди 9 месеца
Ray
7c7b087efb
REVIEWED: example: `shaders_deferred_render` -WIP-
Not working but shader compiles and example runs... not sure if deferred rendering could be supported in OpenGL ES 2.0.
преди 9 месеца