https://github.com/acts-project/actsvg

An SVG based C++20 plotting library for ACTS detectors and surfaces

https://github.com/acts-project/actsvg

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An SVG based C++20 plotting library for ACTS detectors and surfaces

Basic Info
  • Host: GitHub
  • Owner: acts-project
  • License: mpl-2.0
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 1.08 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 10
  • Open Issues: 5
  • Releases: 42
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

actsvg

An SVG based C++20 plotting library for ACTS detectors, surfaces and relations.

This library has itself no dependency, simply for unittesting it relies on googletest. In case actsvg is built with python bindings, also pybind11 is used as a dependency.

Core module

This module has the core definition and plotting functionality for primitives.

Meta module

This module acts as a translation layer between the caller libraries (etc. ACTS, detray) and core library. It allows to create proto objects for detectors that can then be used for plotting using the core module. This module does also contain a dedicated display area that assists in displaying the objects.

Python bindings

actsvg allows to build python bindings using the pybind11 library.

Sample SVGs that can be produced

A view stand-alone files that are produced by the googletest based unit testing.

Getting started

To build actsvg using CMake execute the following

sh cmake -GNinja -S <actsvg_src> -B <actsvg_build> -DCMAKE_INSTALL_PREFIX=<actsvg_installed> -DCMAKE_CXX_STANDARD=20 cmake --build $bdir -j $cthreads --target install

CMake Build options are:

| CMake build flag | Description | Default | | --------- | --------| ----- | | ACTSVGBUILDMETA | Build the meta module of the project | ON | | ACTSVGBUILDWEB | Build the web module of the project | ON | | ACTSVGBUILDTESTING | Building the testing suite | OFF | | ACTSVGBUILDPYTHON_BINDINGS | Build python bindings for the project | OFF |

Owner

  • Name: Acts
  • Login: acts-project
  • Kind: organization

GitHub Events

Total
  • Create event: 4
  • Commit comment event: 1
  • Release event: 5
  • Issues event: 1
  • Issue comment event: 2
  • Push event: 13
  • Pull request event: 21
Last Year
  • Create event: 4
  • Commit comment event: 1
  • Release event: 5
  • Issues event: 1
  • Issue comment event: 2
  • Push event: 13
  • Pull request event: 21

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 89
  • Total Committers: 4
  • Avg Commits per committer: 22.25
  • Development Distribution Score (DDS): 0.213
Top Committers
Name Email Commits
Andreas Salzburger A****r@c****h 70
Andreas Salzburger a****r@g****m 16
Wouter Deconinck w****c@g****m 2
Stephen Nicholas Swatman s****n@c****h 1
Committer Domains (Top 20 + Academic)
cern.ch: 2

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 55
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.05
  • Merged pull requests: 52
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 13
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.23
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • niermann999 (3)
  • wdconinc (1)
  • asalzburger (1)
Pull Request Authors
  • asalzburger (75)
  • niermann999 (5)
  • stephenswat (2)
  • wdconinc (2)
  • paulgessinger (2)
  • Matthijs-Ridder (2)
  • benjaminhuth (1)
  • noemina (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 25
  • Total maintainers: 2
spack.io: actsvg

An SVG based C++17 plotting library for ACTS detectors and surfaces.

  • Versions: 25
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 30.3%
Stargazers count: 32.0%
Forks count: 32.0%
Dependent packages count: 57.3%
Maintainers (2)
Last synced: 11 months ago

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite