Alex Dixon
Alex Dixon
Ok if they are crashing I will take a look at them this weekend as well just to make sure they are running on my PC and refresh my memory...
Yeah I am not seeing that, I am using SDK 1.2.162 basic_triangle is working fine for me. It seems like it could be an SDK issue or a driver issue...
Yeah I use the SDK installed from LunarG. It is expected that some samples don't work... I don't know if/when I will get round to fixing them up. If you...
Hi, I am interested in these kind of features its just finding the time to implement it.. which platform are you working on so I could prioritise it?
MINGW is not a a tool chain I have supported directly as I use MSVC on windows. It might not take much to get it working because there is already...
Hey. The current WebGL uses the C++ maths library I ported the code from, I plan on writing a new WebGL demo in native rust at some point, so I...
Nice collection there, I have been thinking for a while to improve the demo for some of the curve functions I have in this library so yeah at some point...
I have trimmed the whitespace in the main branch now, so it should be easier for you to update and reduce the number of changes in the PR.
> Most crates require running `rustfmt` and `clippy` (and the latter coming out clean) before submitting a PR. > > The former will alleviate whitespace issues in the future. >...
I’ll take a look into it when I get a chance, seems like it should be possible. If you want to help out in the mean time and can figure...