Bokeh Project
hekoh99.github.io
Overview
The Bokeh project is inspired by the visual effects of light bloom seen through astigmatism, particularly in night views. The goal of this project was to simulate light bloom effects using digital art techniques.
Project Concept
The idea was to create a digital artwork that mimics the soft, glowing effect of light blooms. This was achieved by generating randomly sized circular shapes that float across the screen. When these shapes overlap, they create a bright, blooming effect.
Key Features
- Floating Orbs: Created orbs of random sizes and colors that float across the screen.
- Color Blending: Overlapping orbs blend colors to simulate a light bloom effect.
- Blur Effect: Applied blur processing to achieve a soft, glowing appearance.
- Interactivity: Added functionality to allow users to add new light blooms at the click of the mouse and change the color combinations on page refresh.
Implementation Details
- Randomized Orbs: Developed orbs with random sizes and colors.
- Blur Processing: Implemented a blur effect to enhance the glowing appearance.
- User Interaction: Enabled adding new light blooms on mouse clicks.
- Color Variations: Introduced different color combinations for each page refresh.
Source Code