conan-starter is a starter project to easily get started to using conan. This is a template repository
that you can use.
Get the engine https://github.com/engine3d-dev/TheAtlasEngine
To get all of atlas packages, just run this conan command. To start using them.
conan remote add atlas-conan https://libhal.jfrog.io/artifactory/api/conan/atlas-conan
Run this conan command to build the project with -b missing on the first build, so conan can install any missing dependencies.
conan build . -b missing
Running the executable, ./build/Release/Starter