micco00x / Procedural-Solar-System

A solar system implemented using THREE.js and GLSL. It makes us of procedural algorithms to generate pseudorandomly meshes. This repository has been used for the final project of Interactive Graphics (Spring 2017) at Sapienza University of Rome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Procedural-Solar-System

The theme of the project is about the generation of a solar system using procedural graphics. The aim is to study in depth procedural meshes developing a system that ease the creation of pseudorandomly generated planets.

Python Server

Launch the server typing the following command on the terminal:

python3 -m http.server

Then open localhost:8000/main.html on a browser that supports WebGL.

Notes

There is a bug is Safari solved in Safari Technology Preview.

References

About

A solar system implemented using THREE.js and GLSL. It makes us of procedural algorithms to generate pseudorandomly meshes. This repository has been used for the final project of Interactive Graphics (Spring 2017) at Sapienza University of Rome.


Languages

Language:JavaScript 84.4%Language:HTML 15.6%