Hi,
I stumbled into this project and thought that it looks quite interesting and it scratches an itch that I had for some time, a graphical base line for my personal experiments. I’ve tried to compile it on my fedora machine, but I found several indications that the Linux side of the project might not be maintained.
- There are some samples that won’t compile on Linux, as they are not marked as “windows only”. I believe this might be a macOS issue also.
- When selecting to build a shared object there are linking issues. I investigated this and the culprit is on the App/Window implementations.
For (1) above I already have a merge request #2410. But as much as I look into (2) the more it looks like a work in progress that was never ended.
Some other minor issues I found that are more related toCMake :
- There are some exception for “mac” and “windows” that should be detecting if the cmake generator is multi-config instead. Turns out that I use
ninja multiconfiggenerator, and it breaks the assumption as not being MAC or Windows and beingmulticofig. - When tests are enables they set global variables instead of working with the test binary target.
All of that is just to say that I want to tackle those issue, but I would like to know who to talk to before doing anything more deep.
But this is great work, thanks you guys.
Victor