Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/puniverse/spaceships-demo
- Owner: puniverse
- Created: 2013-02-27T13:05:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T10:15:51.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T07:14:44.913Z (7 months ago)
- Language: Java
- Size: 43.1 MB
- Stars: 94
- Watchers: 13
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.