diff options
| author | Ray <[email protected]> | 2022-07-07 20:23:48 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-07 20:23:48 +0200 |
| commit | 41a19cd007efe35a4707046962db5fbecf4023f7 (patch) | |
| tree | b44b60635d5c5f481f9617e7528fe6d73ab7f546 /examples/README.md | |
| parent | 5f9972dfd1f0c33eef1372d8bb2f96c57b04626c (diff) | |
| parent | 1343f5f31fef460e0f64d1a26030980803a5cb54 (diff) | |
| download | raylib-41a19cd007efe35a4707046962db5fbecf4023f7.tar.gz raylib-41a19cd007efe35a4707046962db5fbecf4023f7.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md index 2887bd4c..2b7ae11b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -195,9 +195,9 @@ Examples showing raylib misc functionality that does not fit in other categories | 120 | [raudio_standalone](others/raudio_standalone.c) | <img src="others/raudio_standalone.png" alt="raudio_standalone" width="80"> | ⭐️⭐️⭐️☆ | 1.6 | **4.0** | [Ray](https://github.com/raysan5) | | 121 | [rlgl_standalone](others/rlgl_standalone.c) | <img src="others/rlgl_standalone.png" alt="rlgl_standalone" width="80"> | ⭐️⭐️⭐️⭐️ | 1.6 | **4.0** | [Ray](https://github.com/raysan5) | | 122 | [easings_testbed](others/easings_testbed.c) | <img src="others/easings_testbed.png" alt="easings_testbed" width="80"> | ⭐️⭐️⭐️☆ | 3.0 | 3.0 | [Juan Miguel López](https://github.com/flashback-fx) | -| 123 | [rlgl_compute_shader.c](others/rlgl_compute_shader.c.c) | <img src="others/rlgl_compute_shader.c.png" alt="rlgl_compute_shader.c" width="80"> | ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Teddy Astie](https://github.com/tsnake41) | -| 124 | [raylib_opengl_interop.c](others/raylib_opengl_interop.c.c) | <img src="others/raylib_opengl_interop.c.png" alt="raylib_opengl_interop.c" width="80"> | ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Stephan Soller](https://github.com/arkanis) | -| 125 | [embedded_files_loading.c](others/embedded_files_loading.c.c) | <img src="others/embedded_files_loading.c.png" alt="embedded_files_loading.c" width="80"> | ⭐️⭐️☆☆ | 3.5 | 3.5 | [Kristian Holmgren](https://github.com/defutura) | +| 123 | [rlgl_compute_shader](others/rlgl_compute_shader.c) | <img src="others/rlgl_compute_shader.png" alt="rlgl_compute_shader" width="80"> | ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Teddy Astie](https://github.com/tsnake41) | +| 124 | [raylib_opengl_interop](others/raylib_opengl_interop.c) | <img src="others/raylib_opengl_interop.png" alt="raylib_opengl_interop" width="80"> | ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Stephan Soller](https://github.com/arkanis) | +| 125 | [embedded_files_loading](others/embedded_files_loading.c) | <img src="others/embedded_files_loading.png" alt="embedded_files_loading" width="80"> | ⭐️⭐️☆☆ | 3.5 | 3.5 | [Kristian Holmgren](https://github.com/defutura) | As always contributions are welcome, feel free to send new examples! Here it is an [examples template](examples_template.c) to start with! |
