Skip to content

Add new HTML templates for various visual effects - #2

Merged
miguel-l-b merged 2 commits into
release-candidatefrom
develop
Mar 31, 2026
Merged

Add new HTML templates for various visual effects#2
miguel-l-b merged 2 commits into
release-candidatefrom
develop

Conversation

@miguel-l-b

Copy link
Copy Markdown
Collaborator

This pull request introduces six new HTML templates, each showcasing a different animated visual effect using JavaScript and the HTML5 Canvas API. These templates are self-contained and demonstrate various animation techniques, including particle systems, procedural graphics, and real-time effects.

New Animated Visual Templates:

Procedural and Particle Effects:

  • Added aurora-waves.html, which renders animated aurora-like waves using layered sine functions and smooth color gradients.
  • Added particles-network.html, featuring a dynamic network of moving particles connected by lines when close together, creating a web-like effect.
  • Added starfield.html, implementing a 3D starfield simulation where stars move toward the viewer, mimicking a space warp effect.

Classic and Iconic Visualizations:

  • Added doom-fire.html, a recreation of the classic "Doom Fire" algorithm, generating animated fire using a color palette and pixel propagation.
  • Added matrix-rain.html, which displays falling "Matrix" code rain with randomized characters and glowing green trails.

Utility and UI Effects:

  • Added digital-clock.html, a visually styled digital clock with a glowing effect, updating every second and displaying the current date.

Add animated wallpaper templates (Matrix, Digital Clock, Doom Fire, Aurora, Starfield, Particles)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds six new self-contained HTML templates under templates/ demonstrating animated visual effects (Canvas/JS) and a styled digital clock, intended for use as interactive wallpapers.

Changes:

  • Introduces multiple Canvas-based animation demos (aurora waves, particle network, starfield, Matrix rain, Doom fire).
  • Adds a styled digital clock template with date display.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
templates/aurora-waves.html New Canvas animation rendering layered sine-wave “aurora” lines.
templates/particles-network.html New particle simulation with proximity line connections.
templates/starfield.html New starfield/warp-style perspective animation.
templates/doom-fire.html New implementation of the classic Doom fire effect using a palette and pixel propagation.
templates/matrix-rain.html New Matrix-style falling characters animation.
templates/digital-clock.html New centered digital clock UI with glow styling and date formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread templates/doom-fire.html
Comment thread templates/particles-network.html
Comment thread templates/matrix-rain.html
Comment thread templates/starfield.html
Comment thread templates/particles-network.html
Comment thread templates/matrix-rain.html
Comment thread templates/aurora-waves.html
Comment thread templates/digital-clock.html
@miguel-l-b
miguel-l-b merged commit bfe168f into release-candidate Mar 31, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants