Maik Klein

Results 87 comments of Maik Klein

Something like [this](https://play.rust-lang.org/?gist=d8dfbecef259b9c04238f83d7451d68f&version=stable)? I think that would be the best approach. (At least for the fundamental operations)

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

`[1, 0]` depth is also fairly common in modern games as well.

> @MaikKlein unfortunately VS Code doesn’t yet have support for code intelligence inside git diffs. We’ve raised the issue with them in the past and there didn’t seem to be...

I guess I can express is sort of like this ``` #[derive(Debug, Serialize, Deserialize)] pub struct Types{ #[serde(rename = "$value")] pub types: Vec, pub comment: String } #[derive(Debug, Serialize, Deserialize)]...

@RReverser I actually haven't, I think that could be sufficient. But I am not sure if you can still parse things inside tags and between tags. ` between ` @terrybrashaw...

At the moment there is no support for extensions, because there are other things that have a much higher priority right now. But extensions like subgroups etc are trivial to...

`rlsl-math` is only really for experimentation atm. In the future I intent to port something like cgmath or nalgebra to rlsl.

@memoryruins I still support the std, it is just my own version of core and std with a lot of stuff ripped out. I am not going to lie, porting...

https://github.com/MaikKlein/rlsl/issues/66