Skip to content

Commit

Permalink
Added logo to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tingelst committed May 8, 2016
1 parent 4b393fc commit a30998a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```
Binary file added game_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a30998a

Please sign in to comment.