AlgebraicJulia / Semagrams.jl

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

Load initialization file from disk #114

Open sjbreiner opened 1 year ago

sjbreiner commented 1 year ago

Right now the initialization string for dwd is hard-coded in a scala file (pie.scala).

Instead, the file pie.json should be loaded as an asset (??) and passed in as the init string of the main function.

sjbreiner commented 1 year ago

Note that this is different from having a load button/option because it should load without user interaction (though this is also needed)