Skip to content

Libraries for drawable items (using Magnum) - Assets manager

License

Notifications You must be signed in to change notification settings

jgsogo/drawables

Repository files navigation

Build and tests Build and tests

Consume the library

This library is available as a Conan package in my personal remote repository. To consume it, you just need to add the remote:

conan remote add sogo https://sogo.jfrog.io/artifactory/api/conan/conan-center
conan install drawables/<library_version>@jgsogo/stable

Or, add the remote and list the reference in your conanfile.txt/py file.

Build and run locally

mkdir cmake-build-xxxx && cd cmake-build-xxxx
conan lock create --profile:host=../.conan/profiles/cpp20 --profile:build=default --lockfile=../lockfile.json --lockfile-out=lockfile.json --name=drawables --version=0.1 ../conanfile.txt --build --update
conan install --lockfile=lockfile.json ../conanfile.txt --build=missing --generator=virtualenv

Update dependencies

conan lock create --name=drawables --version=0.1 --base --lockfile-out lockfile.json --build --profile:host=.conan/profiles/cpp20 --profile:build=default conanfile.txt

About

Libraries for drawable items (using Magnum) - Assets manager

Topics

Resources

License

Stars

Watchers

Forks