Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
Hydra
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
Hydra
Commits
e8cd9c36
Commit
e8cd9c36
authored
4 years ago
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Starry: Ariane13
parent
64a36c8b
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
43 additions
and
4 deletions
+43
-4
Ariane13.js
StarryNights/Ariane13.js
+39
-0
DustyHalley.js
StarryNights/DustyHalley.js
+2
-2
GaLactic.js
StarryNights/GaLactic.js
+2
-2
april-13-2019-galaxy-cluster-abell-2261.jpg
StarryNights/img/april-13-2019-galaxy-cluster-abell-2261.jpg
+0
-0
december-13-2019-comet-wirtanen.png
StarryNights/img/december-13-2019-comet-wirtanen.png
+0
-0
info.md
StarryNights/img/info.md
+0
-0
september-13-2019-arches-cluster.jpg
StarryNights/img/september-13-2019-arches-cluster.jpg
+0
-0
No files found.
StarryNights/Ariane13.js
0 → 100644
View file @
e8cd9c36
// Ariane13 par PLN
// À partir d'une photo prise le 13 avril 2019 par le téléscope Hubble de Abell 2261, une galaxie géante 10 fois plus grande que notre Voie Lactée.
// https://nech.pl/ariane13
s0
.
initImage
(
"file:///home/pln/Work/Hydra/StarryNights/img/april-13-2019-galaxy-cluster-abell-2261.jpg"
)
src
(
s0
)
.
brightness
(
0.13
).
contrast
(
1.72
)
.
out
(
o0
)
periodeGravite
=
13
periodeRotation
=
13
*
04
periodeTelescope
=
13
*
04
*
92
periodeTrousNoirs
=
13
*
13
*
13
*
13
// DEBUG
// periodeGravite = 10
// periodeTrousNoirs = 20
// periodeRotation = 13
// periodeTelescope = 2
src
(
o0
)
.
blend
(
o0
)
.
blend
(
src
(
o1
).
scale
(
0.5
,
0.9
)
.
contrast
(
1.05
)
.
rotate
(()
=>
-
time
/
periodeRotation
%
360
)
,
0.35
)
.
out
(
o2
)
src
(
o2
)
.
modulate
(
o0
,()
=>
Math
.
sin
(
time
/
periodeGravite
)
/
10
)
.
out
(
o1
)
src
(
o1
)
.
blend
(
o0
,
()
=>
0.25
+
Math
.
sin
(
time
/
periodeTrousNoirs
)
*
1.5
)
.
blend
(
src
(
o1
).
add
(
noise
(
100
,
0.1
).
thresh
(
0.9
+
0.05
*
Math
.
sin
(
time
))).
scale
(
0.9
),
0.32
)
.
scale
(()
=>
1.5
+
Math
.
sin
(
time
/
periodeTelescope
)
*
0.6
)
.
out
(
o3
)
render
(
o3
)
This diff is collapsed.
Click to expand it.
StarryNights/DustyHalley.js
View file @
e8cd9c36
...
...
@@ -12,6 +12,6 @@ src(o2)
.
blend
(
src
(
o2
).
thresh
(),
()
=>
0.5
+
0.125
*
Math
.
sin
(
time
/
100
%
180
))
.
scrollX
(
-
0.05
)
// .scrollY(-0.1)
.
scale
(
1.
1
8
)
.
scale
(
1.
0
8
)
.
out
(
o3
)
render
()
render
(
o3
)
This diff is collapsed.
Click to expand it.
StarryNights/GaLactic.js
View file @
e8cd9c36
...
...
@@ -16,7 +16,7 @@ src(o1)
.
blend
(
o0
)
.
blend
(
o1
,
0.3
)
.
brightness
(
0.15
).
contrast
(
1.4
)
.
scale
(()
=>
1.5
+
Math
.
sin
(
time
/
5
0
)
*
0.6
)
.
scale
(()
=>
1.5
+
Math
.
sin
(
time
/
7
0
)
*
0.6
)
.
out
(
o3
)
render
()
render
(
o3
)
This diff is collapsed.
Click to expand it.
StarryNights/img/april-13-2019-galaxy-cluster-abell-2261.jpg
0 → 100644
View file @
e8cd9c36
This diff is collapsed.
Click to expand it.
StarryNights/img/december-13-2019-comet-wirtanen.png
0 → 100644
View file @
e8cd9c36
759 KB
This diff is collapsed.
Click to expand it.
StarryNights/img/info.md
0 → 100644
View file @
e8cd9c36
This diff is collapsed.
Click to expand it.
StarryNights/img/september-13-2019-arches-cluster.jpg
0 → 100644
View file @
e8cd9c36
136 KB
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment