Daryl Zuniga

Results 7 comments of Daryl Zuniga

Awesome, yes I agree a template choice during file creation seems ideal. Then my question is how does anyone know to add a file.. Maybe when the explorer is collapsed,...

Unassigning myself for the moment since I have a bunch of backend work

By "not complete" do you mean it doesn't produce the full snippet "randint(0,10)" ? If so, this is currently by design. We switched out the JS intellisense engine which came...

Thank you, that's very helpful! If I can pry a little more... do you happen to know if there is any significant overhead that comes from calling into WASM-based frameworks...

Thanks again! This is helping me piece everything together. Looks like I'll need to dig into the architecture of typical Babylon games to see how worker batching will or won't...

I highly favor the "y_from_x" convention for all matrices b/c matrix multiplication is left-to-right so when multiplying `zFromY * yFromX * myVec` it makes it clear that "myVec" is expected...