-
I ask this because I have interest in moving a engine I am working on from C++ to Rust, for speed and memory optimization. BUT, I 100% NEED SDL 1.2.7 and OpenGL Support. |
Beta Was this translation helpful? Give feedback.
Answered by
seritools
May 14, 2024
Replies: 1 comment
-
Rust has regular FFI support, so as long as you use or create bindings for SDL and OpenGL for versions that support the Windows versions you want themselves, it should work just fine. Actually I know for a fact that OpenGL works to some degree as fellow rust9x user |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seritools
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust has regular FFI support, so as long as you use or create bindings for SDL and OpenGL for versions that support the Windows versions you want themselves, it should work just fine.
Actually I know for a fact that OpenGL works to some degree as fellow rust9x user
jmi2k
got OpenGL running on 9x.