|
|
7ab7b8931d
|
code function to export triangle to .sml file (linear interpolation only; untested and also not currently executable by shortcut
|
2024-08-30 02:22:02 +01:00 |
|
|
|
24bc45142d
|
slight refactoring (move pure parsing functions to functional core in a separate file)
|
2024-08-29 09:55:08 +01:00 |
|
|
|
e69c6b42ef
|
done with loading file into app (loaded triangles are visible, etc.)
|
2024-08-29 05:38:58 +01:00 |
|
|
|
2549703dc7
|
verify that parsing saved file is successful
|
2024-08-29 05:21:04 +01:00 |
|
|
|
f0958686b7
|
implement parser for loading (but this parser is untested)
|
2024-08-29 04:39:23 +01:00 |
|
|
|
84b7a6a2f5
|
minor changes to saved format
|
2024-08-29 03:59:47 +01:00 |
|
|
|
1fdd4f33ec
|
remember to close file descriptor in file thread
|
2024-08-29 00:43:51 +01:00 |
|
|
|
eb13636993
|
very basic saving (hardcoded file name, which is fine fow now)
|
2024-08-29 00:05:30 +01:00 |
|
|
|
c40e8b98e0
|
slight renaming of constructors in FileMessage.t datatype, to provide more clarity (SAVE_TRIANGLES is for saving to a custom format, LOAD_TRIANGLES is for loading from a file in that custom format, and export is for generating code from custom format)
|
2024-08-28 20:47:40 +01:00 |
|
|
|
48c721e29b
|
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 |
|