CityScienceLab-GDL / cityscope-ccu

Project for the mobility team of the MIT CityScope workshop
0 stars 2 forks source link

Agent Visualization from GAMA to Unity using cityIO #10

Open gamalielpalomo opened 2 years ago

gamalielpalomo commented 2 years ago

We are working in a visualization tool developed in Unity. The idea is to send the simulation data to a server which processes and deploys the indicators.

First iteration of data:

agrignard commented 2 years ago

@gamalielpalomo did you have the chance to work on this?

In any case can you keep the same format as the one we are using for cityIO using GAMABrix. This will give you the possibility to develop a Unity script that can be easily reusale for other project.

in GAMABrix we already implemented the sending to cityIO of the Agent with there id, timestamp and location using this format.

Please have a look here https://cityscope.media.mit.edu/modules/GAMA

and let me know if you need any further information