therocode

Results 19 issues of therocode

_Inspired by a case of a user asking the Discord server for help in why their text was not displaying despite them using `setString` `setStyle` `setFillColor` `setCharacterSize`. They lacked `setFont`._...

feature
m:sfml-graphics
s:undecided

Very useful plugin, but with a quirk! Blender uses a different orientation to most game engines - the Z axis is upwards instead of Y. This is quite troublesome since...

Iterators that are wrapped and support random access ought to be wrapped with a wrapper that also supports random access.

I think this is because Cargo Web uses an old version of Emscripten, see: https://github.com/koute/cargo-web/issues/235 I am not sure why it isn't broken on Windows as well

I'm pretty sure this is a bug because I can't figure out how this behaviour would make sense. The Layout object has a .clear() method which I assume is meant...

Some time ago the `JsValue::from_serde(&to_serialize)` in the `"serde-serialize"` feature of `wasm-bindgen` was deprecated, which prints the warning: ``` warning: use of deprecated associated function `wasm_bindgen::JsValue::from_serde`: causes dependency cycles, use `serde-wasm-bindgen`...