physarumAdv / minds_crawl

Physarum polycephalum growth simulator on polyhedron surfaces written in CUDA C++
MIT License
4 stars 0 forks source link

Cuda visualization integration fix #54

Closed kolayne closed 3 years ago

kolayne commented 3 years ago

Fixed the inability to send anything to visualization when compiled for GPU. Polyhedron is still sent not in the best way, definitely, but I don't think it's worth spending time on a better implementation before we add a mechanism of using polyhedrons different from cube

Fixes #47 Is blocked by #51 (current PR is based on some commits from the fixed_some_logic_bugs branch)

kolayne commented 3 years ago

Polyhedron is still sent not in the best way, definitely, but I don't think it's worth spending time on a better implementation before we add a mechanism of using polyhedrons different from cube

By the way, you could suggest me a better approach if it's about as easy to implement