Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benckx committed May 4, 2020
1 parent c8003a9 commit e649add
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<a href="https://paypal.me/benckx/2">
<img src="https://img.shields.io/badge/Donate-PayPal-green.svg"/>
</a>

# About

Basic camera to build a management game.

Features include:
* Move camera with holding right click
* Zoom in and out with the mouse wheel
* Switch view with **V** (top view or **T**, side view **S**, isometric view **I**)
* Rotate view with **R**

# Import with Gradle

repositories {
maven { url "https://jitpack.io" }
}

dependencies {
implementation "com.github.benckx:ouistiti:1.0"
}

0 comments on commit e649add

Please sign in to comment.