π Coming in the next version of tsdown: built-in Node.js SEA (Single Executable Applications) support!
Now you can bundle your JS apps into a standalone executable with a single command:
tsdown --exe
@nickesc.io.bsky.social
Artist and computer scientist -- web dev & game dev. Passionate Leftist. Video game collector.
π Coming in the next version of tsdown: built-in Node.js SEA (Single Executable Applications) support!
Now you can bundle your JS apps into a standalone executable with a single command:
tsdown --exe
i want to learn to make music... and i want to learn to make games... and i want to learn to sew, and to embroider, and improve at css & html & crochet, and i want to draw more and draw better and and and.... awaaaa dissolving into little worms
26.02.2026 04:18 β π 1 π 1 π¬ 0 π 0A screenshot of ASCII art spelling out in large letters "NLB/9", followed by the text "Next level business machine rev 9. Login? (y)" and a cursor prompt. The letters are cyan on a black background, slightly blurry/fuzzy due to the pink shadow on one side and the blue shadow on the other side.
I'm writing my jam game as a web game, using HTML/CSS/JS (React). I can't get over how effective this super lazy "CRT effect" is.
background: var(--black);
text-shadow:
-2px 0px 2px var(--pink),
2px 0px 2px var(--darker-cyan);
color: var(--cyan);
That's it!
this is a dope effect
25.02.2026 18:23 β π 1 π 0 π¬ 0 π 0oh my god i haven't thought about my leap motion in like a decade
25.02.2026 18:20 β π 0 π 0 π¬ 0 π 0Multiplayer 3D Browser Game Engine
I have been busy!! π¬ I've managed to abstract parts to reuse in other games for single or multiplayer (With authoritative Server). Im aiming to have an initial preview release out by end of march.
mavonengine.com
#indiedev #indiegame #solodev #gamedev #indiegamedev #threejs #threejsjourney #nodejs
So real
25.02.2026 18:07 β π 0 π 0 π¬ 0 π 0Experimenting with:
β’ OKLCH color blending
β’ CSS 3D perspective
β’ backdrop-filter glass
β’ sine-based wave staggering
β’ pointer inertia
Inspired by Ordinary Folkβs motion work.
Built in vanilla HTML/CSS/JS.
CodePen in the replies π
This is WILD
25.02.2026 18:06 β π 0 π 0 π¬ 0 π 0i built an entire x86 CPU emulator in CSS (no javascript)
you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS
lyra.horse/x86css/
Almost 3 years since editable.website won 2nd place at @sveltesociety.dev SvelteHack.
Since then, Iβve been busy turning this from a prototype into something solid.
A way to build CMS-free, in-place editable websites using only Svelte.
This is v2. π₯³
Reminds me of a small project I made for these kinds of controller layouts a while back -- might have saved me a bunch of time back then if this had existed!
25.02.2026 17:34 β π 1 π 0 π¬ 0 π 0Hey, I'm Nick!
I'm a JS developer that makes websites, tools and other experiments. I also sometimes make games! I'm excited to start sharing what I'm working on here :)
If you want to see what I'm building: github.com/nickesc
#developer #webdev #javascript #intro