diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-29 16:34:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-29 16:34:36 -0700 |
commit | 5b95e51c36417adff04de5a62d6ae6d067c0db04 (patch) | |
tree | 955b87e3ab55c9df3138bb5d03b3aca08be33263 | |
parent | d441f8a760635b9352fa1682143470162009813d (diff) | |
download | lines.love-5b95e51c36417adff04de5a62d6ae6d067c0db04.tar.gz |
.
-rw-r--r-- | main.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main.lua b/main.lua index c53fb4e..a6b0d73 100644 --- a/main.lua +++ b/main.lua @@ -39,12 +39,6 @@ function App.initialize_globals() -- Unless otherwise specified, coord fields are normalized; a drawing is always 256 units wide -- The field names are carefully chosen so that switching modes in midstream -- remembers previously entered points where that makes sense. --- --- Open question: how to maintain Sketchpad-style constraints? Answer for now: --- we don't. Constraints operate only for the duration of a drawing operation. --- We'll continue to persist them just to keep the option open to continue --- solving for them. But for now, this is a program to create static drawings --- once, and read them passively thereafter. Lines = {{mode='text', data=''}} -- Lines can be too long to fit on screen, in which case they _wrap_ into |