mimesis-inria / DeepPhysX

Interfacing AI with numerical simulation.
https://deepphysx.readthedocs.io
GNU Affero General Public License v3.0
38 stars 7 forks source link

Sql visualization #2

Closed RobinEnjalbert closed 2 years ago

RobinEnjalbert commented 2 years ago

Replace the visualization data flow with a SQL Database dedicated to visualization data storage. The Factory that adds visual objects and the Visualizer that displays them are connected to this Database and updates / renders are either triggered by the Database update event (TCP-IP = False) or by requests (TCP-IP = True).