Lucas Girouard-Stranks

Results 151 comments of Lucas Girouard-Stranks

Hey @elvodqa, Thanks for your interest. I was able to reproduce this problem. I had to have ImGui go back a few commits and use those bindings before I was...

> One obvious drawback of the ExplicitLayout approach is that two versions of the bindings are necessary to cover 32bit and 64bit platforms. Yup, structs will be different sizes based...

> The explicit layout stuff might have been fixed in dotnet/coreclr#22041. Looks like I'm not good at keeping track of those things. Yup, the documentation warns about `ExplictLayout` on non-Windows...

Hello, I would like to present for this bounty as part-time. **Introduction** Back in 2020/2021 I was trying to create C# bindings for a specific C library called `sokol`. I...

Hey @Susko3, if you want to share this bounty that's OK with me. It would be great to get some help. - ClangSharp: I originally was using ClangSharp but ended...

Posting here with an update. I re-wrote and renamed CAstFfi to https://github.com/bottlenoselabs/c2ffi. I did this while setting up end-to-end tests for GitHub Actions making sure everything works correctly (so far)...

Hello, I have things ready for some feedback. Apologies about being the timeline being a bit later then what I mentioned earlier. You can find the generated C# code here...

> If you're not aware, you can use the NET8_0_OR_GREATER preprocessor define in C# if you want to generate a single file that supports both runtimes. I don't know if...

Update: April 29th 2024 https://github.com/lithiumtoast/SDL-cs - Removed the dependency on the NuGet package. I actually forgot I had an option for this already so this was really low hanging fruit....

Update: May 8th 2024 Apologies for the delay as I caught COVID and was not functioning most of the time. https://github.com/lithiumtoast/SDL-cs - Added support for generating code that is compatible...