Benoît Wimart

Results 10 issues of Benoît Wimart

Hi, When I zoom to this Ascii Filter (used by pxijs) https://www.shadertoy.com/view/lssGDj the '&' is really better than the filter demo : https://filters.pixijs.download/main/demo/index.html Maybe it's upside down ?¿

As I understand, after made a font with code, I need to buffer this to `draw()` it. ```javascript var buffer = font.toArrayBuffer(); var font2 = opentype.parse(buffer); font2.draw(previewCtx, "AB", 0, 150,...

It's look like something great but how to use it on browser ? I would like to make a undo/redo on an object, there is information but a real example...

Hi, What is : - cornering factor ? - point joining radius ? - path joining radius ?

Hi, Is there a way to use Saxi with the brushless kit : https://shop.evilmadscientist.com/productsmenu/else?id=56 By default, it's not look OK :(

https://bootswatch.com/4/flatly/bootstrap.min.css

Hi, I have some fun with SeriouslyJS : https://jenseign.com/2022/ But I don't know why my `hack`make a visual bug on Android, maybe on iOS, on desktop it's OK in any...

I have this in my main code `$('.tagBox').on('click',function(){ $(this).addClass('focus'); });` and add this in your code, but this is ugly `$(self.elem).removeClass('focus');` In the code after `self.$type_zone.focusout(function() {` How to make...

Hi, I have this and can't fix it. `p5.gibber.js:6874 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.` This...

Hi, For some path, makeRoundCap is not correct : this one : `` Demo : https://codepen.io/benoitwimart/pen/abgMGMa Any idea why ?