2 pointsby vladgl942 hours ago3 comments
  • vunderba4 minutes ago
    Nice job. There’s also an interesting attempt at an LLM-to-low‑poly code generator in the form of Minebench. The idea is to give an LLM a reference manual to the generator (think Turtle graphics back in the day), and it constructs the desired model brick by brick.

    https://github.com/Ammaar-Alam/minebench

  • Jimmy0252an hour ago
    Interesting benchmark idea. I'd be curious whether the scoring separates geometry correctness from code maintainability, since generated Three.js can look right while still being hard to edit or extend.
    • vladgl94an hour ago
      not really evaluate quality of code at the moment, only geometry (and geometry is far from being good huh)
  • vladgl942 hours ago
    [dead]