James
James
@idietmoran @addrum the std::launder requirement has been removed from that dependency
Ah thanks idietmoran, either my distro bundles freetype or it comes with SFML so I missed that :) And @addrum it looks like they broke the API since I last...
I was attempting to update the project to the latest version so that there would be minimal configuration, unfortunately I have identified a severe issue with the latest version of...
Luckily it turned out to be easy to fix. Thanks for bearing with me guys :) imgui and imgui-sfml are now pulled in manually. In the event that you don't...
@addrum Thanks, it appears I messed up my commit The libs should simply exist in your compilers search directory, make sure the names you're specifying are correct
That's unfortunate to hear. Out of curiosity, do you have steam installed on your laptop? swt.exe is a steam workshop tool, but hey at least it starts There's an `xmake`...
Ok thank you for testing it! It looks like there's something odd going on with context creation, and I'd guess that its something to do with OpenCL being set up...
New version rebased on master https://github.com/20k/imgui-fork/commit/c115d9ea9e6738a27eb91d008d655322db6a0b35 This fixes the dependency on SFML - the freetype class takes a pointer to a function pointer to write the data to the GPU....
I'm open to implementing a rework of the internal API's, TexPixelsAlpha8 does not return too many results and generally seems to be used internally, and I've already got some idea...
Rendering subpixel fonts is outside the purview of the pull request that I'll submit to imgui, as imgui delegates actual rendering out. That *said*, in my implementation of the rendering,...