Ray
d97e0a8ac7
REXM: RENAME: example: `shaders_texture_drawing` --> `shaders_texture_rendering`
1ヶ月前
Ray
41dee9e9f9
REXM: RENAME: example: `shaders_fog` --> `shaders_fog_rendering`
1ヶ月前
Ray
3cbe911613
REXM: RENAME: example: `models_billboard` --> `models_billboard_rendering`
1ヶ月前
Ray
b17936de22
REXM: RENAME: example: `models_billboard` --> `models_billboard_rendering`
1ヶ月前
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.
1ヶ月前
Ray
5cbe013273
REXM: RENAME: example: `models_skybox` --> `models_skybox_rendering`
1ヶ月前
Ray
d8ee8a45c4
REXM: RENAME: example: `textures_draw_tiled` --> `textures_tiled_drawing`
1ヶ月前
Ray
33327760f1
REXM: RENAME: example: `text_draw_3d` --> `text_3d_drawing`
1ヶ月前
Ray
785ad4015c
REXM: RENAME: example: `textures_polygon` --> `textures_polygon_drawing`
1ヶ月前
Ray
cadd28e5a0
REXM: RENAME: example: `text_raylib_fonts` -> `text_sprite_fonts`
1ヶ月前
Ray
64d6a90d48
REXM: RENAME: example: `text_unicode` --> `text_unicode_emojis`
1ヶ月前
Ray
cf61a8b888
REXM: Update examples report
1ヶ月前
Ray
47db1da9ea
REXM: RENAMED: example: `core_3d_fps_controller` to `core_3d_camera_fps`
1ヶ月前
Ray
4d0c3affaa
REXM: Update examples and lists
1ヶ月前
Ray
a8dfd9db76
REXM: RENAMED: `shaders_normalmap` --> `shaders_normal_map`
1ヶ月前
Ray
6da0a180e6
REXM: Using Makefile.Web for specific web versions generation, only with required resources for every example
1ヶ月前
Ray
afdc7972d6
REXM: Automatic validation and update of examples
1ヶ月前
Ray
ddebf5d7ac
Update Makefile.Web
1ヶ月前
Ray
6792e6e2dd
Updated required files for new example: `shaders_normalmap`
2ヶ月前
Ray
f64d405ef3
Update Makefile.Web
2ヶ月前
Ray
80dd72ce12
REVIEWED: For automation simplification
2ヶ月前
Ray
6b0174d034
REVIEWED: Examples Makefile to locate examples list: `#EXAMPLES_LIST_*`
2ヶ月前
Joecheong2006
f1714a6234
[examples]: New shapes example - double pendulum
2ヶ月前
sir-irk
510dc763e9
adding normal map example
3ヶ月前
Agnis Aldiņš "NeZvērs
eee9dd8c94
Example: core_3d_fps_controller
Quake like camera animations and strafe jump movement
3ヶ月前
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
4ヶ月前
Bigfoot71
d5733ffb9a
update example makefiles
6ヶ月前
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.
6ヶ月前
luis605
8ec52e3b25
Added example to build system
6ヶ月前
Thomas Anderson
a1de60f3ba
added missing file ( #4754 )
8ヶ月前
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>
8ヶ月前
Ray
2c50da9a6a
REVIEWED: -sASSERTIONS usage by linker #4717
8ヶ月前
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.
8ヶ月前
Ray
da5a868e2a
REMOVED: example: `core_gamepad_info`
9ヶ月前
Ray
2f6230e366
Formatting review and examples review
9ヶ月前
Ray
a1896c7a90
REVIEWED: Code/Web-Makefile formatting
9ヶ月前
Ray
fa0eada61a
Update year to 2025
9ヶ月前
Colleague Riley
58004723d8
[rcore][RGFW] Add new backend option: `PLATFORM_WEB_RGFW` and update RGFW ( #4480 )
* 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
9ヶ月前
Ray
de6c09ee7a
WARNING: REVIEWED: Use `libraylib.web.a` naming on PLATFORM_WEB
This change allows to have in same directory (currently `raylib/src`) two raylib build versions: Desktop and Web
9ヶ月前
Ray
5e6cdf3a73
Update emsdk path on Windows to match new raylib installer package
11ヶ月前
Asdqwe
377248b1ac
Fix Makefile.Web ( #4487 )
11ヶ月前
Ray
b47fffb48b
Update Makefile.Web
11ヶ月前
Everton Jr.
ad79d4a884
[shapes] Add `shapes_rectangle_advanced ` example implementing a `DrawRectangleRoundedGradientH` function ( #4435 )
* [rshapes] Add function
* "[shapes] rectangle advanced: fix screen width and height to fit with other examples"
11ヶ月前
Asdqwe
91a4f04794
Use mingw32-make for Windows ( #4436 )
11ヶ月前
Ray
22c77d17b7
REVIEWED: WebGL2 (OpenGL ES 3.0) backend flags (PLATFORM_WEB) #4330
11ヶ月前
Ray
7ac36e20cd
Update Makefile.Web
11ヶ月前
Ray
b0140b876b
REVIEWED: GPU skninning on Web, some gotchas! #4412
11ヶ月前
Ray
1effe92129
`WARNING`: REMOVED: SVG files loading and drawing, moving it to raylib-extras
1年前
Magnus Oblerion
74ce90ce67
[example] Input virtual controls example ( #4342 )
* Add files via upload
* Update core_input_gamepad_virtual.c
* Add files via upload
* Update and rename core_input_gamepad_virtual.c to core_virtual_Dpad.c
* Update and rename core_virtual_Dpad.c to core_input_virtual_controls.c
* Delete examples/core/core_input_gamepad_virtual.png
* Add files via upload
* Update Makefile
* Update Makefile.Web
* Update README.md
* Update README.md
* Create core_input_virtual_controls.vcxproj
* Delete projects/VS2022/examples/core_input_virtual_controls.vcxproj
1年前
Tchan0
8dbf371244
Examples makefiles: align /usr/local with /src Makefile ( #4286 )
* align /usr/local with src Makefile
Align /usr/local with the /src Makefile, where it can be overriden.
* /usr/local: allow override
align /usr/local with the /src Makefile, where it can be overriden
1年前