←back to thread

114 points babakode | 1 comments | | HN request time: 0.201s | source

I just launched JS1024 — a creative coding challenge with a strict limit: 1024 bytes of JavaScript.

No libraries. No frameworks. Just raw code.

You can submit visual effects, generative art, tiny games, synths, or whatever you can fit into 1KB of JavaScript.

https://js1024.fun/

Think of it as a spiritual successor to JS1k or the 4k demoscene — with a modern twist.

Would love feedback, ideas, or help spreading the word. And if you’ve ever made a tiny JS demo, please share — I’d love to see it.

Show context
econ ◴[] No.44437244[source]
It is unclear if it must be canvas or if using the Dom is allowed.
replies(4): >>44437285 #>>44437314 #>>44437569 #>>44438323 #
1. skhameneh ◴[] No.44437285[source]
I found it clear after reading the page, the “Demo Categories & Shim Details” gives three different options.

In short, canvas is not required, using the DOM is allowed.