q5xjs
q5xjs copied to clipboard
A small and fast alternative (experimental) implementation of p5.js
The q5 has been a very important tool in my processes. While p5 was a first step, q5 seems to lead me towards a better understanding of the processes and...
All you would have to do is prepend `export default` to the main file and it would me much easier to use with npm managed projects. you could name it...
The following code will draw two ellipses every loop. Expected: The first ellipse filled, the second no fill. Got: Using q5 both ellipses will have no fill. ( With p5.js...
Hi. I know this might not be the best place for this, but I mentioned this library in a p5 issue on converting p5 to use esm.
Hello ! I was wondering if q5 was able to target a specific (already existing) canvas in a web page ? This is a restriction in p5js that would be...
How would you put it in a parent div? ```js q5.createCanvas(width, height).parent( "div-id-or-element" ); ``` returns an error of can't find parent of null
Hi, just want to reach out here about benchmarking the performance of this library against p5.js. I'm currently maintaining a benchmarking repo for p5.js [here](https://github.com/limzykenneth/p5-benchmark) (it is extracted from the...
Hi I think this library is really great but I noticed there's no `registerMethod` implementation. Lots of p5 libraries rely on this feature, including mine, p5.play! I think making q5...
I solved issues #7 #9 #14 #17 #20 #21 and #22 Check out all the updates I made to q5xjs! I'd like to add all these changes to your q5xjs...
I made the `touches` array and touch functions work in the latest version of q5.js https://github.com/quinton-ashley/q5.js