pulsar

Micro creative coding playground (by Stanko)

Pulsar Alternatives

Similar projects and alternatives to pulsar

  1. pywal

    86 pulsar VS pywal

    Discontinued 🎨 Generate and change color-schemes on the fly.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. jsfuck

    29 pulsar VS jsfuck

    Write any JavaScript with 6 Characters: []()!+

  4. proposal-shadowrealm

    ECMAScript Proposal, specs, and reference implementation for Realms

  5. genact

    15 pulsar VS genact

    🌀 A nonsense activity generator

  6. DeepLabCut

    14 pulsar VS DeepLabCut

    Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals incl. humans

  7. sisyphus

    Toy stack concatenative language implemented in AWK (by fairplay)

  8. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  9. auto-giphy-movie

    AutoGiphyMovie lets you search Giphy for gifs, converts them to videos, attach a soundtrack and stitches it all together into a movie

  10. nanopond

    Nanopond: minimal artificial life system in C

  11. elevator.js

    9 pulsar VS elevator.js

    Finally, a "back to top" button that behaves like a real elevator.

  12. FollowingEye

    Simple eye looking at the face (android app)

  13. css-doodle

    7 pulsar VS css-doodle

    🎨 A web component for drawing patterns with CSS.

  14. sliderland

    7 pulsar VS sliderland

    A (very) minimalist creative coding playground. Make animations using only 64 HTML sliders!

  15. firebuild

    Convenience of containers, security of virtual machines (by combust-labs)

  16. GREED

    RTS Programming game based on C++ (by PHANTOM9009)

  17. candidCamera

    tessel camera project

  18. timekeeper

    Telling the time from an image with computer vision (PyTorch + OpenCV) (by JinayJain)

  19. hipku

    1 pulsar VS hipku

    Encode any IP address as a haiku

  20. Bin

    5 pulsar VS Bin

    My command line tools (by tobylane)

  21. repiet

    5 pulsar VS repiet

    A compiler for the esoteric language Piet, targeting multiple backends.

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pulsar alternative or higher similarity.

pulsar discussion

Log in or Post with

pulsar reviews and mentions

Posts with mentions or reviews of pulsar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-10.
  • A simple 16x16 dot animation from simple math rules
    2 projects | news.ycombinator.com | 10 May 2025
    Tixy is amazing! I built something very similar:

    https://muffinman.io/pulsar/

    I wanted to create animations for my LED matrix screen, and I couldn’t find tixy anywhere. Only after I built pulsar I found it again.

    Another similar project is https://sliderland.blinry.org/ which uses HTML sliders.

    Fun stuff!

  • Ask HN: What's the most creative 'useless' program you've ever written?
    62 projects | news.ycombinator.com | 20 Oct 2024
    I love creative coding. I'm mostly focused on the visual stuff, especially generating vector files for pen-plotting. That said, I'm very proud of Rayven, my small vector 3D engine that mimics hand hatching:

    https://muffinman.io/blog/sneak-peek-of-rayven/

    I would say it is 80% done, but it needs to be polished for a public release. I do plan to release it, and I would love to prepare a proper talk about it.

    There are also other small tools I created, like Pulsar (micro creative coding playground) and Vertigo (turning raster images to SVGs). Both are open source and available here:

    https://muffinman.io/pulsar/

  • Pulsar, micro creative coding playground
    9 projects | news.ycombinator.com | 2 Sep 2024
    I mean, it is still easy to work around that because `f.constructor` is just `f['const'+'ructor']` and so on. Backslash was just a cheap way to avoid the exact pattern and it will be hard to fix them with a disallowed word list. For example, you may disallow string literals but then template string literals can be used: `const${``}ructor`, and some interesting code would be disallowed over the course. Literals fully disallowed, it is still possible to construct a string "constructor" without them, as the good old JSFuck [1] demonstrates. Disallowing brackets is almost sufficient, but your global worker scope is still exposed and that may be exploitable.

    After some search, it seems that using a null-origin seems the best approach you can use for now. Figma successfully used it in the production [2] and the only reason they switched was that no state can be ever shared, which is not a big problem for your case. They also tried the Realms shim for the aforementioned proposal but it seems to have a known vulnerability. And I guess you don't want to ship a WebAssembly JS interpreter ;-)<p>Anyway, sorry to bother you; it is hard to balance the fun and robustness at once. As a parting gift, the following is a genuine code that renders a 7-segment counter: <a href="https://muffinman.io/pulsar/?grid=classic&animate=opacity&code=KGFicyh4KTw1KSooMS10JTEpKiouMyooKGMsZCk9PmMmMSZ%252BKGMrMT8yNjg2NTY3MjErKGQ8NSkqMTgwMjY4ODUxPj5kJTUqNitjLzI6ZD09MikpKCh5PjQpLTUqKHg%252BMikrKHk%252BMCktKHk8MCkrNSooeDwtMiktKHk8LTQpKzUsdCUxMHwwKQ%253D%253D" rel="nofollow">https://muffinman.io/pulsar/?grid=classic&animate=opacity&co...</a><p>[1] <a href="https://jsfuck.com/" rel="nofollow">https://jsfuck.com/</a><p>[2] <a href="https://www.figma.com/blog/how-we-built-the-figma-plugin-system/#attempt-1-the-iframe-sandbox-approach" rel="nofollow">https://www.figma.com/blog/how-we-built-the-figma-plugin-sys...</a>

  • Show HN: Pulsar – Micro creative coding playground
    1 project | news.ycombinator.com | 20 Jan 2024
    1 project | news.ycombinator.com | 22 Dec 2023
    Hey everyone, here is a small project that truly brings me joy. It allows you to create and share animations using code. Instead of me explaining, please try playing with it. If it doesn't click right away, consider going through a tutorial.

    Pulsar is inspired by something I came across on HN a while ago. Unable to find it again, I decided to create my own version. I swear, only after finishing Pulsar I managed to find it again [1].

    As a bonus, I wanted to run these animations on my DIY LED frame. Check out the video:

    https://github.com/Stanko/pulsar/tree/dev#led-retro-frame

    I intended to write a blog post before sharing it on HN, but that is taking forever. So, I'll just give you a few technical details:

    It is built in TypeScript and is open source. User code is executed in a web worker to minimize the risk of malicious use. I'm proud of the solution, and I find it quite nifty. Initially, I used to render it as an SVG, but in order to create GIFs for the frame, I switched to canvas. SVG gave me a few headaches which I'll cover in a blog post (if I ever write one). The syntax highlighter is a trick I found on Stack Overflow. The textarea is transparent, and as you type in it, the code is highlighted and placed into a div which lays on top of the textarea.

    So, that is Pulsar. I hope it will be as fun for you as it is for me. Let me know what you think.

    And here is a simple animation of a Christmas tree, happy holidays!

    https://muffinman.io/pulsar/?grid=classic&animate=both&code=...

    [1] https://tixy.land/

  • A note from our sponsor - SurveyJS
    surveyjs.io | 18 May 2025
    Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →

Stats

Basic pulsar repo stats
10
197
6.7
8 months ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?