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

https://github.com/krthr/pandora

Know your weight in all the planets in the Solar System
https://github.com/krthr/pandora

moonjs p5js sailsjs

Last synced: about 1 year ago
JSON representation

Know your weight in all the planets in the Solar System

Awesome Lists containing this project

README

          

# P A N D O R A

![Earth](https://github.com/krthr/pandora/blob/master/assets/images/screenshots/earth.png?raw=true)

## Proyecto

Éste proyecto busca, de una manera práctica y dinámica, llevar el conocimiento y lo grandioso del universo a la gente.

### ¿Cómo funciona?

Pandora consta de dos partes fundamentales: el servidor y la cámara.

#### Servidor

El servidor es la "base de control" de Pandora. Allí es donde se aloja la información del peso y de cada planeta.

#### Cámara

Por el momento la información de la masa es obtenido mediante una cámara remota y digitada a través de una interfaz de administración.

---

### Integrantes del grupo

#### Estudiantes

- Andrés
- José Polo
- Juan Solano
- William Cadenas
- [Wilson Tovar](http://github.com/krthr)

#### Profesor: [Juan Carlos Miranda Crespo](https://www.uninorte.edu.co/web/departamento-de-fisica/profesores?p_p_id=InformacionDocenteUninorte2_WAR_InformacionDocenteV3&docenteID=72125558)

---

### Tecnología usadas

- Todas las texturas fueron tomadas de: [Solar System Scope](https://www.solarsystemscope.com/textures)
- [Sails.js + Sockets](http://sailsjs.com)
- [p5.js](https://p5js.org)
- [Moon](http://moonjs.ga)

Para correr el servidor: `sails l --port 3000`
Cliente: `localhost:3000/client`
Interfaz de administración: `localhost:3000/admin`

---

### Capturas

![](https://github.com/krthr/pandora/blob/master/assets/images/screenshots/intro.png?raw=true)
![](https://github.com/krthr/pandora/blob/master/assets/images/screenshots/earth.png?raw=true)
![](https://github.com/krthr/pandora/blob/master/assets/images/screenshots/jupiter.png?raw=true)
![](https://github.com/krthr/pandora/blob/master/assets/images/screenshots/mars.png?raw=true)

---

## TODO

- [ ] Usar las mediciones de sensores de peso

---
[![Maintainability](https://api.codeclimate.com/v1/badges/3430eacaa8bf7bbd6411/maintainability)](https://codeclimate.com/github/krthr/pandora/maintainability)