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

Currently all storage access is synchronous, which is not good for the user experience when a write to storage could delay the rendering of the next frame. We should come...

code:todo

Currently we do a small hack here, scaling up the tiles a little bit, to prevent visible gaps between tiles. This solution isn't perfect and we probably need to create...

code:todo

https://github.com/fishfolk/bones/blob/c331cd6566a6ba43169c4351c73195e1e02ccd03/framework_crates/bones_schema/macros/src/lib.rs#L343-L350 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in c331cd6566a6ba43169c4351c73195e1e02ccd03.

code:todo

https://github.com/fishfolk/bones/blob/db6560fbcc29b791e7cb2149bbd85c0497d03430/framework_crates/bones_asset/src/server.rs#L828-L833 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in db6560fbcc29b791e7cb2149bbd85c0497d03430.

code:todo

TODO: Use more economic key type such as `ustr` --- https://github.com/fishfolk/bones/blob/d10e2c14c35958f966422a0ed3d779f2a7605596/framework_crates/bones_framework/src/animation.rs#L48-L55 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in d10e2c14c35958f966422a0ed3d779f2a7605596.

code:todo

https://github.com/fishfolk/bones/blob/d10e2c14c35958f966422a0ed3d779f2a7605596/framework_crates/bones_framework/src/animation.rs#L49-L56 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in d10e2c14c35958f966422a0ed3d779f2a7605596.

code:todo

https://github.com/fishfolk/bones/blob/27ac7448fc9a44fa9bcca1bdf6a69d22e2fe32df/framework_crates/bones_framework/src/render/ui.rs#L12-L18 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 27ac7448fc9a44fa9bcca1bdf6a69d22e2fe32df.

code:todo

https://github.com/fishfolk/bones/blob/27ac7448fc9a44fa9bcca1bdf6a69d22e2fe32df/framework_crates/bones_bevy_renderer/src/lib.rs#L358-L364 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 27ac7448fc9a44fa9bcca1bdf6a69d22e2fe32df.

code:todo

[`ustr`](https://docs.rs/ustr/latest/ustr/) might be an appropriate string utility to use for strings throughout the game.

https://github.com/fishfolk/bones/blob/6164d3524c3628b9d7f00f8b57c68a7cc8eb698d/framework_crates/bones_ecs/src/stage.rs#L17-L24 --- ###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue) based on a `TODO` comment in 6164d3524c3628b9d7f00f8b57c68a7cc8eb698d.

code:todo