cyclone-physics icon indicating copy to clipboard operation
cyclone-physics copied to clipboard

Modern Build System and Readme

Open redagito opened this issue 1 year ago • 2 comments

This branch adds a modern conan/cmake based build system and separate builds for all the demo projects. I tested it on windows 10 and linux and it builds and runs on both systems. The changes to the project structure are pretty major but the original source code was left mostly untouched except where I had to fix warnings/errors.

I would love to get some feedback. My fork is actually much further ahead but the changes are much more intrusive and probably have no chance of getting merged.

redagito avatar Sep 25 '23 07:09 redagito

thanks, but on Windows "conan install" fails with the following message:

ERROR: There are invalid packages: fmtlog/2.2.1: Invalid: Current cppstd (14) is lower than the required C++ standard (17).

(there's no C++ redistributable >= 14.0 on Windows as far as I can tell)

xem avatar Jul 20 '24 09:07 xem

Thanks for the feedback, I just now read your message and will try to find time to look into the issue.

redagito avatar Aug 09 '24 21:08 redagito