Ray
3cbe911613
REXM: RENAME: example: `models_billboard` --> `models_billboard_rendering`
há 1 mês
Ray
b17936de22
REXM: RENAME: example: `models_billboard` --> `models_billboard_rendering`
há 1 mês
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.
há 1 mês
Ray
5cbe013273
REXM: RENAME: example: `models_skybox` --> `models_skybox_rendering`
há 1 mês
Ray
d8ee8a45c4
REXM: RENAME: example: `textures_draw_tiled` --> `textures_tiled_drawing`
há 1 mês
Ray
33327760f1
REXM: RENAME: example: `text_draw_3d` --> `text_3d_drawing`
há 1 mês
Ray
785ad4015c
REXM: RENAME: example: `textures_polygon` --> `textures_polygon_drawing`
há 1 mês
Ray
cadd28e5a0
REXM: RENAME: example: `text_raylib_fonts` -> `text_sprite_fonts`
há 1 mês
Ray
64d6a90d48
REXM: RENAME: example: `text_unicode` --> `text_unicode_emojis`
há 1 mês
Ray
cf61a8b888
REXM: Update examples report
há 1 mês
Ray
47db1da9ea
REXM: RENAMED: example: `core_3d_fps_controller` to `core_3d_camera_fps`
há 1 mês
Ray
4d0c3affaa
REXM: Update examples and lists
há 1 mês
Ray
a8dfd9db76
REXM: RENAMED: `shaders_normalmap` --> `shaders_normal_map`
há 1 mês
Ray
d8952958db
Update Makefile
há 2 meses
Ray
6b0174d034
REVIEWED: Examples Makefile to locate examples list: `#EXAMPLES_LIST_*`
há 2 meses
JoeCheong
f3854cb406
Fixed typo
há 2 meses
Joecheong2006
f1714a6234
[examples]: New shapes example - double pendulum
há 2 meses
sir-irk
510dc763e9
adding normal map example
há 3 meses
Agnis Aldiņš "NeZvērs
eee9dd8c94
Example: core_3d_fps_controller
Quake like camera animations and strafe jump movement
há 3 meses
Hamza RAHAL
3f228f4594
[examples] : adding new fancy clock
há 4 meses
Bigfoot71
d5733ffb9a
update example makefiles
há 6 meses
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.
há 6 meses
luis605
8ec52e3b25
Added example to build system
há 6 meses
luis605
eeda7a4b82
Added shaders_view_depth example to the build system
há 6 meses
Ray
256953957f
Update Makefile
há 7 meses
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
há 7 meses
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>
há 8 meses
Ray
2c50da9a6a
REVIEWED: -sASSERTIONS usage by linker #4717
há 8 meses
Ray
da5a868e2a
REMOVED: example: `core_gamepad_info`
há 9 meses
Ray
2f6230e366
Formatting review and examples review
há 9 meses
Ray
a1896c7a90
REVIEWED: Code/Web-Makefile formatting
há 9 meses
Ray
fa0eada61a
Update year to 2025
há 9 meses
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
há 9 meses
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
há 9 meses
Asdqwe
93a67417b3
Fix examples Makefile PLATFORM define ( #4582 )
há 10 meses
Ray
5e6cdf3a73
Update emsdk path on Windows to match new raylib installer package
há 11 meses
Everton Jr.
00396e3436
[rcore] Clipboard Image Support ( #4459 )
* [rcore] add 'GetClipboardImage' for windows
* [rcore] GetClipboardImage removed some unneeded defines
* [rcore] PLATFORM_SDL: create a compatility layer for SDL3
* external: add win32_clipboard.h header only lib
* [rcore] using win32_clipboard on platforms rlfw and rgfw
* [rcore] fix warnings in SDL3 compatibility layer
* Makefile: Allow specifying SDL_LIBRARIES to link, this helps with SDL3
* Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW
* Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW
* [rcore]: PLATFORM_SDL: improve clipboard data retrieval
* external: remove unused function from win32_clipboard.h
* Makefile: allow for extra flags necessary when compiling for SDL3
* [rcore]: fix string typo
* [rcore]: Properly handle NULL dpi passing. As is allowed in SDL2
* external: fix arch finding on win32_clipboard.h to allow compilation on msvc cmake CI
* [rcore]: PLATFORM_SDL: Treat monitor as an ID in SDL3 as opposed to an index as in SDL2
* [rcore]: typo
há 11 meses
Ray
9e2591e612
Update Makefile
há 11 meses
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"
há 11 meses
NishiOwO
ff66b49c19
fix ( #4440 )
há 11 meses
Ray
8b9ea8cd5f
Update Makefile
há 11 meses
NishiOwO
3dcddaedd7
Fix examples Makefile for NetBSD ( #4438 )
* fix makefile
* moving to LDPATHS
* fix clean and ldlibs stuff
há 11 meses
Asdqwe
91a4f04794
Use mingw32-make for Windows ( #4436 )
há 11 meses
Asdqwe
8b36253e2f
[build] [web] Fix examples `Makefile` for `PLATFORM_WEB` ( #4434 )
* Fix examples Makefile for PLATFORM_WEB
* Replace shell with assignment operator
* Replace tab with spaces
há 11 meses
Ray
b0140b876b
REVIEWED: GPU skninning on Web, some gotchas! #4412
há 11 meses
Ray
eb04154c98
Update Makefile
há 11 meses
Ray
1effe92129
`WARNING`: REMOVED: SVG files loading and drawing, moving it to raylib-extras
há 1 ano
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
há 1 ano
Daniel Holden
86ead96263
[rmodels] Optional GPU skinning ( #4321 )
* Added optional GPU skinning
* Added skinned bone matrices support for different file formats.
* Moved new shader locations to end of enum to avoid breaking existing examples. Added gpu skinning on drawing of instanced meshes.
* Added GPU skinning example.
* Removed variable declaration to avoid shadowing warning.
há 1 ano
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
há 1 ano