Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iang/js-parallax-starfield

An experiment using the browser canvas to create a parallax starfield
https://github.com/iang/js-parallax-starfield

2d-graphics javascript javascript-canvas starfield

Last synced: 2 days ago
JSON representation

An experiment using the browser canvas to create a parallax starfield

Awesome Lists containing this project

README

        

# Javascript Canvas Parallax Starfield Demo

This is a demo of 2D drawing on the JavaScript canvas object in the browser. It gives examples of:

- Parallax scrolling and twinkling stars
- Using a png file as a bitmap containing sprite-based fonts

You can use the slider at the bottom of the page to adjust star density.

## What next ?

Not sure, but this was fun.