Ray
b01c8a7a90
UPDATE: Implementing examples commands -WIP-
il y a 8 heures
Ray
9477838193
ADDED: Some useful functions for examples info loading, using `examples_list`
il y a 13 heures
Ray
a872de82ed
Create `examples_list`, to be used by `rexm` or other tools for reference
NOTE: This file should be the source of truth for raylib examples collection, everything will be generated using this file as primary reference.
il y a 13 heures
Ray
10079e4e65
Reviewed minor formating issues
il y a 13 heures
Ray
6b0174d034
REVIEWED: Examples Makefile to locate examples list: `#EXAMPLES_LIST_*`
il y a 13 heures
Ray
9fa53aac6f
Update examples_template.c
il y a 13 heures
lpow100
58e3c8604a
Added setup for the rename command (NOT TESTED)
il y a 1 jour
Ray
e0b58b7eee
Update rexm.c
il y a 1 jour
Ray
d88f27f08d
NEW: ADDED: `rexm` - A simple command-line tool to manage raylib examples -WIP-
il y a 1 jour
Ray
4b2654f851
Create examples_template.png
il y a 1 jour
Ray
968385b5f4
Update examples_template.c
il y a 1 jour
Ray
38ff5d00a0
Create build_example_web.bat
il y a 1 jour
RANDRIA Luca
b273ba930b
Add screenshot for core_basic_window_web
The veritable screenshot is this
il y a 2 jours
Ray
414235dd17
Update shaders_multi_sample2d.c
il y a 2 jours
RANDRIA Luca
37104195b4
add screenshot core_basic_window_web
There are no screenshot for this and the alt is seen
il y a 2 jours
lepasona
b230720842
example core_input_gamepad.c: fix hardcoded gamepad 0
il y a 5 jours
Joecheong2006
10fadd9185
Replaced scalar to float
il y a 1 semaine
Joecheong2006
b6ae5af4e3
Removed redefined RAD and DEG
il y a 1 semaine
Joecheong2006
8a0ab163d3
Changed to 4 spaces
il y a 1 semaine
JoeCheong
f3854cb406
Fixed typo
il y a 1 semaine
Joecheong2006
f1714a6234
[examples]: New shapes example - double pendulum
il y a 1 semaine
PanicTitan
9e908e4a76
Update core_custom_frame_control.c to work properly on web
il y a 2 semaines
Jordan Zedeck
e91a3697ff
Fixed typo
il y a 3 semaines
sir-irk
ed509193d9
remving w multiply on the tangent itself
il y a 1 mois
sir-irk
f86295732a
fixing shader tangents to be vec4
il y a 1 mois
Ray
8a3a8ee8e3
Update shapes_digital_clock.c
il y a 1 mois
Ray
5f497d0687
REVIEWED: `shapes_digital_clock` example
il y a 1 mois
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
il y a 2 mois
Meowster
6d5aedbd38
Add DrawEllipseV and DrawEllipseLinesV
il y a 2 mois
Pivok
0ffc8c517f
Pbr example fix
il y a 2 mois
Daniel Abbott
696f225f29
Update audio_sound_positioning.c
Calculate `right` Vector3 for correct audio stereo positioning.
il y a 3 mois
Zean Key
77f31178ed
fixed text_draw_3d
il y a 3 mois
Ray
cf1713e6dd
REVIEWED: VS2022 projects use a custom resource file...
...instead of relying in src/raylib provided one. #4900
il y a 3 mois
Zean Key
869ae8bbd2
[example] fix text size in text_draw_3d
il y a 3 mois
Jeffery Myers
eb3d96a36a
Fix cast warnings in examples.
il y a 3 mois
Ray
cc5739a6d7
REVIEWED: Some PRs formating
il y a 3 mois
Bigfoot71
59dc53d20e
update readme
il y a 3 mois
Bigfoot71
d5733ffb9a
update example makefiles
il y a 3 mois
Bigfoot71
a554ef339b
add `audio_sound_positionning` example
il y a 3 mois
luis605
4960cc74e0
[examples] Reviewed shader view depth
il y a 3 mois
Ray
ceb1a5ea2b
REVIEWED: Temporaly fix for issue #4874
il y a 4 mois
Jonathan Marler
f19d4c71ab
core_window_flags example: add borderless windowed toggle
il y a 4 mois
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.
il y a 4 mois
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.
il y a 4 mois
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.
il y a 4 mois
luis605
8ec52e3b25
Added example to build system
il y a 4 mois
luis605
eeda7a4b82
Added shaders_view_depth example to the build system
il y a 4 mois
luis605
e08fc8ab80
Added new example - [shader] render depth texture
il y a 4 mois
Jonathan Marler
611c43719f
Avoid divide by 0 in core_custom_frame_control example
il y a 4 mois
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.
il y a 4 mois