-
|
Just curious for a source port I'm considering, but I'm only interested if I can publish as Native AOT binaries. |
Beta Was this translation helpful? Give feedback.
Answered by
Perksey
Oct 31, 2025
Replies: 1 comment 1 reply
-
|
Yep, NativeAOT is supported! You do have to add a few lines at the start of your program though, namely |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mjr4077au
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, NativeAOT is supported! You do have to add a few lines at the start of your program though, namely
GlfwWindowing.RegisterPlatform();andGlfwInput.RegisterPlatform();. Once you’ve done this, it should just work. In 3.0 we hope to eliminate even this small amount of work.