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

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

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
![alt text](https://raw.githubusercontent.com/Omerdogan3/project1-GUI/master/screenshot.png)

## 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.