Skip to content

Geometric Algebra Multivector Estimation

License

Notifications You must be signed in to change notification settings

SFI-Mechatronics/game

 
 

Repository files navigation

Geometric Algebra Multivector Estimation

GAME is framework for estimation of multivectors in geometric algebra with focus on, but not limited to, the Euclidean and conformal model.

Docker

docker build -t tingelst/game .
docker run -v `pwd`:/home/game/game -p 8888:8888 -e PASSWORD=YOUR_PASSWORD -e USE_HTTPS=yes game

Installation

The main external dependency of GAME is the Ceres optimization framework from Google.

On OSX we recommend building the homebrew formula from source:

brew tap homebrew/science
brew install ceres-solver --build-from-source

On Linux we recommend following the installation instructions found here: http://ceres-solver.org/building.html.

To build GAME follow the steps below:

$ git clone --recursive https://github.com/tingelst/game.git
$ cd game
$ mkdir build && cd build
$ cmake .. && make

About

Geometric Algebra Multivector Estimation

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Jupyter Notebook 82.6%
  • C++ 15.3%
  • Python 1.9%
  • Other 0.2%