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

Clarify introduction page end links #867

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/learn/book/introduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Bevy is still in the early stages of development. Important features are missing

If you are currently trying to pick an engine for your Next Big Project™, we recommend that you check out [Godot Engine](https://godotengine.org). It is currently much more feature-complete and stable. And it is also free, open-source, and [scriptable with Rust](https://github.com/godot-rust/gdext)!

This official book is still very incomplete. It will help you get started with the setup and learning the basics, but it does not yet cover most of Bevy's features. See the [Next Steps](/learn/book/next-steps/) page for links to other, more exhaustive, learning resources you can use.
The official book is a work in progress and incomplete; the next section, [Getting Started](/learn/book/getting-started/) explains the basics, but is not a comprehensive guide of all the features. For further exhaustive resources that go beyond the utter basics and cover features not in the official book yet, see the last page [Next Steps](/learn/book/next-steps/).

Phew! If you haven't been scared away yet, let's move on to learning some Bevy!
Loading