jlrandulfe / learning_RANA

Documents and code developed for learning how to use the RANA application for multi-agent systems simulations. The final goal is to develop the model of a neuron with dynamic spines growth
MIT License
0 stars 0 forks source link

Neuron graphic rendering #1

Open jlrandulfe opened 6 years ago

jlrandulfe commented 6 years ago

In order to make the neuron more meaningful for the user, the graphical model should be improved. This will more likely imply doing modifications in the Rana c++ core. The agent should be enhanced with the following features:

Soma

Neuron axon links:

Growth cone

jlrandulfe commented 6 years ago

At first, it was tried to colour the map directly from lua, but it doesn't seem feasible. It would be very inefficient, as every time the neuron shapes varies, the map has to be coloured again (deleting the previously coloured shape as well)