π 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
, andcenter
- 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)