This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0b91362fd1e3235088c7ee025bd2430551b480f2
sml-projects
/
ffi
History
Humza Shahid
0b91362fd1
fix compile error for rgfw shell. The compile error was on the C side, and was caused by a dependency (<GL/glx.h>) having the typedef 'Bool', and the mlton-generated export headers also having a typedef 'Bool' with the same name. The solution for this project is just to delete the typedef from the mlton-generated headers.
2026-01-23 14:56:55 +00:00
..
glad.c
init
2024-09-30 13:43:43 +01:00
glad.h
init
2024-09-30 13:43:43 +01:00
gles3-import.sml
ffi progress
2026-01-23 09:47:27 +00:00
glfw-export.c
remove duplicate '<stdboo.h>' include in ffi/glfw-export.c, and disambiguate mlton-generated export file for GLFW shell further (by prepending 'mlton-' to the file)
2026-01-23 13:37:13 +00:00
glfw-import.sml
ffi progress
2026-01-23 09:47:27 +00:00
glfw-input.c
remove duplicate '<stdboo.h>' include in ffi/glfw-export.c, and disambiguate mlton-generated export file for GLFW shell further (by prepending 'mlton-' to the file)
2026-01-23 13:37:13 +00:00
glfw-input.sml
add bindings for d-pad directions
2026-01-21 22:45:19 +00:00
khrplatform.h
init
2024-09-30 13:43:43 +01:00
mlton-glfw-export.h
remove duplicate '<stdboo.h>' include in ffi/glfw-export.c, and disambiguate mlton-generated export file for GLFW shell further (by prepending 'mlton-' to the file)
2026-01-23 13:37:13 +00:00
mlton-rgfw-export.h
fix compile error for rgfw shell. The compile error was on the C side, and was caused by a dependency (<GL/glx.h>) having the typedef 'Bool', and the mlton-generated export headers also having a typedef 'Bool' with the same name. The solution for this project is just to delete the typedef from the mlton-generated headers.
2026-01-23 14:56:55 +00:00
rgfw-export.c
checkpoint (seem to have encountered an FFI bug?)
2026-01-23 12:52:47 +00:00
rgfw-import.sml
checkpoint (seem to have encountered an FFI bug?)
2026-01-23 12:52:47 +00:00
RGFW.h
begin adding bindings to rgfw window library
2026-01-22 02:00:57 +00:00