Welcome! #1
Replies: 2 comments 1 reply
-
|
Thanks for this wonderful project! I think this is the most modern solution to calling Win32 APIs from Java nowadays. And it is so worth promoting. I’m working on a project trying to offer the perfect IME support (as the goal) on Windows for Minecraft as a Fabric MOD. And I tried writing JNI in C++ at first, and the development experience just sucks. Turn to use this project makes things elegant a lot. There’s a personal comment here: may be we can generate a higher level binding here? Just like what Microsoft did for Rust. There are |
Beta Was this translation helpful? Give feedback.
-
|
I'm glad the project is useful for you. While much better than what jextract produces for Windows APIs, the result is still quite low level. I fully agree. I have thought about a higher level binding but have not yet cracked it. Good ideas are welcome, especially with regards to memory management and complex data structures. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
Discussions is the place to connect with other members of our community:
Beta Was this translation helpful? Give feedback.
All reactions