commit 5d5e0b97b9b7441d733d96ab02a3da33b75f7ab8 Author: Relintai Date: Sat Dec 31 23:03:26 2022 +0100 Initial commit. I'ts https://github.com/godotengine/godot-demo-projects 's master branch. commit: 219e37b5928594281e8cfd95d1db186fde975846 . diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3671b02 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# Top-most EditorConfig file. +root = true + +# Unix-style newlines with a newline ending every file. +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[*.cs] +csharp_space_after_cast = false +indent_size = 4 + +[*.csproj] +insert_final_newline = false +indent_size = 2 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c64e184 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf + +*.hdr binary diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f4920ad --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. +# Owners can be @users, @org/teams or emails + +/.github/dist/ @Calinou + +/3d/voxel/ @aaronfranke +/misc/matrix_transform/ @aaronfranke +/misc/2.5d/ @aaronfranke +/mono/2.5d/ @aaronfranke + +/2d/physics_tests/ @pouleyKetchoupp +/3d/physics_tests/ @pouleyKetchoupp diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..4763fdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,34 @@ +--- +name: Bug Report +about: Report a bug with one of the demo projects. +title: "" +labels: bug +assignees: "" + +--- + + + +**Which demo project is affected:** + + + +**OS/device including version:** + + + +**Issue description:** + + + +**Screenshots of issue:** + diff --git a/.github/ISSUE_TEMPLATE/feature---enhancement-request.md b/.github/ISSUE_TEMPLATE/feature---enhancement-request.md new file mode 100644 index 0000000..5b4963f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature---enhancement-request.md @@ -0,0 +1,19 @@ +--- +name: Feature / Enhancement Request +about: Adding new features or improving existing ones. +title: "" +labels: enhancement +assignees: "" + +--- + + + +**Which demo project is affected:** + + + +**Description:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d5b783e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/dist/.nojekyll b/.github/dist/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/.github/dist/export_presets.cfg b/.github/dist/export_presets.cfg new file mode 100644 index 0000000..3d6d88a --- /dev/null +++ b/.github/dist/export_presets.cfg @@ -0,0 +1,23 @@ +[preset.0] + +name="HTML5" +platform="HTML5" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="*.json" +exclude_filter="" +export_path="" +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +variant/export_type=0 +vram_texture_compression/for_desktop=true +vram_texture_compression/for_mobile=false +html/custom_html_shell="" +html/head_include="" +html/full_window_size=true diff --git a/.github/dist/footer.html b/.github/dist/footer.html new file mode 100644 index 0000000..2cc98e7 --- /dev/null +++ b/.github/dist/footer.html @@ -0,0 +1,20 @@ + + +

Unavailable demos

+ + + diff --git a/.github/dist/header.html b/.github/dist/header.html new file mode 100644 index 0000000..7c22321 --- /dev/null +++ b/.github/dist/header.html @@ -0,0 +1,118 @@ + + + + + + + Godot demos exported to HTML5 + + + + +

Godot demo projects

+

+ This page lists + official Godot demo projects + exported to HTML5 for testing purposes. These projects are deployed automatically + on every commit on the master branch of the repository. +

+

+ The HTML5 exports on this page are provided for demonstration purposes only. + Some of these demos may not function or render correctly on HTML5, + especially on mobile devices. + For best performance, it's recommended to + download a native editor + and run the demo project by importing its files in the project manager. +

+

+ See the + Exporting for the Web + documentation for information on exporting your own projects to HTML5. +

+ +

List of demos

+