Dave Pagurek

Results 425 comments of Dave Pagurek
trafficstars

If we do want to do this, the conversion to mdx happens here https://github.com/processing/p5.js-website/blob/ee34118dd1a771da67df44ca5c7faaaa18703857/src/scripts/builders/reference.ts#L396 (and also in `saveMdx()` below.)

Everything between the two `---` lines is yaml, which supports comments starting with a `#`, so it would get ignored if we put it in like: ```astro --- # This...

If anyone is interested in taking this on, the way I've calculated screen-space positions out of WebGL coordinates in the past is by doing this: ```js // Assuming `this` is...

Thanks @Gaurav-1306! I'll assign it to you. Let me know if I can help clarify anything!

That looks like a good start! It looks like the function currently returns some strings for the location: https://github.com/processing/p5.js/blob/cea9e09242d5d69bb83388b6fd03e8a09f1fdeed/src/accessibility/outputs.js#L553-L559 so maybe rather than returning an object with an x and...

@thegodworm the content is intentionally specifying a .md file so that they work when viewed on GitHub, so I think doing it as part of a script makes sense here....

No problem! Happy to have you helping out 🙂