meowshapes
Write code and visualize. Embed anywhere.
javascript
grid();

sphere(32).color("red").shaded();

vector([100, 100, 0]).dashed(5, 5);

orbit({ autoRotate: 0.25 });

Super easy to embed

Straight from the editor:

html
<iframe
    title="Meowshapes Renderer"
    src="https://meowshapes.com/embed/<PROJECT_ID>?"
    referrerpolicy="strict-origin-when-cross-origin"
    style="width:100%;height:100%;border:none;"
></iframe>
...or by using the meowshapes package directly.

Examples

These ones are pretty cool

These ones are useful

Documentation

The best way to get stated and learn more is to read the docs.*

Go to docs

* That's actually a very subjective statement, but I've worked hard to write the docs so please check them out.