Skip to content

Commit

Permalink
Document dispose, see #398
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 2, 2023
1 parent 0b61a00 commit 1c5978d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ This sim has several prototypes for new features. These features are not going t

/model/prototype/TangibleConnectionModel.ts is also the fundamental component for modelling connections for various prototypes.

#### Dispose
Many of the model objects in the sim persist for the lifetime of the sim and do not need to be disposed. For the sound implementation, the user can switch between sound schemes in the preferences dialog, and some parts of the sound implementation do need and implement dispose.

#### Debugging
There is a debugging panel that displays quadrilateral and simulation state. Can be used with query parameter `?showModelValues`.

0 comments on commit 1c5978d

Please sign in to comment.