Kenneth Lim

Results 347 comments of Kenneth Lim

The example on processing.org is using p5.js, specifically for this example it's the following ```javascript var overLeftButton = false; var overRightButton = false; function setup() { var canvas = createCanvas(640,...

Sorry I wasn't clear in the last comment. What I meant is that the example on https://processing.org/examples/embeddedlinks.html is using the code posted in the last comment for its sketch. Unlike...

I can't say for sure whether we should include such example or not, let's see if anyone else have more of an idea about this.

Can the locale code for Chinese be changed from just `zh` to `zh-Hans` to denote Simplified Chinese as opposed to Traditional Chinese? (They are different script basically)

A small thing but can the underscore be changed to a hyphen (`zh_Hans` > `zh-Hans`) to match the language code standards. If it caused unintended problems then it's fine to...

Sounds good to me, you can file a PR if you like. One thing that I would change in the example you provided is the function namings, specifically `updatePixel` is...

@sharethewisdom It's great to see you are interested in translating p5.js into Dutch. I'm not currently aware of upcoming projects that adds additional languages to the official website at the...

> edit: is there a reason why templates/pages/learn/p5-screen-reader.hbs is not templated with {{#i18n tags}}? It probably should be.

On a personal note, I'm currently working on some research into translation on open source software and will probably need some help/perspectives of people working on translations as part of...

Thanks for the issue @natkuhn. It would be better to have them split out into individual issues but we can do that later. I'll answer the points you raised here...