Red Artist

Results 29 issues of Red Artist

I don't know if this is a popular use case, but considering https://github.com/NULLx76/ringbuffer/issues/84 the road to 1.0, i thought it is better to bring it up now rather than later....

```rust fn main() { assert_eq!( 0.1171875, hexf_parse::parse_hexf64("0x0.1E", false).expect("failed to parse") ); } ``` output: ``` thread 'main' panicked at 'failed to parse: ParseHexfError { kind: Invalid }', src/main.rs:4:51 ``` I...

I have a bunch of types like `Window

o/ egui often has some common complaints that pop up in different issues / discussions. I thought, i might put them somewhere so that it will help yakui can consider...

enhancement

Although we have type aliases at the moment. We can probably provide docs like https://lune.gitbook.io/lune/api-reference/fs . figure out how lune does it by extracting docs/types from https://github.com/filiptibell/lune/blob/main/docs/typedefs/FS.luau

mlua's latest master branch contains a feature for lua-vector4. This will allow us to use the vector4 type for `Rect`, `Color32` etc.. to improve performance and ergonomics for bindings.

The vast majority of work is manual copy-pasting in nature. So, even rust newbies should be able to help out. So, you can help this project in three ways. 1....

Note: For Javascript (in web or node/deno), there's https://github.com/DioxusLabs/taffy/issues/241 . This issue is about wasm on non-js environments like wasmtime/wasmer and requires a completely different approach (as wasm_bindgen is not...

enhancement