Ray March

Results 11 comments of Ray March

yes, they are not supported yet. I am not yet fully satisfied with compute shader ergonomics. My experience in using them is also quite limited, so since i never used...

@brandon-reinhart i am available for more in-depth discussions on my community discord https://discord.gg/Xm5Ck7CCJk If you like to contribute we might be able to get `image2d` support faster. i'd also love...

thx for asking, it's not on crates.io so far. For now you'd have to write ```toml shame = { git = "https://github.com/RayMarch/shame.git", tag = "v1.0.1" } ``` into your `Cargo.toml`,...

Thank you for the recommendations, i have actually not seen those api recommendations yet! I really should have run `rustfmt` before publishing, thats my bad. Do you recommend turning the...

oh don't worry, i do appreciate the guidance! The reason theres not much visible progress right now is because i'm trying to implement `for` loops and `break`/`continue` statements, which touch...

Thank you for taking a closer look! I appreciate it! I am already on the edge of switching to `wgsl` as the primary output language. The fact that references exist...

ok i spent some hours trying to make rustfmt less aggressive on this codebase, and i made some good progress. right now i'm using `cargo +nightly fmt` current `rustfmt.toml` i'm...

case 4 is solved by [skip_macro_invocations](https://rust-lang.github.io/rustfmt/?version=master&search=#skip_macro_invocations) = [*]

oh don't get me wrong, i am quite certain i will give up the control. But it can't hurt to explore the space of options a bit before i let...

@JordanP-Dev thank you for printing it and putting the effort in! it looks great! I compiled a little todo list from your post to make a "better-for-printing" version which i...