Lauren Lee McCarthy

Results 118 comments of Lauren Lee McCarthy

aha ok. I don't think we actually need the prototype in there... do you want to test the newest I just pushed?

Looking at this again now. I've just pushed a change that takes an object rather than a string as the second argument. However, I don't think this yet supports all...

If I'm understanding correctly, this essentially undoes the previous PR #861. I think it's helpful to revert this to get preload working right now in general, but @polyrhythmatic what is...

I don't think we have an example posted somewhere but it should work. @polyrhythmatic does the p5.js-tone.js code include this, and is it posted somewhere?

indeed, this seems to be the issue. for example, if I change the code to an object it works: ``` javascript // a simple library-like object var myLib = {...

oops sorry i missed this latest post.. I'll look into it this week.

the information on how to register preload methods is here: https://github.com/processing/p5.js/wiki/Libraries unfortunately there's been no progress on dealing with other sorts of objects as discussed above yet.

I guess I feel that "moving from basic commands and specific x/y positions (point, line, rect, etc) to matrices/affine-transforms" may not represent a complete beginner student anymore. So while this...

I'm wondering, by the time you get to the point where a student is rotating an object around an axis, if we are beyond the "newbie" barrier to some extent.

I think this could be simplified to just say "Set the magnitude of the vector." Maybe this is less confusing? My assumption would be that if someone is using setMag()...