bones
bones copied to clipboard
An easy-to-use game engine for making real games.
Right now we double the size of the storage every time we run out. It seems like we might be able to come up with a smarter policy. On top...
We don't have `Option` support in `bones_schema` right now. Once we do, we can make this type `#[repr(C)]` instead of `#[schema(opaque)]`. --- https://github.com/fishfolk/bones/blob/db6560fbcc29b791e7cb2149bbd85c0497d03430/framework_crates/bones_framework/src/render/camera.rs#L8-L15 --- ###### This issue was generated by...
Quats don't implement hash and eq by default because of floating point number issues, so we'll have to use a workaround like `CustomRawFns` below to create valid implementations of Hash...
For troubleshooting determinism failures, it'd be good to have a way to checksum the world. We could do that by having an optional checksum function pointer in our untyped storage,...
https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_schema/src/std_impls.rs#L190-L197 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.
https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_bevy_renderer/src/lib.rs#L108-L115 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.
https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_framework/src/render/camera.rs#L12-L17 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.
https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_bevy_renderer/src/lib.rs#L215-L222 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.
https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_framework/src/localization.rs#L65-L72 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.
https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_schema/src/schema.rs#L262-L269 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.