@crazygl/hero-energy-core
v0.1.1
Published
Energy Core Reactor — A glowing reactor core suspended in space — rotating orbital rings, procedural plasma arcs lashing inward, and emissive bloom. A customizable CrazyGL animated hero section — WebGL, React, drop-in.
Maintainers
Readme
Hero made by @ybouane.
@crazygl/hero-energy-core
A glowing reactor core suspended in space — rotating orbital rings, procedural plasma arcs lashing inward, and emissive bloom.
Demo
Install
npm install @crazygl/hero-energy-coreUsage
import EnergyCore from '@crazygl/hero-energy-core';
export default function Page() {
return (
<EnergyCore
heading="Reactor."
coreSize={0.12}
rotationSpeed={1}
bloomStrength={1}
/>
);
}Customise
- Layout —
centerXslides the reactor across the frame (−0.6…0.6; 0 = centred). - Core —
coreColor,innerColor,coreSize,coreIntensityshape the hot sphere;ringColor/ringIntensityandplasmaColor/plasmaIntensitydrive the orbital bands and arcs. - Glow & motion —
bloomStrengthlifts highlights into a halo;rotationSpeedmultiplies all three ring rates. - Background —
bgColorsets the deep-space backdrop, or fliptransparentto drop the star field and composite over your own page background.
Best for
- Sci-fi, game-studio, and deep-tech landing pages
- AI / ML platforms wanting a powerful "engine" metaphor
- Fusion, energy, and climate-tech brands
- Compute-infrastructure sites with a futuristic streak
This hero is part of CrazyGL, a collection of production-ready WebGL, canvas, 3D, and typography effects. Every CrazyGL hero ships with an agent-ready SKILL.md file that helps developers and coding agents adapt the effect into custom landing pages and interactive experiences.
