artpelling / state-space-renderer

Real-time renderer for state-space systems leveraging BLAS
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

State Space Model

Benchmarks

Current benchmarks can be found here

Installation

Dependencies

Compilation

The package can be compiled by running

    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.:

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