worldmaking / mischmasch

https://www.alicelab.world/msvr
MIT License
9 stars 1 forks source link

coding-related research-creation notes #113

Open michaelpalumbo opened 2 years ago

michaelpalumbo commented 2 years ago

coding-related notes for the dissertation

michaelpalumbo commented 2 years ago

Reasons why I am not storing entire threeJS objects in an automerge doc (see ./systems/state.js for what of the object I am storing):

  1. automerge cannot store objects which contain functions, see this issue

  2. automerge throws a maximum stack error when objects are too large. I get this when trying to add an op mesh (which is a group of meshes i.e. panel, inlets, outlets, UI, etc.)

michaelpalumbo commented 2 years ago

mention in patchup! book and dissertation

a usecase for mischmasch is designing gen code for daisy. how can we integrate it