I'm trying to follow GamesWithGabe's 2d game engine series, but I'm struggling to integrate SpaiR's ImGui. I've followed his tutorial (linked) exactly except I download the dylib files rather than dll because i'm on macOS. I tried both using 1.81.0 and 1.89.0 but neither work. Any help much appreciated!
Link to tutorial:
https://www.youtube.com/watch?v=Xq-eVcNtUbw
Join the Discord: https://discord.gg/4tHeAkxNg7
In this episode I go over how to integrate the newest version of SpaiR ImGui into your java project. I take you through an example of using the Application class provided by SpaiR, and then I show you how to create it from the ground up. Lastly, I show how to enable ImGui viewports so that you can...