Skip to content

Commit

Permalink
feat: add blunderbass to the devpack.
Browse files Browse the repository at this point in the history
The blunderbass is not fully complete, but this adds a work-in-progress
version to the devpack, and makes some Rust updates necessary for the
new item including:

- Adding `#[repr(C)]` for some more types like `Bullet` and
  `BulletHandle`.
- Adding a lua binding to the `GlobalRng` resource so you can generate
  random foats in Lua.
  • Loading branch information
zicklag committed Dec 8, 2023
1 parent ce74f6e commit 3416e24
Show file tree
Hide file tree
Showing 23 changed files with 356 additions and 54 deletions.
134 changes: 95 additions & 39 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ ignored = [
"getrandom", # Needed to add `js` feature
]

# # Uncomment for testing during bones development, if you clone bones adjacent to the jumpy
# # repo.
# [patch.'https://github.com/fishfolk/bones']
# bones_framework = { path = "../bones/framework_crates/bones_framework" }
# bones_bevy_renderer = { path = "../bones/framework_crates/bones_bevy_renderer" }
# Uncomment for testing during bones development, if you clone bones adjacent to the jumpy
# repo.
[patch.'https://github.com/fishfolk/bones']
bones_framework = { path = "../bones/framework_crates/bones_framework" }
bones_bevy_renderer = { path = "../bones/framework_crates/bones_bevy_renderer" }
Loading

0 comments on commit 3416e24

Please sign in to comment.