mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 04:39:18 -05:00
REXM: RENAMED: Reports moved to reports directory
This commit is contained in:
29
tools/rexm/reports/examples_issues.md
Normal file
29
tools/rexm/reports/examples_issues.md
Normal 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 | ✔ | ❌ | ❌ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
Reference in New Issue
Block a user