Was curious to try to outsource hardcoding particle systems to AI - similar to how some codegen graph-based particle systems work. These produce bytecode / generated code. In AI case we skip these steps and iterate with agents.
Result is compute-based particles. ~Hour and half of work.
November 2, 2025 at 10:42 PM
Was curious to try to outsource hardcoding particle systems to AI - similar to how some codegen graph-based particle systems work. These produce bytecode / generated code. In AI case we skip these steps and iterate with agents.
Result is compute-based particles. ~Hour and half of work.