Files
sml-projects/dotscape.mlb

57 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-07-28 14:22:17 +01:00
$(SML_LIB)/basis/basis.mlb
2024-08-08 05:56:20 +01:00
(* FUNCTIONAL CORE *)
functional-core/app/app-type.sml
2024-08-13 23:28:21 +01:00
2024-07-28 14:22:17 +01:00
ann
2024-08-08 00:18:03 +01:00
"allowVectorExps true"
2024-07-28 14:22:17 +01:00
in
functional-core/app/ndc.sml
functional-core/app/click-points.sml
functional-core/app/graph-lines.sml
functional-core/app/triangles.sml
cozette-sml/fonts/cozette-ascii.mlb
2024-07-28 14:22:17 +01:00
end
functional-core/app/triangle-stage.sml
functional-core/app/app-init.sml
functional-core/app/app-with.sml
message-types/input-msg.sml
message-types/file-msg.sml
message-types/draw-msg.sml
message-types/update-msg.sml
2024-08-13 23:28:21 +01:00
functional-core/app/app-update.sml
(* pure file parsing functions *)
functional-core/file/parse-file.sml
2024-08-08 05:56:20 +01:00
(* IMPERATIVE SHELL *)
$(SML_LIB)/basis/mlton.mlb
$(SML_LIB)/cml/cml.mlb
ann
"allowFFI true"
in
ffi/gles3-import.sml
ffi/glfw-import.sml
ffi/glfw-input.sml
end
ann
"allowVectorExps true"
in
imperative-shell/constants.sml
imperative-shell/app-draw.sml
end
imperative-shell/input-callbacks.sml
imperative-shell/update-thread.sml
imperative-shell/file-thread.sml
imperative-shell/draw-thread.sml
2024-08-08 05:56:20 +01:00
imperative-shell/shell.sml