gpujs/gpu.js
Auf GitHub ansehenHow would you build something like Conway's Game of Life with this?
Open
#229 geöffnet am 30. Nov. 2017
help wanted
Repository-Metriken
- Stars
- (14.837 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
This looks like a terrific project, but I'm confused. If setting output to graphical doesn't yield a valid return type, but simulation state needs to be retained and updated between rounds, how would GPU.js handle that. Surely for that kind of application, don't you need an updated array and graphical output? Any pointers would be awesome. Thanks in advance.