Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iang/js-parallax-starfield
- Owner: IanG
- Created: 2024-07-11T14:47:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:43:33.000Z (6 months ago)
- Last Synced: 2024-11-30T11:08:47.222Z (2 months ago)
- Topics: 2d-graphics, javascript, javascript-canvas, starfield
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 fontsYou can use the slider at the bottom of the page to adjust star density.
## What next ?
Not sure, but this was fun.