Ray
bbba3d0802
REXM: ADDED: Web platform logs automated reports -WIP-
2 weeks ago
Ray
cde917c63c
REXM: ADDED: Build check warnings logs
2 weeks ago
Ray
ab463ac89b
Create raylib.vcxproj.filters
2 weeks ago
Ray
9fe3f7ca14
REXM: ADDED: Automated-testing system
Elements tested:
```
TESTING_FAIL_INIT = 1 << 0, // Initialization (InitWindow()) -> "INFO: DISPLAY: Device initialized successfully"
TESTING_FAIL_CLOSE = 1 << 1, // Closing (CloseWindow()) -> "INFO: Window closed successfully"
TESTING_FAIL_ASSETS = 1 << 2, // Assets loading (WARNING: FILE:) -> "WARNING: FILEIO:"
TESTING_FAIL_RLGL = 1 << 3, // OpenGL-wrapped initialization -> "INFO: RLGL: Default OpenGL state initialized successfully"
TESTING_FAIL_PLATFORM = 1 << 4, // Platform initialization -> "INFO: PLATFORM: DESKTOP (GLFW - Win32): Initialized successfully"
TESTING_FAIL_FONT = 1 << 5, // Font default initialization -> "INFO: FONT: Default font loaded successfully (224 glyphs)"
TESTING_FAIL_TIMER = 1 << 6, // Timer initialization -> "INFO: TIMER: Target time per frame: 16.667 milliseconds"
```
2 weeks ago
Ray
d26b17f320
Some comment tweaks
2 weeks ago
Ray
d29112fb1f
Create examples_testing_windows.md
2 weeks ago
Ray
75ae4d347a
REXM: RENAMED: Reports moved to reports directory
2 weeks ago
Ray
b5caef1ffb
REXM: ADDED: Example automated-testing -WIP-
2 weeks ago
Ray
6dcd4cd564
Update rexm.c
2 weeks ago
Ray
ee2999b3e0
Update rexm.c
3 weeks ago
Ray
0b4815b8fe
WARNING: REMOVED: GIT recording option, added example
3 weeks ago
Ray
eacbc8bd61
Update examples_report.md
4 weeks ago
Ray
c24f5ac412
REXM: Reviewed rebuild to support full categories -WIP-
4 weeks ago
Ray
91addeb889
Update rexm.c
1 month ago
Ray
5db5c9b4a1
Update rexm.c
1 month ago
Ray
aae2c4b355
Update rexm.c
1 month ago
Ray
5338e39124
Update rexm.c
1 month ago
Ray
a0f3f07bdc
Update examples_report.md
1 month ago
Ray
fdc500756d
REXM: ADDED: More detailed log info
1 month ago
Ray
cf9a0619ca
REXM: Validate and update examples
1 month ago
Ray
ec06f9be37
Removed trailing spaces
1 month ago
Ray
5aeedb4899
REXM: Update examples collection
1 month ago
Ray
7995f8d1b3
Avoid auto push on rename
1 month ago
Ray
ed8c4c1b9b
REXM: Update examples collection, some renames
1 month ago
Ray
0c97c95f6c
Update rexm.c
1 month ago
Ray
8e052b81b4
REVIEWED: New examples on VS project
1 month ago
Hugo
d2acf06779
[examples] Added `core_directory_files` ( #5230 )
* ADDED: example: `core_directory_files`
* Follow raylib's conventions
* Rework `core_directory_files` example
* Removed alternating colors & text on directory
* Update screenshot
---------
Co-authored-by: Ray <raysan5@gmail.com>
1 month ago
Hugo
9bf7699624
[examples] Added `shapes_kaleidoscope` ( #5233 )
* ADDED: example: `shapes_kaleidoscope`
* Add line reflection
* Updated with `rexm update`
* Follow raylib's conventions
1 month ago
Ray
f0ffdb33f4
REXM: Support building full example collection and categories
ADDED: Some log info
2 months ago
Ray
e7d27e5b80
REXM: Remove test code
2 months ago
Ray
7b5c597da5
Update rexm.c
2 months ago
Ray
718a841cfb
REXM: Update examples
2 months ago
Ray
8670e6e1b9
REXM: FIX: Get others category
2 months ago
Ray
29a7996402
REXM: Remove dead code of functions already moved to raylib
2 months ago
Ray
36d3c8acfb
Update rexm.c
2 months ago
Ray
377853bb32
REXM: Updated new examples requried files
2 months ago
Ray
8494d76c93
Update rexm.c
2 months ago
Teeto44
14a0a4d0c4
FIXED: rexm's makefile and default paths ( #5224 )
* FIXED: rexm's makefile and default paths
Fixed a windows only backslash in
rexm's makefile causing build errors on macOS and linux
Added unix paths to rexm for better compatibility
* Update rexm.c
Readded the fall-through in OP_CREATE
Added some safety checks to UpdateRequiredFiles() so it plays nicely outside of the raylib.com context (would segfault previously)
2 months ago
Ray
f76666af3f
REXM: Avoid updating metadata from `others` examples
2 months ago
Ray
e5e684a5ca
Update examples_report.md
2 months ago
Ray
2724f07c9a
Update rexm.c
2 months ago
Ray
4f9b933b34
REXM: Update examples; `text_unicode_emojis` requires additional resources on Web
2 months ago
Ray
363855ec3e
Update rexm.c
2 months ago
Ray
95cb0cbf67
Update README.md
2 months ago
Ray
1161286d51
Update rexm.c
2 months ago
Ray
9268b0d029
REXM: Commented functions moved to main raylib API
2 months ago
Ray
ed8f1a22d1
Remove trailing spaces
2 months ago
Ray
36ad7127c2
REXM: Update
2 months ago
Ray
6f01f3c06d
Update rexm.c
2 months ago
Ray
b8420d4821
REXM: Update examples
2 months ago