REXM: RENAMED: Reports moved to reports directory

This commit is contained in:
Ray
2025-11-14 16:34:56 +01:00
parent d06c820a44
commit 75ae4d347a
2 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# EXAMPLES COLLECTION - VALIDATION REPORT
```
Example elements validated:
- [C] : Missing .c source file
- [CAT] : Not a recognized category
- [INFO] : Inconsistent example header info (stars, author...)
- [PNG] : Missing screenshot .png
- [WPNG] : Invalid png screenshot (using default one)
- [RES] : Missing resources listed in the code
- [MK] : Not listed in Makefile
- [MKWEB] : Not listed in Makefile.Web
- [VCX] : Missing Visual Studio project file
- [SOL] : Project not included in solution file
- [RDME] : Not listed in README.md
- [JS] : Not listed in Web (examples.js)
- [WOUT] : Missing Web build (.html/.data/.wasm/.js)
- [WMETA] : Missing Web .html example metadata
```
| **EXAMPLE NAME** | [C] | [CAT]| [INFO]|[PNG]|[WPNG]| [RES]| [MK] |[MKWEB]| [VCX]| [SOL]|[RDME]|[JS] | [WOUT]|[WMETA]|
|:---------------------------------|:---:|:----:|:-----:|:---:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:---:|:-----:|:-----:|
| core_highdpi_testbed | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| rlgl_standalone | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| rlgl_compute_shader | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| easings_testbed | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| raylib_opengl_interop | ✔ | ❌ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ |
| embedded_files_loading | ✔ | ❌ | ✔ | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| web_basic_window | ✔ | ❌ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |