started some basic kerning code
#1bit #pixelart #ドット絵 #oc #픽셀아트 #пиксельарт #solodev #javascript #webdev #webapp #mobiledev #60Grid
started some basic kerning code
#1bit #pixelart #ドット絵 #oc #픽셀아트 #пиксельарт #solodev #javascript #webdev #webapp #mobiledev #60Grid
Curieux (ou pas) :
En #javascript, une fenêtre parente peut donner le #focus à une fenêtre fille :
const child = window.open('child.html');
child.focus();
Par contre, si vous essayer de faire l'opération inverse depuis la fenêtre fille, ça ne marche pas 🤔
// Dans la fenêtre fille
window.opener.focus(); // Ne donne rien
Je ne sais pas si c'est le cas dans tous les navigateurs web.
Et on parle de deux pages (mère et fille) de même origine, donc pas de restriction de sécurité.
How to Use Queue With shift and push
FIFO. shift for dequeue. push for enqueue.

Discover Dialog via HTMHell —
great stuff, but if the dialog element is native to the browser now, then why is Javascript required to open and close it? Fail.
This #Tampermonkey script for #Letterboxd is so nice. When it works.
The script > https://greasyfork.org/en/scripts/509173-letterboxd-friend-ratings-analyzer
I wrote a small #tutorial about generating Perlin-noise. The code uses #TypeScript but it doesn't really use any exclusive features.
Back when I was first learning about noise, I found that most tutorials delve deep into the math / science (which is excellent, just was a little overwhelming), which ultimately hindered me in understanding how the algorithm itself works.
So I'm hoping this might help those who similarly learn better from code.
GrobPaint
GrobPaint is a lightweight cross-platform bitmap editor that sits somewhere between MS Paint and Paint.NET, offering layers, blend modes, selection tools, sprite-sheet helpers, and(...)
#apps #bitmap #crossplatform #graphics #imageeditor #javascript #paint #python
https://taoofmac.com/space/apps/grobpaint?utm_content=atom&utm_source=mastodon&utm_medium=social
