Ray
|
cdfb9d7a0b
|
Added some notes for example collection validation
|
2025-08-04 19:29:28 +02:00 |
|
Ray
|
a436d935f1
|
Update README.md
|
2025-08-04 19:28:07 +02:00 |
|
Ray
|
1293461f5e
|
REXM: Some code reviews, README.md generation improvements
|
2025-08-04 19:27:48 +02:00 |
|
Ray
|
a457ab154e
|
ADDED: Example resources for automatic removal
WARNING: Some of those resources could be shared by other examples in the category so for now we leave removed manual by users...
|
2025-08-04 18:11:57 +02:00 |
|
Ray
|
1f5fec851d
|
UPDATE: Added Makefile.Web per-example target generation including used resources
|
2025-08-04 17:52:22 +02:00 |
|
Ray
|
bc0f93baea
|
UPDATE: Added resources scanning from examples for automated copying
|
2025-08-04 17:51:48 +02:00 |
|
Ray
|
e130775e0d
|
Updated for resources scanning system
|
2025-08-04 14:13:17 +02:00 |
|
Ray
|
80dd72ce12
|
REVIEWED: For automation simplification
|
2025-08-04 13:23:57 +02:00 |
|
Ray
|
d8952958db
|
Update Makefile
|
2025-08-04 13:23:14 +02:00 |
|
Ray
|
72de562542
|
REVIEWED: Examples for automation processes
|
2025-08-04 13:23:04 +02:00 |
|
Ray
|
d43470a3d4
|
Minor comment reviews
|
2025-08-03 23:49:52 +02:00 |
|
Ray
|
d182ae7837
|
UPDATED: Support example removal
|
2025-08-03 23:32:54 +02:00 |
|
Ray
|
b11d089202
|
UPDATED: Implementing file rename requirements
Moved files update from collection to separate function
|
2025-08-03 22:56:15 +02:00 |
|
Ray
|
d194b8d503
|
ADDED: Some security checks to verify examples categories provided
|
2025-08-03 21:20:35 +02:00 |
|
Ray
|
8f8a5ada60
|
REVIEWED: Make sure environment is set in same process and not a child one
|
2025-08-03 21:19:55 +02:00 |
|
Ray
|
b4ecfb648d
|
Merge pull request #5084 from kariem2k/fix_cmake_sdl3
Removed verbose logging on SDL3.
|
2025-08-03 19:53:53 +02:00 |
|
Karim Ahmed
|
603219d6d6
|
Removed verbose logging on SDL3. Happens every time the property is read!
|
2025-08-03 18:48:24 +01:00 |
|
Ray
|
c146be16cb
|
Update rexm.c
|
2025-08-03 09:43:38 +02:00 |
|
Ray
|
6ddc9251c2
|
UPDATE: README.md example addition working
|
2025-08-03 01:18:19 +02:00 |
|
Ray
|
73baaeeb2e
|
REVIEWED: LoadTextLines()
|
2025-08-03 01:17:50 +02:00 |
|
Ray
|
361e730f83
|
Merge pull request #5083 from JeffM2501/obj_double_load
[rModels] Don't Double Upload Meshes in LoadObj,
|
2025-08-03 00:29:20 +02:00 |
|
Jeff Myers
|
ffe76a4b67
|
Don't Upload Meshes in LoadObj, LoadModel will upload them. None of the other interchange format readers upload
|
2025-08-02 14:58:05 -07:00 |
|
Ray
|
1948453394
|
Update README.md
|
2025-08-02 20:11:31 +02:00 |
|
Ray
|
b044b52955
|
UPDATED: examples.js example addition working
|
2025-08-02 19:43:27 +02:00 |
|
Ray
|
528ad4964d
|
UPDATE: Makefile example addition working
|
2025-08-02 19:21:36 +02:00 |
|
Ray
|
e76c5f7d64
|
Update rexm.c
|
2025-08-02 18:11:30 +02:00 |
|
Ray
|
0533987f80
|
Merge branch 'master' of https://github.com/raysan5/raylib
|
2025-08-02 18:01:32 +02:00 |
|
Ray
|
e01f3f158e
|
Remove some testing code
|
2025-08-02 18:01:23 +02:00 |
|
github-actions[bot]
|
42619ea2df
|
Update raylib_api.* by CI
|
2025-08-02 16:01:00 +00:00 |
|
Ray
|
c60763d19e
|
UPDATED: LoadExamplesData() to support filtering and sorting
|
2025-08-02 18:00:41 +02:00 |
|
Ray
|
1c8eef9b0b
|
Update raylib and generate ARM64 libraries for Windows, Linux, macOS
|
2025-08-02 17:59:34 +02:00 |
|
Ray
|
d3fe9e5036
|
Merge branch 'master' of https://github.com/raysan5/raylib
|
2025-08-02 17:58:47 +02:00 |
|
Ray
|
159a9eac4a
|
Update build_example_web.bat
|
2025-08-02 17:58:44 +02:00 |
|
Ray
|
c4d733e864
|
Merge pull request #5082 from JeffM2501/render_target_size
[CORE} Make GetRenderWidth/Height return the FBO size if one is active
|
2025-08-02 17:40:37 +02:00 |
|
Jeffery Myers
|
bf536d68e1
|
Make GetRenderWidth and GetREnderHeight return the FBO size if one is active.
|
2025-08-02 08:37:11 -07:00 |
|
Ray
|
b01c8a7a90
|
UPDATE: Implementing examples commands -WIP-
|
2025-08-02 00:36:17 +02:00 |
|
Ray
|
a36905607c
|
Update linux.yml
|
2025-08-01 20:19:35 +02:00 |
|
Ray
|
3e65b23f89
|
Update windows.yml
|
2025-08-01 20:10:35 +02:00 |
|
Ray
|
8adccfd521
|
Update windows.yml
|
2025-08-01 20:09:49 +02:00 |
|
Ray
|
fde3166e6a
|
Merge pull request #5075 from killerdevildog/add-linux-arm64-builds
[build] Add ARM64 support to Linux builds
|
2025-08-01 20:07:56 +02:00 |
|
Ray
|
9477838193
|
ADDED: Some useful functions for examples info loading, using examples_list
|
2025-08-01 19:40:44 +02:00 |
|
Ray
|
cb91c02bea
|
Merge branch 'master' of https://github.com/raysan5/raylib
|
2025-08-01 19:40:25 +02:00 |
|
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.
|
2025-08-01 19:39:30 +02:00 |
|
github-actions[bot]
|
9d07be6bde
|
Update raylib_api.* by CI
|
2025-08-01 17:38:20 +00:00 |
|
Ray
|
234f4b2b10
|
Update raylib.h
|
2025-08-01 19:38:02 +02:00 |
|
Ray
|
10079e4e65
|
Reviewed minor formating issues
|
2025-08-01 18:58:24 +02:00 |
|
Ray
|
6b0174d034
|
REVIEWED: Examples Makefile to locate examples list: #EXAMPLES_LIST_*
|
2025-08-01 18:58:05 +02:00 |
|
Ray
|
9fa53aac6f
|
Update examples_template.c
|
2025-08-01 18:56:54 +02:00 |
|
Ray
|
43bc00379c
|
removed trailing spaces
|
2025-08-01 10:26:28 +02:00 |
|
Ray
|
ba798e9155
|
Merge pull request #5079 from zet23t/fixing-obj-loader-crash
[rmodels] Fixing OBJ loading crash when there are no normals present
|
2025-08-01 08:57:55 +02:00 |
|