Commit Graph

56 Commits

Author SHA1 Message Date
fbee151264 Update Stream to use modeling ws (#117) 2023-05-26 17:32:31 -04:00
d729ae3990 Add socket send for mouse events (#50)
Add socket send
2023-03-08 14:07:40 -05:00
3180702e7d quick tweak (#48) 2023-03-08 11:27:14 +11:00
8a6a11535c log stream mouse positon (#47)
* remove stream video controles

* Add mouse position logging

* clean up

* add todo

* Move mouse position into the same useEffect as the stream setup, so that it has access to socket

That will be useful when we're ready to send to the server

* make todo comment better
2023-03-08 06:12:41 +11:00
2ac24bcd95 Horz/Vert distance constraint with modal workflow (#43)
* button style tweak

* Remove duplication constraint ast transforms

* giveSketchFnCallTag to return if line already had a tag

* remove duplication

* update tag name to referenceSegName

* Update transform shape to return key details about the transform

* add modal to hor vert distance workflow

* fix browser env stuff from breaking tests

* fmt
2023-03-07 15:45:59 +11:00
a0518c556f Stream setup (#46)
* set up stream

* clean up
2023-03-06 20:13:34 +11:00