Skip to content

surayashivji/planets.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planets.js 🌎

JavaScript 3D Planet Library

Planets.js is a simple library built on Three.js that creates procedural and texture-based Planets.

Installation

Script

Download the minified build at libs/planets.min.js and include it as a script tag in a web page. You must include three.js as well, and planets.js must be included after.

<script src='three.js'></script>
<script src='planets.min.js'></script>

Examples

You can use the interactive planet builder tool to see the attributes' effects on a planet in real time.

Alternatively, you can see demos in the examples directory

Documentation

You can find the docs here.

Dependencies

About

Procedural and texture-based planet generator built on Three.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published