Commit graph

17 commits

Author SHA1 Message Date
Sander Hautvast
41c7551b4b fixed lazy eval after variable update 2021-03-02 14:38:58 +01:00
Sander Hautvast
26d4749995 fixed bugs and added functions 2021-03-02 14:31:49 +01:00
Sander Hautvast
ea36a7c5a3 fixed bugs and made code simpler 2021-03-01 21:11:45 +01:00
Sander Hautvast
b1697412a7 implemented vector subtraction 2021-03-01 20:29:54 +01:00
Sander Hautvast
cf59d18887 fixed bug in variable resolution and simplified the code 2021-03-01 20:15:23 +01:00
Sander Hautvast
34e58b193a fixed incorrect behavior after reassignment to variable 2021-02-26 18:06:26 +01:00
Sander Hautvast
152877ac8f little refactoring 2021-02-26 17:07:46 +01:00
Sander Hautvast
64a90cb250 added defaults for the origin 2021-02-18 22:44:28 +01:00
Sander Hautvast
bb62b8677f added vector labels 2021-02-18 22:11:09 +01:00
Sander Hautvast
fd9d1b550c updated cypress version and the test 2021-02-18 21:08:19 +01:00
Sander Hautvast
1ef889af68 fixed performance problem on resize 2021-02-18 20:38:06 +01:00
Sander Hautvast
bbbdacede0 finally got it to work: add a lazily updated vector that is automatically rerun when one of its elements is updated. 2021-02-18 18:52:46 +01:00
Sander Hautvast
da5d9c7bdc so far unsuccesful attempt to introduce laziness. checking this in and then start refactoring some stuff that's in the way 2021-02-18 17:08:53 +01:00
Sander Hautvast
b04bf181a1 Added webpack, eslint and first cypress test. Improved file structure and added imports 2021-02-15 18:11:52 +01:00
Sander Hautvast
9dabe938f9 Enabled multiline input to easily paste several lines from an external editor. Sth like backslash in bash doesn't work; don't see the need for that 2021-02-14 16:54:01 +01:00
Sander Hautvast
971d3b8db8 made a nicer screenshot 2021-02-12 18:11:29 +01:00
Sander Hautvast
4076440ff3 supports vectors with functions, methods, properties 2021-02-12 17:42:15 +01:00