• Stars
    star
    107
  • Rank 316,675 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Procedural pixelart generator in the browser

Every Planet Procedural

Screenshot

This is a simple website that procedurally generates pixelart. The images show alien planets inspired by the art style of No Man's Sky.

Go ahead and generate your own pixelart here: https://marian42.github.io/proceduralart

Node.js

Besides the website, this repository contains two nodejs files. One is a simple server that provides a new procedural picture at each page load. The second script generates an image and saves it to the disk. This could be used to automatically update wallpapers etc. Note that the image generation in nodejs is considerably slower than in the browser due to the lack of hardware acceleration. The nodejs projects need node-canvas.