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
|
2024-08-08 00:50:36 +01:00
|
|
|
|
|
|
|
|
functional-core/triangle-stage.sml
|
|
|
|
|
|
|
|
|
|
functional-core/app-init.sml
|
|
|
|
|
functional-core/app-with.sml
|
2024-07-29 22:45:10 +01:00
|
|
|
|
2024-08-08 00:50:36 +01:00
|
|
|
message-types/input-msg.sml
|
|
|
|
|
message-types/draw-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
|
2024-08-28 19:34:47 +01:00
|
|
|
|
|
|
|
|
imperative-shell/update-thread.sml
|
|
|
|
|
imperative-shell/draw-thread.sml
|
|
|
|
|
|
2024-08-08 05:56:20 +01:00
|
|
|
imperative-shell/shell.sml
|