physarumAdv / minds_crawl

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

`SimulationMap` implemention; `MapNode` grid calculation #2

Closed tanya-kta closed 4 years ago

kolayne commented 4 years ago

Sorry! I have noticed that jones_constants::so is used in Particle::do_sensory_behaviours, but your branch doesn't have this line, so this is not your mistake but a merge conflict.

tanya-kta commented 4 years ago
  1. When I compile your brunch, I get LOTS of compile errors (mostly from fucking_shit.cu), because they are trying to access private fields like MapNode::left/right/top/bottom and so on.

This is still not fixed. Am I wrong and this is not a problem of your PR?

This is a merge issue

kolayne commented 4 years ago

I have fixed some merge conflicts I was able to resolve (you can see commits log to get an idea of what I've done, or look through them to understand details), and created some repository-level issues, after resolving which all the code together will start looking more natural(?).

But there still are new compile errors which I couldn't fix and an issue from Codacy (which for some strange reason only appeared now, while it existed since the creation of the PR). Please, fix

kolayne commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
+ Solved 1

See the complete overview on Codacy