https://github.com/artpelling/state-space-renderer
Real-time renderer for state-space systems leveraging BLAS
Science Score: 26.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Real-time renderer for state-space systems leveraging BLAS
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
- Releases: 0
Created about 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.md

Benchmarks
Current benchmarks can be found here
Installation
Dependencies
- autotools
- cmake
- g++
Compilation
The package can be compiled by running
shell
autoreconf -vif
mkdir build && cd build
../configure
make
Apple silicon
In order to compile against Apple's Accelerate framework, the library path needs to be supplied to the configure script, e.g.:
shell
mkdir build && cd build
../configure CPPFLAGS=-I/Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Headers
make
Owner
- Name: Art Pelling
- Login: artpelling
- Kind: user
- Location: Berlin, Germany
- Company: TU Berlin
- Repositories: 1
- Profile: https://github.com/artpelling
GitHub Events
Total
- Issues event: 1
- Push event: 7
- Pull request event: 1
- Create event: 1
Last Year
- Issues event: 1
- Push event: 7
- Pull request event: 1
- Create event: 1
Dependencies
.github/workflows/benchmark.yml
actions
- actions/cache v4 composite
- actions/checkout v4 composite
- benchmark-action/github-action-benchmark v1 composite
systems/requirements.txt
pypi
- numpy *
- scipy *