-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
163 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ book/ | |
.DS_Store | ||
target | ||
tmp | ||
.vscode/ | ||
.vscode/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,14 @@ | ||
# Summary | ||
|
||
- [Introduction](index.md) | ||
- [Godot 4: gdext](gdext/index.md) | ||
- [Getting Started](gdext/intro/index.md) | ||
- [Setup](gdext/intro/setup.md) | ||
- [Hello World](gdext/intro/hello-world.md) | ||
- [Managing objects in Rust](gdext/intro/objects.md) | ||
- [Advanced topics](gdext/advanced/index.md) | ||
- [Compatibility and stability](gdext/advanced/compatibility.md) | ||
- [Selecting a Godot version](gdext/advanced/godot-version.md) | ||
- [Debugging](gdext/advanced/debugging.md) | ||
- [Contributing to gdext](gdext/contribute/index.md) | ||
- [Dev tools and testing](gdext/contribute/dev-tools.md) | ||
- [Code and API conventions](gdext/contribute/conventions.md) | ||
- [Godot 3: gdnative](gdnative/index.md) | ||
- [Getting Started](gdnative/intro/index.md) | ||
- [Setup](gdnative/intro/setup.md) | ||
- [Hello, world!](gdnative/intro/hello-world.md) | ||
- [An Overview of GDNative](gdnative/overview/index.md) | ||
- [Data representations](gdnative/overview/data-representations.md) | ||
- [Ref, TRef and Instance](gdnative/overview/wrappers.md) | ||
- [Game architecture](gdnative/overview/architecture.md) | ||
- [Binding to Rust code](gdnative/bind/index.md) | ||
- [Class registration](gdnative/bind/classes.md) | ||
- [Exported methods](gdnative/bind/methods.md) | ||
- [Exported properties](gdnative/bind/properties.md) | ||
- [ToVariant, FromVariant and Export](gdnative/bind/traits.md) | ||
- [Calling into GDScript from Rust](gdnative/bind/calling-gdscript.md) | ||
- [FAQ](gdnative/faq/index.md) | ||
- [Common code questions](gdnative/faq/code.md) | ||
- [Multithreading](gdnative/faq/multithreading.md) | ||
- [Configuration](gdnative/faq/configuration.md) | ||
- [Versioning and supported platforms](gdnative/faq/support.md) | ||
- [Community](gdnative/faq/community.md) | ||
- [Godot 4.0 Status](gdnative/faq/godot4.md) | ||
- [Recipes](gdnative/recipes/index.md) | ||
- [Async with Tokio runtime](gdnative/recipes/async-tokio.md) | ||
- [Custom node plugin](gdnative/recipes/custom-node-plugin.md) | ||
- [Loading external resources](gdnative/recipes/external-resources.md) | ||
- [Logging](gdnative/recipes/logging.md) | ||
- [Nix as development environment](gdnative/recipes/nix-build-system.md) | ||
- [Rust panic handler](gdnative/recipes/panic-handler.md) | ||
- [Exporting](gdnative/export/index.md) | ||
- [Android](gdnative/export/android.md) | ||
- [(TODO) iOS](gdnative/export/ios.md) | ||
- [Mac OS X](gdnative/export/macosx.md) | ||
- [HTML5](gdnative/export/html5.md) | ||
- [Advanced Guides](gdnative/advanced/index.md) | ||
- [Using custom Godot versions](gdnative/advanced/custom-godot.md) | ||
- [Migrating from godot-rust 0.8](gdnative/advanced/migrate-0-8.md) | ||
- [Migrating from godot-rust 0.9](gdnative/advanced/migrate-0-9.md) | ||
- [Migrating from godot-rust 0.10](gdnative/advanced/migrate-0-10.md) | ||
- [Third-party projects](./projects/index.md) | ||
- [Games](./projects/games.md) | ||
- [Tools and integrations](./projects/tools.md) | ||
- [Applications](./projects/applications.md) | ||
- [Getting Started](intro/index.md) | ||
- [Setup](intro/setup.md) | ||
- [Hello World](intro/hello-world.md) | ||
- [Managing objects in Rust](intro/objects.md) | ||
- [Toolchain](toolchain/index.md) | ||
- [Compatibility and stability](toolchain/compatibility.md) | ||
- [Selecting a Godot version](toolchain/godot-version.md) | ||
- [Debugging](toolchain/debugging.md) | ||
- [Contributing to gdext](contribute/index.md) | ||
- [Dev tools and testing](contribute/dev-tools.md) | ||
- [Code and API conventions](contribute/conventions.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.