Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/puniverse/spaceships-demo

SpaceBase demo application: a simulation of tens of thousands of spaceships in battle
https://github.com/puniverse/spaceships-demo

Last synced: 4 days ago
JSON representation

SpaceBase demo application: a simulation of tens of thousands of spaceships in battle

Awesome Lists containing this project

README

        

# Spaceships

This is a demo of the [SpaceBase real-time spatial database](http://paralleluniverse.co). It simulates tens of thousands of spaceships in battle.

A blog post discussing the demo is [here](http://blog.paralleluniverse.co/post/44146699200/spaceships).

If you'd like to discuss SpaceBase, our [forum is here](https://groups.google.com/forum/?fromgroups#!forum/spacebase-user).

This code is available under the terms of the [MIT license](http://opensource.org/licenses/MIT).

## Setup

JDK 7 is required. We use Gradle build system. In order to build and run type in the project directory:
```sh
./gradlew
```
or in windows:
```
gradlew.bat
```
This will download and install gradle build system and the build and run the project.
Enjoy !

## Usage
Use the arrow keys or mouse scrolling to move the viewport. To zoom in/out use `+` `-` or Ctrl+mouse-scroll.