AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
91 stars 10 forks source link

DWD - Load/Save Button #125

Open filonik-cmu opened 1 year ago

filonik-cmu commented 1 year ago

Initiate file download of JSON.

sjbreiner commented 1 year ago

Hi @filonik-cmu,

I created a new branch testing and added some non-functional Load/Save buttons in the Main file (toward the bottom).

Could you try to fill in the load/save logic? There's no way I'll be able to get to it today.

Thanks!

filonik-cmu commented 1 year ago

I made some progress in https://github.com/sjbreiner/Semagrams.jl/pull/2.

However, I haven't been able to figure out yet how the acset to json serialization/deserialization works.