You should be run bootstrap and generate_project script.
For ImPlatform I didn't have setup to tests all permutations. For ImPlatform you should try glfw-opengl3 or Win32-dx11 for windows.
bootstrap.sh is buggy. The message about running the git submodule command is never shown because the directory already exists in the repo.
It also looks specifically for .exe files, when a linux compiler won't append that suffix.
It also looks in the x64 directory, which was not created when I ran it.
For some reason even though I have dotnet 8.x installed it compiled with dotnet 6.x and complained about 6.x being obsolete.
The generate_project script also looks for a .exe file, but even when stripped off the process fails with namespace errors for 'main' and 'sharpmake'. These errors occur in a temporary file unfortunately so they're hard to investigate.
bootstrap.sh is buggy. The message about running the git submodule command is never shown because the directory already exists in the repo.
It also looks specifically for .exe files, when a linux compiler won't append that suffix.
It also looks in the x64 directory, which was not created when I ran it.
For some reason even though I have dotnet 8.x installed it compiled with dotnet 6.x and complained about 6.x being obsolete.
The generate_project script also looks for a .exe file, but even when stripped off the process fails with namespace errors for 'main' and 'sharpmake'. These errors occur in a temporary file unfortunately so they're hard to investigate.