a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcoded GoL kernel runnable with MOIRE

a5kin opened this issue · comments

  • Implement a hand-written kernel for GoL;
  • Implement necessary GPU arrays initialization;
  • Make kernel callable each step();
  • Implement a render() function getting the resulting image;
  • Implement random initialization;
  • Debug the whole system;

GoL kernel is running correctly, but the resulting image is not really rendering, it's just a copy of the field. Let move the real rendering to the next step.