DEV Community

mehwar elkon
mehwar elkon

Posted on

Manichrom [new lib]

πŸ‘‹ This is Manichrome, a JavaScript browser-based canvas project I’ve been working on.

It's a minimal 2d engine where users control the animation by updating exposed properties (like position, color, theta, etc.). Think of it like a mini renderer that’s easy to plug in and play with.

🧠 The goal is to let people:

  • Define props like r, phi, theta, color, and center
  • Render 2d content without needing to write context path directly
  • Build dynamic or interactive visualizations

πŸ’Ύ It's also published on NPM (manichrome), though currently not installable globally.

GitHub: https://github.com/Mehwarelkon/Manichrome

πŸ› οΈ It's still in early stages (twilight phase), so I’m looking for feedback, suggestions, or test cases!

Thanks in advance πŸ™

Top comments (0)