Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move examples out of repository #1085

Merged
merged 4 commits into from
Mar 17, 2025
Merged

Move examples out of repository #1085

merged 4 commits into from
Mar 17, 2025

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Mar 17, 2025

Examples are now managed in the repository godot-rust/demo-projects.

This has several advantages:

  • fewer CI jobs
  • list of minimal classes can be reduced -> even faster CI
  • less size bloat in the main repo, especially regarding assets
  • separate management of issues/PRs
  • option for distinct ReadMe, contribution guidelines, license...

The demos are compatible with last released Godot minor version (currently 4.1) and everything above.

They are compatible with latest godot-rust master branch (not crate release).
We run a nightly CI job that fails if any API is removed or deprecated.

@Bromeon Bromeon added the c: examples Code specific to examples changed (not just follow-up from API updates) label Mar 17, 2025
@GodotRust
Copy link

API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1085

@Bromeon Bromeon force-pushed the qol/remove-examples branch from edfb6ee to 705ef75 Compare March 17, 2025 21:30
Bromeon added 3 commits March 17, 2025 22:42
Plus changes in run-test.sh:
* no longer copies MainScene.tscn (only one present)
* kills previous Godot instance on failure
@Bromeon Bromeon force-pushed the qol/remove-examples branch from 705ef75 to 953179c Compare March 17, 2025 21:42
@Bromeon Bromeon added this pull request to the merge queue Mar 17, 2025
Merged via the queue into master with commit 7f5191e Mar 17, 2025
16 checks passed
@Bromeon Bromeon deleted the qol/remove-examples branch March 17, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: examples Code specific to examples changed (not just follow-up from API updates)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants