gdnative-book icon indicating copy to clipboard operation
gdnative-book copied to clipboard

The user guide for godot-rust.

Results 17 gdnative-book issues
Sort by recently updated
recently updated
newest added

Updating the shell.nix to a flake.nix. See the Issue on gdnative for more understanding. https://github.com/godot-rust/gdnative/pull/1069#issuecomment-1971001997

outdated-api

- [x] Installation and hello world (#3) - [ ] dodge-the-creeps scenes, introducing concepts along the way? - [ ] Finish dodge-the-creeps example

Added a new tutorial for exporting to HTML5, but without needed to recompile Godot itself, by being more explicit with Emscripten version. I tried to merge with @derivator 's original...

In "[Using custom builds of Godot](https://godot-rust.github.io/book/gdnative/advanced/custom-godot.html#using-custom-builds-of-godot)" section, the book should provide instructions on how to update the automatically generated `api.json` file after upgrading the custom build. I solved this problem...

new-topic

Write a page about style-related topics that cannot easily be automated and covered by rustfmt/clippy. APIs: * proc-macro attribute structure * redundancy / when to use multiple methods * `#[must_use]`...

new-topic

Need to be updated: https://godot-rust.github.io/book/gdnative/recipes/async-tokio.html Related PR: https://github.com/godot-rust/gdnative/pull/975, released to crates in [`0.11.1`](https://github.com/godot-rust/gdnative/releases/tag/0.11.1)

outdated-api

Somebody in ##rust on irc had issues due to using a pre-2021 edition of rustc/cargo, turned out they were following the [Recipe: Nix as development environment](https://godot-rust.github.io/book/recipes/nix-build-system.html#recipe-nix-as-development-environment) chapter of the godot-rust...

error

The section [How do I get auto-completion with rust-analyzer?](https://godot-rust.github.io/book/faq/configuration.html#how-do-i-get-auto-completion-with-rust-analyzer) seems outdated, because [`rust-analyzer.cargo.loadOutDirsFromCheck` no longer exists](https://github.com/rust-analyzer/rust-analyzer/issues/6448#issuecomment-961403175). In practice this is impacting my productivity quite a lot, because auto-completion within a...

error

It probably makes sense to explicitly mention library limitations out of our control, as mentioned by @chitoyuu in https://github.com/godot-rust/gdnative/issues/905#issuecomment-1338962980. Examples: * https://github.com/godot-rust/book/issues/20 * 2nd-class-citizen native types: https://github.com/godot-rust/gdnative/issues/905#issuecomment-1186153506 Let's use this...

faq

Over time, the godot-rust library grows, and the intricacies of the project can no longer fit in a simple README file. While there is the API documentation, it is very...