Elektrine lite

← Feed

@PaulaMaddox@mastodon.social

Post #1268860

2026-02-13 07:39 UTC

@kbob very nice work! I assume you’re keeping T constant?

Replies (1)

  • @kbob@chaos.social 2026-02-13 11:18

    @PaulaMaddox T is the time parameter. If you don't increment it, the image isn't animated. I do keep the increment constant. (I can animate it, but I'm not doing that. It literally just makes the whole scene run faster or slower.) My biggest change is that I reinitialize U, V, and X at the beginning of each inner loop. If I don't, there's no parallelization, and it can't run on a GPU.

    Open ##1268861