diff --git a/README.md b/README.md index ca0e89c..d5a74a2 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -[![Build Status](https://travis-ci.org/tingelst/game.svg?branch=master)](https://travis-ci.org/tingelst/game) +![](game_logo.png) # **G**eometric **A**lgebra **M**ultivector **E**stimation -GAME is framework for estimation of multivectors in geometric algebra with focus on, but not limited to, the Euclidean and conformal model. +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 +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. +The main external dependency of GAME is the Ceres optimization framework from Google. On OSX we recommend building the homebrew formula from source: ``` bash @@ -28,6 +28,6 @@ To build GAME follow the steps below: ``` bash $ git clone --recursive https://github.com/tingelst/game.git $ cd game -$ mkdir build && cd build +$ mkdir build && cd build $ cmake .. && make ``` diff --git a/game_logo.png b/game_logo.png new file mode 100644 index 0000000..2170106 Binary files /dev/null and b/game_logo.png differ