meowshapes
  • Editor
  • Docs
  • About

Documentation

  • Getting started

General

  • Renderer
  • THREE

Context

  • Ctx
  • Graphing
    • graph()
    • graph3d()
  • Objects and shapes
    • arrow()
    • circle()
    • cone()
    • cuboid()
    • cylinder()
    • heightField()
    • line()
    • lineStrip()
    • plane()
    • points()
    • sphere()
    • text()
    • torus()
    • vector()
  • Theme and colors
    • COLOR
    • setTheme()
    • background()
  • DOM elements
    • button()
    • slider()
    • textElement()
    • checkbox()
  • Other
    • update()
    • camera
    • zoom()
    • orbit()
    • light()
    • mouse()
    • grid()
    • spawn()
    • remove()

Utils

  • Colors
    • color()
  • Random
    • noise()
    • fbm()
  • Vectors
    • vec2()
    • vec3()
    • vec4()
    • DIR

Objects and shapes

The context exposes a collection of object and shape helpers. Each function creates a drawable object that you can position, style, and animate.


Objects

  • arrow()
  • circle()
  • cone()
  • cuboid()
  • cylinder()
  • heightField()
  • line()
  • lineStrip()
  • plane()
  • points()
  • sphere()
  • text()
  • torus()
  • vector()
meowshapes
  • Editor
  • Docs
  • About