You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bunch of stuff I think about when I'm making this that would be good to ask
VizDraw - I wanted to nest some methods - so distribute would have two functions within it: twoDee & threeDee - but referring to this in the context of getting screen height and width became hard - how would i do this?
VizFX - I'll be referring to the canvas element a lot in this library - can I pass it in rather than having to use it in every method?
The text was updated successfully, but these errors were encountered:
If I pass the uint8array I made for my analyser node to a worker - I obviously have to pass the buffer
But I don't really get what the buffer is in regards to the array. I get a uint8 is a typed array so pretty low level and I've specified like byte type or whatever, but what's the buffer - can I do normal array things still. Are items still items. I mean 🤷🏻♀️
A bunch of stuff I think about when I'm making this that would be good to ask
The text was updated successfully, but these errors were encountered: