rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Serialization #58

Open GeTechG opened 4 months ago

GeTechG commented 4 months ago

Can you make an example of serialization using evenio, and is it generally possible?

andrewgazelka commented 4 months ago

@GeTechG are you wanting to serialize the state of a World using serde or something?

GeTechG commented 4 months ago

are you wanting to serialize the state of a World using serde or something?

@andrewgazelka Yes, I would like to be able to do something like what is in hecs, having a context where you can decide how to serialize a particular entity.