Skip to content

Commit

Permalink
Update to latest gdext (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu authored Nov 28, 2024
1 parent c1b8da4 commit ea3e487
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 114 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ cp target/release/godot_rapier.dll bin2d/addons/godot-rapier2d/bin/godot_rapier.

For the correct path to use inside the bin folder, look inside the `bin2d/addons/godot-rapier2d.gdextension` or the `bin3d/addons/godot-rapier3d.gdextension`.

## Build script

Optionally, run the build script from `scripts/build-dev-2d.sh` or `scripts/build-dev-3d.sh`. (this also does linting)

Also, if you want to have support for vscode linting and code autocomplete, change the file `Cargo.toml` line 13 from `default = ["build2d", "test"]` to `default = ["build3d", "test"]` in case you develop for 3d.

### Available features

For features, the following are available:
Expand Down
133 changes: 75 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea3e487

Please sign in to comment.