Files
sml-projects/dotscape.mlb

52 lines
889 B
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 *)
2024-08-13 23:28:21 +01:00
functional-core/app-type.sml
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
2024-08-08 00:18:03 +01:00
functional-core/ndc.sml
functional-core/click-points.sml
functional-core/graph-lines.sml
2024-08-13 23:28:21 +01:00
functional-core/triangles.sml
2024-07-28 14:22:17 +01:00
end
functional-core/triangle-stage.sml
functional-core/app-init.sml
functional-core/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
2024-08-08 00:58:59 +01:00
functional-core/app-update.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/draw-thread.sml
2024-08-08 05:56:20 +01:00
imperative-shell/shell.sml