KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
planet-browser
★ 8
Open GitHub ↗
Browser for random generated planets.
Download README (.md)
Explore Similar Repositories
backbeam-lambda
:
Development tools for creating web applications based on AWS lambda
docker-swamid-shibsp
:
A general shibsp with SWAMID integration
base64
:
根据维基百科上对base64的介绍,自己实现了一遍, just a toy。
presentation
:
一些分享
Shapeoko_3
:
Design Reference for Shapeoko 3
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
planet-browser
?
Download (.md)
# 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              ## 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`