https://github.com/adolfintel/alienaurora
A relaxing and mesmerizing animation for JS
https://github.com/adolfintel/alienaurora
animated background html5-canvas js
Last synced: 8 months ago
JSON representation
A relaxing and mesmerizing animation for JS
- Host: GitHub
- URL: https://github.com/adolfintel/alienaurora
- Owner: adolfintel
- Created: 2023-07-30T12:02:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T20:01:34.000Z (almost 3 years ago)
- Last Synced: 2025-08-15T14:58:44.088Z (10 months ago)
- Topics: animated, background, html5-canvas, js
- Language: HTML
- Homepage: https://fdossena.com/?p=alienaurora/i.frag
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien Aurora (FD23)
Alien Aurora is a simple, lightweight, relaxing, mesmerizing animation for JS, to be used on a Canvas element, with a good amout of settings that you can tweak. Settings can also be tweaked at run time. Responsive, of course.
## See it in action
[Play with the configurator](https://fdossena.com/alienaurora/editor.html)
## Compatibility
All modern browsers are supported, no special libraries or frameworks are required.
React integration will be implemented later.
## Basic usage
1. Include `fd23.js` into your page.
2. `new FD23(yourCanvas)`
To tweak the settings, you can use `editor.html`, and copy the string at the bottom, then in your page you can call `new FD23(yourCanvas,'')`
## Screenshots






## License
Copyright (C) 2023 Federico Dossena
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .