https://github.com/omerdogan3/project1-gui
Design Patterns Project1 Extra - GUI Front End Project
https://github.com/omerdogan3/project1-gui
client-side javascript jquery planet threejs vanilla-javascript webgl
Last synced: about 1 month ago
JSON representation
Design Patterns Project1 Extra - GUI Front End Project
- Host: GitHub
- URL: https://github.com/omerdogan3/project1-gui
- Owner: Omerdogan3
- Created: 2018-09-27T14:39:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T00:16:59.000Z (over 7 years ago)
- Last Synced: 2025-10-31T01:36:40.367Z (7 months ago)
- Topics: client-side, javascript, jquery, planet, threejs, vanilla-javascript, webgl
- Language: JavaScript
- Homepage: https://foul-notify.glitch.me
- Size: 13.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project 1 GUI
=================
It includes basic simulator of project 1.
It gets data from your local API server that can be found in here.
Instantiates all stars with coordinates and sizes.
Instantiates all planets according to their types.
```
Clone this repository
```
```
python -m http.server 8081
```
```
localhost:8081
```
## Expected Output

## Note!! Please restart API server after each 30 iterations.
## Press Space To Search Life.
Live Version: https://foul-notify.glitch.me
It will not work if you do not start API in your local.