Kenneth Lim
Kenneth Lim
@davepagurek Do you think it is worth writing this conversion or a conversion that goes directly from Documentation.js to zod for FES would be a better approach? Also I have...
Yeah, sounds good. Let's go with that.
@RobinBoers The current internal design of p5.js does not account for internal classes to be used like this, although I agree that it will likely be useful to have. We...
@RobinBoers If you got something working, do share and I may base future work on what you have. Thanks.
@dhowe There hasn't been much yet but it is something I am still interested in exploring for p5.js 2.0. With additional interest and discussion from the community there probably can...
I just found [gl-text](https://www.npmjs.com/package/gl-text), perhaps we can have a look at their approach?
Yeah that made sense. I had a look into how Three.js does it and it seems ultimately they are also relying on opentype.js to preprocess font files into points then...
We're gonna need a new release on NPM for it.
@humanbydefinition For the proposed async/await implementation with the new library API and your use case you can detect if `loadAsciiFont()` was called in a `postsetup` lifecycle hook (which is essentially...
I'm thinking of this in terms of physics engine update, would the expectation be that the physics stops on unfocus? Also I'm not 100% sure the animation frame pausing on...