Skip to main content

Command Palette

Search for a command to run...

Converting 2D Models in LaTex to 3D USDZs

Updated
2 min read

Desmos is a web-based 3D graphing calculator which allows high school students to define 3D models using pseudo-LaTex equations.

Technical challenge

Input: 67 Desmos URLs in .docx

Output: 67 .usdz 3D models, representing all equations described, and their respective colors.

Acceptance Criteria

  • each model must be renderable by Swift's RealityKit and SceneKit.

  • each model must

Skills learnt:

  • set up OpenClaw on a new Macbook (Apple Silicon)

  • model-agnostic seed prompt

  • revise python tooling: automate local directory tree walking to grep for files/strings and consolidate them in a separate folder/file

  • autonomate

Concepts learnt:

  • OpenClaw TUI runs on the same thread as the its web interface. When you send a command to the TUI, it is reflected on the web interface, vice versa.

TODO:

  • Understand operating system architecture of OpenClaw (or rather, AI Agents in general).

  • How to set up another OpenClaw agent instance and have it talk to the first agent instance?

  • Set up your own t-muxed terminal on your mac which starts upon statup with a terminal-based web browser, an empty terminal for running quick commands, an OpenClaw instance

The discoveries described above are part of the work of Interactive 3D Design Lab.