add basic imperative shell

This commit is contained in:
2024-12-10 19:48:07 +00:00
parent fb2be7be73
commit 9d42e14b2f
17 changed files with 5083 additions and 1 deletions

16
oms.mlb
View File

@@ -10,3 +10,19 @@ end
fcore/quad-tree.sml
fcore/player.sml
fcore/wall.sml
(* 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
shell/gl-shaders.sml
shell/gl-draw.sml
shell/shell.sml