This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f5b0c8e705fb4b86a3054fa865e72ed1af0afbf4
sml-projects
/
imperative-shell
History
Humza Shahid
f5b0c8e705
tested export functionality, and fixed it so that it works as intended (previous error was that the drawn object was located on the wrong part of the Y-axis)
2024-08-30 03:46:05 +01:00
..
app-draw.sml
rename 'button' (the coloured square that appears over a clickpoint) to 'dot' throughout codebase, because I may want actual buttons later
2024-08-14 21:24:46 +01:00
constants.sml
refactor to allow graph lines to be shown at start up
2024-08-03 06:05:26 +01:00
draw-thread.sml
preparation for adding new additional threads/mailboxes (namely, the file mailbox)
2024-08-28 20:11:00 +01:00
file-thread.sml
tested export functionality, and fixed it so that it works as intended (previous error was that the drawn object was located on the wrong part of the Y-axis)
2024-08-30 03:46:05 +01:00
input-callbacks.sml
code shortcut to trigger export (with <Ctrl-E>); it outputs syntatically valid .sml, but I am not sure if the output is correct as intended so it needs testing
2024-08-30 02:34:24 +01:00
shell.sml
done with loading file into app (loaded triangles are visible, etc.)
2024-08-29 05:38:58 +01:00
update-thread.sml
done with scaffolding for file mailbox; next, send message to file mailbox to export and import, and handle these messages properly from the file mailbox
2024-08-28 20:42:52 +01:00