Commit 5c048493 by PLN (Algolia)

Starry: Halley

parent 6a6813a3
//Glitch deamon by PLN
//Derieved from Pixelscape By [Marianne Teixido](https://github.com/MarianneTeixido)
src(o2)
.saturate(1.2)
.scale( // Glitch camera
......
// Based on NASA LSPN-1725 (Comet P/Halley as taken March 8, 1986 by W. Liller, Easter Island)
s0.initImage("/home/pln/Work/Hydra/StarryNights/img/halley.png");
src(s0).out(o0)
src(o0)
.modulate(src(o0),() => Math.sin(time/200) / 10)
.out(o1)
src(o1)
.modulateScale(osc(1,0.4),0.05)
.out(o2)
src(o2)
.blend(src(o2).thresh(), () => 0.5 + 0.125 * Math.sin(time / 100 % 180))
.scale(0.989)
.out(o3)
render(o3)
// From a picture of Galaxy Nasa 724203
// Private share: https://nech.pl/nights-galactic
s0.initImage("https://git.plnech.fr/pln/Hydra/raw/7ab247cae7f562ecc0f1c13a6646e5a71f6c0f1f/StarryNights/img/724203.jpg")
src(s0).out(o0)
src(s0).out()
src(o0)
.blend(o0)
......@@ -19,4 +19,4 @@ src(o1)
.scale(() => 1.5 + Math.sin(time/50) * 0.6)
.out(o3)
render()
render(o3)
# Fonds
- 420 SPACE CAT
# Formes
Mask with shape/noise
```
.mask(
shape(25, 0.25).modulateScale(
noise(400.5, 0.5)
)
)
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment