Quinton Ashley

Results 111 comments of Quinton Ashley

Check out my list of what's new in version 1.0 😄 https://github.com/quinton-ashley/q5.js#whats-new-in-version-10

There's a bug with `sprite.rotateTo` in p5play when using q5 that I'm gonna try to solve. After that I'll submit a pull request.

Check out q5.js v2 https://q5js.org

To answer your first question, you could make a custom draw function for the sprite and draw its text there. `text(sprite.text)` https://p5play.org/learn/sprite.html?page=14 I've actually had a card for this idea...

Ah I forgot to answer that part of your og question. You can basically do that already by using `createTextImage` then assign the image to the sprite, it will inherit...

Yeah I bet it could get tricky! You did it for c++ box2d?

ah shouldn't be too hard to port it to p5play then. Did your code make a list of vertexes for each letter?

@dhowe check out the p5play-web repo readme.md

@ShiMeiWo wow! Big difference there. Could you include details about your PC's CPU, GPU, and memory?

On August 12, 2024 Erin Catto released v3 of Box2D, it's a big improvement over v2 and I'd love for p5play users to be able to use it. I've decided...