bones icon indicating copy to clipboard operation
bones copied to clipboard

An easy-to-use game engine for making real games.

Results 56 bones issues
Sort by recently updated
recently updated
newest added

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...

code:todo

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...

code:todo

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...

code:todo

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,...

enhancement

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.

code:todo

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.

code:todo

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.

code:todo

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.

code:todo

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.

code:todo

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.

code:todo