Alex Swaim
Alex Swaim
This is to allow an exported DLL to access these functions, e.g. so they can be called in C#
I've been using the https://github.com/aybe/DearImGui project to generate C# bindings for imgui and implot, and I ran into an issue (https://github.com/aybe/DearImGui/issues/24) where the generated code calling a non-default constructor for...
I was evaluating Ceras for a project that's currently still on Unity 2019.4 in .NET standard 2.0 mode, and I figured I'd go ahead and share all the work I...
I had this issue in my own project, so I tired it inside the sample project and got the same exception. I pulled the v1.89.3 branch, ran the build script,...
I added comments and Obsolete attributes to the unsupported C# backends to make it clear those are still around only as reference and are no longer maintained I also updated...
I pulled down the latest revision from the repository to take a look at this library and found that the ExampleD3D11 and ExampleOpenGL3 projects won't compile for me unless I...