[examples] Added: shapes_math_sine_cosine (#5257)

* draft: [examples] Added shapes_math_sine_cosine

* draft: [examples] Added screenshot shapes_math_sine_cosine

* Explementary

* Varying radius

* adjustments

* added comments and reorganized UI labels

* Updated Makefile, README.md, and examples_list.txt

* tabs to spaces

* Fix MSVC compilation

---------

Co-authored-by: Ray <raysan5@gmail.com>
This commit is contained in:
Jopestpe
2025-10-25 08:38:06 -03:00
committed by GitHub
parent efe62f0e0d
commit 6f101f4011
6 changed files with 183 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Examples using raylib[core](../src/rcore.c) platform functionality like window c
| [core_clipboard_text](core/core_clipboard_text.c) | <img src="core/core_clipboard_text.png" alt="core_clipboard_text" width="80"> | ⭐☆☆☆ | 5.6-dev | 5.6-dev | [Robin](https://github.com/RobinsAviary) |
| [core_text_file_loading](core/core_text_file_loading.c) | <img src="core/core_text_file_loading.png" alt="core_text_file_loading" width="80"> | ⭐☆☆☆ | 5.5 | 5.6 | [Aanjishnu Bhattacharyya](https://github.com/NimComPoo-04) |
### category: shapes [31]
### category: shapes [32]
Examples using raylib shapes drawing functionality, provided by raylib [shapes](../src/rshapes.c) module.