Skip to content

eobermuhlner/planet-browser

Repository files navigation

planet-browser

A browser for random generated planets.

This application is intended as a showcase and testing environment for the rendering of random generated planets.

The same rendering algorithms will be used in the game InfiniteSpace.

Screenshot Gallery

Earth-like planet Mountain range on Earth-like planet Sunset on Earth-like planet Completely frozen Earth-like planet Mostly molten lava planet Cooled down lava planet Cooling lava planet Moon Moon Mars-like planet with atmosphere Mars-like planet with atmosphere Jupiter-like planet Jupiter-like planet

Setup Eclipse Development

Prerequisites:

  • Install Eclipse
  • Install Android Studio
  • Set environment variable ANDROID_HOME to the path of the Android SDK

In Eclipse or command line:

  • Clone the repository

In command line:

  • Go to the working directory of the git repository
  • ./gradlew
  • ./gradlew eclipse

In Eclipse:

  • Import projects from working directory of the git repository
  • Add assets directory as source directory (if necessary)
  • Locate class DesktopLauncher and execute context menu: Run as... / Java Application

Releases

No releases published

Packages

No packages published

Languages