Available to interact with here.
- Matter.js pool game
- Some game(s) implemented and played with neuroevolution of bots
Try out p5.js here.
For sketches that include video capture code, the frames can be stitched with ffmpeg
. For example,
ffmpeg -r 25 -s 1920x1080 -i "%07d.png" -vcodec libx264 -crf 17 -pix_fmt yuv420p output.mp4