Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgsogo/drawables-lego-tracks
Assets for LEGO train tracks
https://github.com/jgsogo/drawables-lego-tracks
assets lego train-tracks
Last synced: about 1 month ago
JSON representation
Assets for LEGO train tracks
- Host: GitHub
- URL: https://github.com/jgsogo/drawables-lego-tracks
- Owner: jgsogo
- License: mit
- Created: 2022-05-05T19:40:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T09:10:48.000Z (over 2 years ago)
- Last Synced: 2024-10-15T02:16:46.345Z (3 months ago)
- Topics: assets, lego, train-tracks
- Language: CMake
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build and tests](https://github.com/jgsogo/drawables-lego-tracks/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/jgsogo/drawables-lego-tracks/actions/workflows/ci.yml)
[![Build and tests](https://github.com/jgsogo/drawables-lego-tracks/actions/workflows/conan_package.yml/badge.svg?event=push)](https://github.com/jgsogo/drawables-lego-tracks/actions/workflows/ci.yml)## 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-lego-tracks/@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-lego-tracks --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-lego-tracks --version=0.1 --base --lockfile-out lockfile.json --build --profile:host=.conan/profiles/cpp20 --profile:build=default conanfile.txt
```