Kenneth Lim

Results 267 comments of Kenneth Lim

There were some old work around a [modularly built library](https://github.com/processing/p5.js/blob/main/tasks/build/combineModules.js) which may not work anymore. We'll need more interest and developer time to develop that more.

As far as I can see there is no `size` function exposed or defined by p5.js in the global scope and trying to assign a value to `size` in 1.4.1...

Can you share a link to the sketch you are using to test this? Thanks.

@almchung Can you perhaps have a look at this as I think it may be related to some FES bug?

@mishaushev FES warnings does not cause the sketch to halt, it merely prints the message to console. If your code is halting there probably is another problem causing an actual...

Hi, if you need help with your own code, please direct your questions to the [forum](https://discourse.processing.org). We use GitHub issues mainly for bug reports and feature requests only. Thanks!

In general we don't try to make the library do everything in every way possible so I would not recommend adding the complexity of a special rotate signature that ignores...

I find in this case the solution suggested by @joemckay5 easier to work around, the reference frame can be prevented from rotating by having a pair of `push()` `pop()` around...

This should be already covered by [`textLeading`](https://p5js.org/reference/#/p5/textLeading) unless you mean something else?

Ok I see what you mean. I feel that it's a bit niche and possibly some overlap with `textLeading` but I'll let other people chip in their thoughts on this...