leif icon indicating copy to clipboard operation
leif copied to clipboard

Visual Studio 2022/2019 instead of vscode?

Open tallysucks opened this issue 1 year ago • 3 comments

This isnt an issue, more of a question, but i was wondering if it was possible to add leif to a visual studio project like how you can with imgui.

tallysucks avatar Jun 15 '24 18:06 tallysucks

oh side note, if you want to communicate directly my discord is "tallysucks."

tallysucks avatar Jun 15 '24 18:06 tallysucks

hey there, so at the moment, the is no windows build for leif so what you would have to do is try and build your static library from leif.c (which you would have to link to the dependencies of leif which you would also have to build manually) and than create your visual studio project, link it with the leif .lib file and GLFW .lib fil and add it to your include paths. You would also need to link your project with the built cglm and libclipboard.

cococry avatar Jun 16 '24 06:06 cococry

Do you have a Makefile or something for that because i have been struggling to make it run on windows in visual studio.

CrunchyToaster avatar Jul 22 '24 14:07 CrunchyToaster