summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2023-09-23 11:13:11 +0200
committerGitHub <[email protected]>2023-09-23 11:13:11 +0200
commitc8a6093d52ff6bdd17f9df012f6666b74629f595 (patch)
treea91cf2476c1661a0efe467cdd21f53b984c670bc /examples
parent557aeff253255a7ce2aac3b1872aeefba6ff2a51 (diff)
downloadraylib-c8a6093d52ff6bdd17f9df012f6666b74629f595.tar.gz
raylib-c8a6093d52ff6bdd17f9df012f6666b74629f595.zip
Update examples creation requirements
Diffstat (limited to 'examples')
-rw-r--r--examples/examples_template.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/examples_template.c b/examples/examples_template.c
index 2b962d31..5cf0b98d 100644
--- a/examples/examples_template.c
+++ b/examples/examples_template.c
@@ -35,6 +35,23 @@
9. In case of additional information is required, just come to raylib Discord channel: example-contributions
10. Have fun!
+
+ The following files should be updated when adding a new example, it's planned to create some
+ script to automatize this process but not available yet.
+
+ - raylib/examples/<category>/<category>_example_name.c
+ - raylib/examples/<category>/<category>_example_name.png
+ - raylib/examples/<category>/resources/*.*
+ - raylib/examples/Makefile
+ - raylib/examples/Makefile.Web
+ - raylib/examples/README.md
+ - raylib/projects/VS2022/examples/<category>_example_name.vcxproj
+ - raylib/projects/VS2022/raylib.sln
+ - raylib.com/common/examples.js
+ - raylib.com/examples/<category>/<category>_example_name.html
+ - raylib.com/examples/<category>/<category>_example_name.data
+ - raylib.com/examples/<category>/<category>_example_name.wasm
+ - raylib.com/examples/<category>/<category>_example_name.js
*/
/*******************************************************************************************